1 message in com.mysql.lists.perlTrouble with a module build.
FromSent OnAttachments
Frank Lepera11 May 2000 11:16 
Subject:Trouble with a module build.
From:Frank Lepera (fl@bnl.gov)
Date:05/11/2000 11:16:57 AM
List:com.mysql.lists.perl

Folks...

I am presently not a member of this list but I'll ask this anyway, hopefully someone can assist...

I'm trying to build the perl "Msql-Mysql-modules-1.2213" modules from CPAN. I'm running Solaris 2.6, Perl 5.6.0 and using gcc-2.8.1. The build fails during a make of "dbdimp.c" with the following messages...

cc -c -I/usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/DBI -I/usr/local/include/mysql -I../dbd -I /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris/auto/DBI -I/usr/local/lib/perl5/5.6.0/sun4-solaris -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"2.0413\" -DXS_VERSION=\"2.0413\" -fPIC -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE -DDBD_MYSQL dbdimp.c dbdimp.c: In function `mysql_dr_connect': dbdimp.c:518: `MYSQL_READ_DEFAULT_FILE' undeclared (first use in this function) dbdimp.c:518: (Each undeclared identifier is reported only once dbdimp.c:518: for each function it appears in.) dbdimp.c:528: `MYSQL_READ_DEFAULT_GROUP' undeclared (first use in this function)

make[1]: *** [dbdimp.o] Error 1 make[1]: Leaving directory `/extra/.cpan/build/Msql-Mysql-modules-1.2213/mysql' make: *** [subdirs] Error 2

Can someone assist ??