2 messages in com.mysql.lists.perlthe saga continues... Msql-Mysql-modu...
FromSent OnAttachments
Greg31 Jan 2000 10:13 
C.J. Collier01 Feb 2000 18:58 
Subject:the saga continues... Msql-Mysql-modules-1.2210
From:Greg (gr@erebus.com)
Date:01/31/2000 10:13:21 AM
List:com.mysql.lists.perl

Ok, I am doing what people suggested in DL'ing the Mysql source. Only thing is it complains about linuxthreads. So I am trying to install that:

elfi:/home/greg/linuxthreads-0.6# make gcc -pipe -O2 -Wall -m486 -D__BUILDING_LINUXTHREADS -Isysdeps/i386 -Ilibc_r -D_POSIX_THREADS -c pthread.c -o pthread.o In file included from /usr/include/linux/fs.h:9, from /usr/include/linux/sched.h:73, from pthread.h:26, from pthread.c:24: /usr/include/linux/config.h:4: linux/autoconf.h: No such file or directory make: *** [pthread.o] Error 1 elfi:/home/greg/linuxthreads-0.6#

and in /usr/include/linux/config.h at line 4:

elfi:/home/greg/linuxthreads-0.6# more /usr/include/linux/config.h #ifndef _LINUX_CONFIG_H #define _LINUX_CONFIG_H

#include <linux/autoconf.h>

Can I comment this out? Any ideas? I have also installed new gcc: elfi:/home/greg# gcc -v Reading specs from /usr/local/lib/gcc-lib/i486-pc-linux-gnulibc1/2.95/specs gcc version 2.95 19990728 (release)

and perl is: elfi:/home/greg# perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=linux, osvers=2.0.27, archname=i486-linux uname='linux elfi 2.0.27 #4 tue jan 7 21:49:23 cst 1997 i486 ' hint=previous, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='gcc', optimize='-O2', gccversion=2.7.2 cppflags='-Dbool=char -DHAS_BOOL -I/usr/local/include' ccflags ='-Dbool=char -DHAS_BOOL -I/usr/local/include' stdchar='char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 alignbytes=4, usemymalloc=n, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lndbm -lgdbm -ldbm -ldb -ldl -lm -lc libc=/lib/libc.so.5.3.12, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Characteristics of this binary (from libperl): Built under linux Compiled at Jan 28 2000 14:33:31 @INC: /usr/lib/perl5/5.00503/i486-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i486-linux /usr/lib/perl5/site_perl/5.005 .

TIA, and for the bandwidth.