Hello all,

While trying to build MySQL-4.0.18-0.src.rpm downloaded from mysql.com on a RedHat 8 I get these:

/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libncurses.a(lib_termcap.o): In function `skip_zero':
lib_termcap.o(.text+0xcc): undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libncurses.a(lib_tparm.o): In function `parse_format':
lib_tparm.o(.text+0x1112): undefined reference to `__ctype_b'
/usr/lib/gcc-lib/i386-redhat-linux/3.2/../../../libncurses.a(lib_tputs.o): In function `tputs':
lib_tputs.o(.text+0x213): undefined reference to `__ctype_b'
collect2: ld returned 1 exit status
make[2]: *** [mysql] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/mysql-4.0.18/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/mysql-4.0.18'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.95095 (%build)


Google hints me that the __ctype_b error should arise only on RH9+ because it's glibc doesn't export some stuff anymore, while RH8 should be just fine, because:

# rpm -q glibc
glibc-2.3.2-4.80

Any hints ? Can I find an usable mysql4 src.rpm to compile cleanly on my RH8 ?

10x,
Marius


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



Reply via email to