Hi all,

I try to make a rpm with "rpmbuild -ta mysql-4.1.7.tar.gz" from tarball mysql-4.1.7.tar.gz, i have modified
the mysql-4.1.7.spec file and add --with-ndbcluster on the configure lines.


I got a fedora core 2 and at the compile time i got that error :

[...]
../libmysql/.libs/libmysqlclient.so: undefined reference to `my_gethostbyname_r'
../libmysql/.libs/libmysqlclient.so: undefined reference to `free_old_query'
../libmysql/.libs/libmysqlclient.so: undefined reference to `my_init_done'
../libmysql/.libs/libmysqlclient.so: undefined reference to `net_realloc'
../libmysql/.libs/libmysqlclient.so: undefined reference to `my_net_read'
../libmysql/.libs/libmysqlclient.so: undefined reference to `escape_string_for_mysql'
collect2: ld returned 1 exit status
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-4.1.7/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-4.1.7'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.61168 (%build)


someone can help ?
TIA
Seb.




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



Reply via email to