6 messages in com.mysql.lists.perlCan't install DBD::mysql on SUSE 8.2
FromSent OnAttachments
Pierce, Robert22 Jan 2004 07:43 
Rudy Lippan22 Jan 2004 08:32 
Pierce, Robert22 Jan 2004 08:39 
Rudy Lippan22 Jan 2004 08:51 
Pierce, Robert22 Jan 2004 09:02 
Matthew A. R. Sherian23 Jan 2004 22:41 
Subject:Can't install DBD::mysql on SUSE 8.2
From:Pierce, Robert (Robe@vtmednet.org)
Date:01/22/2004 07:43:57 AM
List:com.mysql.lists.perl

Hi-

I have the zlib and zlib-devel rpms installed as mentioned in other posts.

I think my error has something to do with my LD_RUN_PATH variable but I'm not
able to come up with the right options when I run perl Makefile.PL. Here is a
snippet where the error occurs during make:

LD_RUN_PATH="/usr/lib/mysql:/lib" /usr/bin/perl myld cc -shared dbdimp.o
mysql.o -o blib/arch/auto/DBD/mysql/mysql.so -L/usr/lib/mysql -lmysqlclient
-lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files
-lnss_dns -lresolv /usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot
find -lnss_files collect2: ld returned 1 exit status make: *** [blib/arch/auto/DBD/mysql/mysql.so] Error 1

Does anyone have suggestions? Thanks.