4 messages in com.mysql.lists.perlRe: undefined symbols
FromSent OnAttachments
Mike Peel19 Aug 1999 14:40 
Jochen Wiedmann22 Aug 1999 05:24 
Mike Peel23 Aug 1999 11:13 
Jochen Wiedmann24 Aug 1999 05:12 
Subject:Re: undefined symbols
From:Jochen Wiedmann (jo@ispsoft.de)
Date:08/22/1999 05:24:47 AM
List:com.mysql.lists.perl

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