Mike Peel wrote:
/mike/Msql-Mysql-modules-1.2016/blib/arch/auto/DBD/mysql/mysql.a
/usr/local/lib/
perl5/5.00503/i386-sco/CORE/libperl.a `cat
blib/arch/auto/Msql-Mysql-modules/ext
ralibs.all` -lintl -lsocket -lnsl -lndbm -ldbm -lld -lm -lc -lcrypt -lPW
-lx
undefined first referenced
symbol in file
mysql_list_dbs
Look into the files listed in
blib/arch/auto/Msql-Mysql-modules/extralibs.all
Is libmysqlclient.a there? If so, try a
strings libmysqlclient.a | mysql_list_dbs
Does it emit output?
Bye,
Jochen