From: Jochen Wiedmann Date: March 29 2001 7:20am Subject: Re: No library found for -lgz List-Archive: http://lists.mysql.com/perl/1085 Message-Id: <3AC2E23C.49B98E81@ispsoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > 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 This line is causing the problem. - Enter the same command manually, changing it like this: LD_RUN_PATH=bla strace ld 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