Re: Unable to like libmysqlclient statically

2001-01-26 Thread Dave Juntgen
? Again, thanks to everyone who has help... --Dave J. - Original Message - From: "Jorge del Conde" <[EMAIL PROTECTED]> To: "Dave Juntgen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 4:28 PM Subject: Re: Unable to

Re: Unable to like libmysqlclient statically

2001-01-26 Thread Jorge del Conde
Hi, Check that you have zlib installed and then just add -lz to the libraries you will be linking with. Regards Jorge MySQL Development Team __ ___ __ __ / |/ /_ __/ __/ __ \/ / Jorge del Conde <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.

Re: Unable to like libmysqlclient statically

2001-01-26 Thread btjones
Add -lz to your linking options and all should go well. "Dave Juntgen" <[EMAIL PROTECTED]> wrote: Hello everyone.. I am trying to compile a CGI program written in C statically and I keep getting this one error. I am using MySQL version 3.23.31, the compiler error below shows that it is lib