[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] DBI install problem on Raq 3i



When trying to install the DBI module on my Raq3i to allow me to use perl to
access a MySQL database,
after running Makefile.PL the next step is to "make" the program. When I do
I get the following errors. What do I need to do to make this install
correctly?


[root@blacklab DBI-1.14]# make
cc -c  -Dbool=char -DHAS_BOOL -I/usr/local/include -O2    -DVERSION=\"1.14\"
 -DX
S_VERSION=\"1.14\" -fpic -I/usr/lib/perl5/5.00503/i386-linux/CORE -DDBI_NO_T
HREA
DS Perl.c
In file included from /usr/include/bits/posix1_lim.h:126,
                 from /usr/include/limits.h:30,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/li
mits.h:117,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/sy
slimits.h:7,
                 from
/usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/li
mits.h:11,
                 from /usr/include/sys/param.h:23,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:367,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
In file included from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:367,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/sys/param.h:24: linux/limits.h: No such file or directory
/usr/include/sys/param.h:25: linux/param.h: No such file or directory
In file included from /usr/include/netinet/in.h:26,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:523,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/socket.h:252: asm/socket.h: No such file or directory
In file included from /usr/include/errno.h:36,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:580,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/errno.h:25: linux/errno.h: No such file or directory
In file included from /usr/include/sys/ioctl.h:27,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:637,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/ioctls.h:24: asm/ioctls.h: No such file or directory
In file included from /usr/include/sys/ioctl.h:30,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:637,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/ioctl-types.h:25: asm/ioctls.h: No such file or directory
In file included from /usr/include/signal.h:294,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/unixish.h:93,
                 from /usr/lib/perl5/5.00503/i386-linux/CORE/perl.h:1121,
                 from DBIXS.h:19,
                 from Perl.xs:1:
/usr/include/bits/sigcontext.h:28: asm/sigcontext.h: No such file or
directory
make: *** [Perl.o] Error 1