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]

Reply via email to