MySQL 5.0.37

i did what you says but i get this error when i recompiling php again.

-lnss_files -lnss_dns -lresolv -lxml2 -lz -lm -lcrypt -lxml2 -lz -lm -lxml2 -lz -lm -lxml2 -lz -lm -lcrypt -o libphp5.la
gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
make: *** [libphp5.la] Error 1

*** The make has failed, do you want to try to make again? (y,n):

if i do Y it says again
 
rm /etc/my.cnf and i could restart mysql without errors but i still get this error

gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
make: *** [libphp5.la] Error 1

*** The make has failed, do you want to try to make again? (y,n):

first i locate the file and moved it to that dir but if i do dir the fil is in that folder and if i locate he dont see it

[root@server custombuild]# cd /usr/lib/mysql/
[root@server mysql]# dir
libdbug.a libmysqlclient.a libmysqld.a libvio.a
libheap.a libmysqlclient.la libmystrings.a mysqld.sym
libmygcc.a libmysqlclient_r.a libmysys.a
libmyisam.a libmysqlclient_r.la libndbclient.a
libmyisammrg.a libmysqlclient.so libndbclient.la
[root@server mysql]# locate libmysqlclient.so
/usr/lib/libmysqlclient.so
/usr/lib/libmysqlclient.so.15
/usr/lib/libmysqlclient.so.15.0.0
 
Last edited:
Gets the same error :(

gcc: /usr/lib/mysql/libmysqlclient.so: No such file or directory
make: *** [libphp5.la] Error 1
 
SQL 4.1 keeps running after SQL 5 upgrade

Hi:
I have upgraded from mySQL 4.1 to mysql 5.026 using rpm that i downloaded form mysql.org.

however, restarted the server still shows that I have mySQL 4.1 running instead of 5.

I receive message MySQLserer5.0.26-0.glib23 is already installed when i try to reinstall the package. i used rpm -Uvh.

I also removed mysqld from /etc/init.d/ thinking that that may be running mySQL 4.1
kindly help!:confused: :confused:
 
Please ignore my mySQL 4.1 upgrade request above

Hi:
I am sorry, i should have posted the request after trying the solution above.

The rpms from directadmin have worked perfectly.
thanks
israr
 
Back
Top