Re: Missing library named 'z' ??

2003-10-14 Thread Antony Dovgal
On Mon, 13 Oct 2003 21:01:37 -0700
Matt Young [EMAIL PROTECTED] wrote:

 The manual says:
 
  For example, if the library is installed in `/usr/local/mysql/lib', use 
 -L/usr/local/mysql/lib -lmysqlclient -lz on the link command. 
 
 But I found no z library?

you need libz.
run these commands to locate it:
locate libz.so
or
ldconfig -p | grep libz.so

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Missing library named 'z' ??

2003-10-13 Thread Matt Young
The manual says:

 For example, if the library is installed in `/usr/local/mysql/lib', use 
-L/usr/local/mysql/lib -lmysqlclient -lz on the link command. 

But I found no z library?

Matt Young


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]