Error compiling (make) MySQL 4.1.x
Posted by: Jack Probe
Date: March 21, 2005 01:12AM

Hallo, sorry for my poor english .....
I didn't find the forum about compiling MySQL 4.1.x ... so I hope this is the right place ... :)

I use linux SLACKWARE 9 with :
glibc 2.3.1 , gcc 3.2.2, make 3.8, autoconf 2.57, automake 1.7.3, libtool 1.4.3, bison 1.75 etc ..etc...

I installed MySQL 4.0.x source code (last one was 4.0.24) without problem ....

As I try to install MySQL 4.1.8, 4.1.10 & 4.1.10a source code, i got this :
*) ./configure --prefix=/usr/local/data/mysql => o.k
*) make => error, below the error msg :

(bla .. bla ..) ../strings/libmystrings.a -lz -ldl -lpthread -lcrypt -lnsl -lm -lpthread
item_strfunc.o(.text+0x571a): In function `Item_func_compress::val_str(String*)':
: undefined reference to `ssh_z_compress'
item_strfunc.o(.text+0x585d): In function `Item_func_uncompress::val_str(String*)':
: undefined reference to `ssh_z_uncompress'
collect2: ld returned 1 exit status
make[4]: *** [mysqld] Error 1
make[4]: Leaving directory `/usr/local/data/tmp/mysql-4.1.8/sql'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/data/tmp/mysql-4.1.8/sql'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/data/tmp/mysql-4.1.8/sql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/data/tmp/mysql-4.1.8'
make: *** [all] Error 2


Anyone can help ?? Many Thanks before ...

Best Regards,
= Jack =

Options: ReplyQuote


Subject
Views
Written By
Posted
Error compiling (make) MySQL 4.1.x
4271
March 21, 2005 01:12AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.