PDA

View Full Version : Recent phpmyadmin exploit



redunix
12-09-2008, 04:36 AM
Hello,

Recently a phpmyadmin exploit came public. I tryed several ways to update phpmyadmin with custombuild but it will always download a old releae. why is this? i tryed ./build update update_data update_script. All doesnt work and needed to manually update all our servers.

smtalk
12-09-2008, 05:57 AM
What do you mean by old release? It should install the latest, you just need to do:


./build update
./build phpmyadmin

roly
12-09-2008, 06:53 AM
Hello,

Recently a phpmyadmin exploit came public. I tryed several ways to update phpmyadmin with custombuild but it will always download a old releae. why is this? i tryed ./build update update_data update_script. All doesnt work and needed to manually update all our servers.


make sure you have got autover=yes in options.conf also.

smtalk
12-09-2008, 06:54 AM
roly, you don't need autover to be set to "yes" if you run "./build update" before updates.

roly
12-09-2008, 07:18 AM
roly, you don't need autover to be set to "yes" if you run "./build update" before updates.


oh understood, thanks :)

Dauser2007
12-09-2008, 08:01 PM
what;s this problem :


Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.30. This may cause unpredictable behavior.


[root@host mysql]# rpm -qa |grep MySQL
MySQL-client-5.1.30-0.glibc23
MySQL-devel-5.1.30-0.glibc23
MySQL-server-5.1.30-0.glibc23
perl-DBD-MySQL-3.0007-1.fc6
MySQL-shared-5.1.30-0.glibc23


and after i have done ./build php n but still same !

Dauser2007
12-09-2008, 11:20 PM
what;s this problem :






and after i have done ./build php n but still same !


fixed !:p


cd /usr/lib
cp libmysqlclient.* /usr/lib/mysql/


after


./build php