Bill,
    This stuff:
> inux/CORE  dbdimp.c
> In file included from dbdimp.c:29:
> dbdimp.h:31:49: mysql.h: No such file or directory
> dbdimp.h:32:49: errmsg.h: No such file or directory
> make: *** [dbdimp.o] Error 1
>   /usr/bin/make  -- NOT OK

means that while 'make' (your compiler) was running it couldn't find those
two files
(mysql.h,errmsg.h).  You'll need those files.  They will come from the
mysql-devel RPMs (I think).

/B

----- Original Message -----
From: "Billy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 26, 2003 13:04
Subject: RE: Perl DBI and DBD


> I found on cpan.org the bundle I need to install. Which is
> Bundle::DBD::mysql. It gave me the command perl -MCPAN -e 'install
> Bundle::DBD::mysql'
>
> When I run that command it appears to be doing an install, but the at the
> end it said. The very last line of the below states that there were
problems
> with DBI MySQL and DBD which were the to packages I need? Any ideas?
>
> Checking if your kit is complete...
> Looks good
> Using DBI 1.21 installed in
> /usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI
> Writing Makefile for DBD::mysql
> cp lib/DBD/mysql.pod blib/lib/DBD/mysql.pod
> cp lib/DBD/mysql/INSTALL.pod blib/lib/DBD/mysql/INSTALL.pod
> cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
> cp lib/Bundle/DBD/mysql.pm blib/lib/Bundle/DBD/mysql.pm
> cp lib/Mysql/Statement.pm blib/lib/Mysql/Statement.pm
> cp lib/Mysql.pm blib/lib/Mysql.pm
>
gcc -c -I/usr/lib/perl5/site_perl/5.6.1/i386-linux/auto/DBI -I'/usr/include'
>  -fno-strict-aliasing -I/usr/local/include -O2 -march=i386 -mcpu=i686   -D
VE
>
RSION=\"2.1026\" -DXS_VERSION=\"2.1026\" -fPIC -I/usr/lib/perl5/5.6.1/i386-l
> inux/CORE  dbdimp.c
> In file included from dbdimp.c:29:
> dbdimp.h:31:49: mysql.h: No such file or directory
> dbdimp.h:32:49: errmsg.h: No such file or directory
> make: *** [dbdimp.o] Error 1
>   /usr/bin/make  -- NOT OK
> Running make test
>   Can't test without successful make
> Running make install
>   make had returned bad status, install seems impossible
> Running install for module DBD::mysql
> Running make for J/JW/JWIED/DBD-mysql-2.1026.tar.gz
>   Is already unwrapped into directory /root/.cpan/build/DBD-mysql-2.1026
>   Has already been processed within this session
> Running make test
>   Can't test without successful make
> Running make install
>   make had returned bad status, install seems impossible
> Bundle summary: The following items in bundle Bundle::DBD::mysql had
> installation problems:
>   DBI Mysql DBD::mysql
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to