Operating System - Linux
1828362 Members
3726 Online
109976 Solutions
New Discussion

Re: MySQL 4.0.23 installation error

 
SOLVED
Go to solution
VEL_1
Valued Contributor

MySQL 4.0.23 installation error

Hi All,

When I configure MySQL 4.0.23 on Fedora Core release 4, I got the following problem:

# ./configure -prefix=/usr/local/mysql -localstatedir=/usr/local/mysql/data -disable-maintainer-mode -with-mysqld-user=mysql -enable-large-files-without-debug
.....
....
checking "LinuxThreads"... "Not found"
configure: error: This is a linux system and Linuxthreads was not
found. On linux Linuxthreads should be used. Please install Linuxthreads
(or a new glibc) and try again. See the Installation chapter in the
Reference Manual for more information.


Where to get the LinuxThreads for Fedora core 4?

I am having the following glib versions:

# rpm -qa | grep -i glib
glibc-2.3.5-10
glibc-devel-2.3.5-10
glibc-common-2.3.5-10
glib2-2.6.4-1
glibc-headers-2.3.5-10
glib2-devel-2.6.4-1
dbus-glib-0.33-3
glibc-kernheaders-2.4-9.1.94
glib-1.2.10-16


4 REPLIES 4
Ivan Ferreira
Honored Contributor
Solution

Re: MySQL 4.0.23 installation error

See the release notes:

http://fedora.redhat.com/docs/release-notes/fc4/#sn-nptl

You can download mysql-4.1.14 rpm from here:

http://distro.ibiblio.org/pub/linux/distributions/fedora/linux/core/updates/4/i386/
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Jan Pradac
Occasional Advisor

Re: MySQL 4.0.23 installation error

Hi, I found out something here
http://bugs.mysql.com/bug.php?id=972

try configure with suggested:
--with-named-thread-libs=ARG
Steven E. Protter
Exalted Contributor

Re: MySQL 4.0.23 installation error

The only way thats ever worked for me is rpm's off the redhat/fedora distribution cd.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
VEL_1
Valued Contributor

Re: MySQL 4.0.23 installation error

Hi All,

Thanks for the help.