On 19 Aug 2001 19:44:40 +0200, Greennet wrote:

> /usr/local/mysql-3.23.41/lib/libmysqlclient.a(my_compress.o):  In function
> 'my_uncompress': my_compress.o(text+0x9a): undefined reference to
> 'uncompress'
> 
> /usr/local/mysql-3.23.41/lib/libmysqlclient.a(my_compress.o):  In function
> 'my_compress_alloc': my_compress.o(text+0x12a): undefined reference to
> 'compress'

This symbol is defined in libz:

[tonu@x153 tonu]$ nm /usr/lib/libz.a | grep compress
compress.o:
00000000 T compress
000000ac T compress2
00000000 T uncompress
0000187c t compress_block
[tonu@x153 tonu]$

Have you zlib-devel RPM installed?

-- 
For technical support contracts, goto https://order.mysql.com/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Tonu Samuel <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Security Administrator
/_/  /_/\_, /___/\___\_\___/   Hong Kong, China
       <___/   www.mysql.com


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to