I cant build mysql-3.23.36 in Red hat Linux 9. But I can build succussfully
in Red hat Linux 7 and 8.
If I use mysql version greater than 4 I didnt get any error. But I want to
build mysql-3.23.36.

make[2]: Entering directory `/usr/local/mysql-3.23.36/client'
/bin/sh ../libtool --mode=link
c++ -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o mysql mysql.o
readline.o sql_string.o completion_hash.o
../readline/libreadline.a -lncurses
../libmysql/libmysqlclient.la -lz -lcrypt -lnsl -lm
c++ -O3 -DDBUG_OFF -fno-implicit-templates -rdynamic -o .libs/mysql mysql.o
readline.o sql_string.o completion_hash.o
../readline/libreadline.a -lncurses
../libmysql/.libs/libmysqlclient.so -lz -lcrypt -lnsl -lm -lz -lcrypt -lnsl 
-lm -Wl,--rpath -Wl,/usr/local/lib/mysql
../libmysql/.libs/libmysqlclient.so: undefined reference to `errno'
collect2: ld returned 1 exit status
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/usr/local/mysql-3.23.36/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/mysql-3.23.36'

Please help me to solve this error

thanks
--mathan



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

Reply via email to