Bug #7175 Cannot compile 4.1.7 with NDB
Submitted: 10 Dec 2004 17:02 Modified: 21 Feb 2005 23:46
Reporter: mike caplin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S2 (Serious)
Version:4.1.7 OS:Other (Tru64UNIX)
Assigned to: CPU Architecture:Any

[10 Dec 2004 17:02] mike caplin
Description:
The function 'nanosleep' is reported as unresolved by 'ld' during make.

How to repeat:
 ./configure --enable-thread-safe-client --enable-assembler --with-mysqld-user=mysqld --with-enable-large-files --with-mysqld-ldflags=-all-static --quiet --with-extra-charsets=none --with-charset=latin1 --with-low-memory --with-ndbcluster --with-ndb-shm --prefix=/usr/local/mysql-4.1 --with-ssl --with-ndb-docs
[21 Feb 2005 23:46] Hartmut Holzgraefe
Thank you for your bug report. This issue has already been fixed
in the latest released version of that product, which you can download at 
http://www.mysql.com/downloads/

Additional info:

Fixed in 4.1.8, NdbSleep.c now uses my_sleep() instead