3 messages in com.mysql.lists.perlRe: No library found for -lgz
FromSent OnAttachments
Dan on Phantom28 Mar 2001 16:04 
Dan on Phantom28 Mar 2001 19:06 
Jochen Wiedmann28 Mar 2001 23:20 
Subject:Re: No library found for -lgz
From:Jochen Wiedmann (jo@ispsoft.de)
Date:03/28/2001 11:20:06 PM
List:com.mysql.lists.perl

Dan on Phantom wrote:

I've seen others with this problem and they just had to install the zlib rpm's. I have tried this and have even setup my LD_LIBRARY_PATH and LD_RUN_PATH to where libz.so.1 is located.

Do the following:

- Repeat the "make" command. You should see a command line similar to

LD_RUN_PATH=bla ld <ld_options>

This line is causing the problem.

- Enter the same command manually, changing it like this:

LD_RUN_PATH=bla strace ld <ld_options>

It might be required to change the directory to "mysql" or something similar to get it working. The command should produce a lot of output and finally stop with the same error message. The "lot of output" is interesting.

Bye,

Jochen