Re: building mysql 4 on RH8

2004-03-31 Thread Victor Medina
Hi!
Marius Stan wrote:
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':
8

Are you sure you _do_ have ncurses devel packages installed?

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:

-8

I always build my packages from source, I used to have mysql 4.1, 4.0.18 
and 5-alpha compiled and running just fine under RH9 (I said used 
cause i have just upgraded from RH9 to SuSE 9) I am pretty sure i still 
have the RH9 packages somewhere. Just let me know if you want my copy. 
=) Again, I never had problems compilling mysql under RH9.

Most of those errors are due to incomplete or not properly configure 
developement-build environments.

Best Regards
--
 |...|
 |  _    _|Victor Medina M   |
 |\ \ \| |  _ \ / \   |Linux - Java - MySQL  |
 | \ \ \  _| | |_) / _ \  |Dpto. Sistemas - Ferreteria EPA   |
 | / / / |___|  __/ ___ \ |[EMAIL PROTECTED]  |
 |/_/_/|_|_| /_/   \_\|Tel: +58-241-8507325 - ext. 325   |
 ||Cel: +58-412-8859934  |
 ||geek by nature - linux by choice  |
 |...|
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]


building mysql 4 on RH8

2004-03-30 Thread Marius Stan
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]