6 messages in com.mysql.lists.perlRE: Can't install DBD::mysql on SUSE 8.2| From | Sent On | Attachments |
|---|---|---|
| Pierce, Robert | 22 Jan 2004 07:43 | |
| Rudy Lippan | 22 Jan 2004 08:32 | |
| Pierce, Robert | 22 Jan 2004 08:39 | |
| Rudy Lippan | 22 Jan 2004 08:51 | |
| Pierce, Robert | 22 Jan 2004 09:02 | |
| Matthew A. R. Sherian | 23 Jan 2004 22:41 |
| Subject: | RE: Can't install DBD::mysql on SUSE 8.2![]() |
|---|---|
| From: | Pierce, Robert (Robe...@vtmednet.org) |
| Date: | 01/22/2004 09:02:51 AM |
| List: | com.mysql.lists.perl |
OK. This worked:
root@susedell:/downloads/perl/DBD-mysql-2.9003 RC=0 $ perl Makefile.PL
--libs="/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 -lresolv"
my make, make test, make installs are ran with no errors.
Thanks Rudy!
-----Original Message----- From: Rudy Lippan [mailto:rlip...@remotelinux.com] Sent: Thu 1/22/2004 11:52 AM To: Pierce, Robert Cc: pe...@lists.mysql.com Subject: RE: Can't install DBD::mysql on SUSE 8.2 On Thu, 22 Jan 2004, Pierce, Robert wrote:
Rudy,
How would I link without including the lnss_files? Thanks.
Try this:
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 -lresolv
Rudy
Confidentiality Notice:
This message, and any attachments, may contain information that is confidential,
privileged, and/or protected from disclosure under state and federal laws that
deal with the privacy and security of medical information. If you received this
message in error or through inappropriate means, please reply to this message to
notify the Sender that the message was received by you in error, and then
permanently delete this message from all storage media, without forwarding or
retaining a copy.




