On 2008/05/8, at 6:34 PM, Ken Lomax wrote:
Hi
I see no reason why you should need to uninstall these unless you have different versions of the relevant files. You may need to restart the mysql server "service mysqld restart" on my fedora systems.
Check that all relevant files have the same version numbers. The files I have installed are mysql-5.0.45 mysql-devel-5.0.45 mysql-server-5.0.45 mysql-libs-5.0.45
On Tue, 2008-05-06 at 15:33 -0700, rmaynord wrote:
Ken:
I installed the development files, but no change. Should I uninstall/install mysql or perl or koha after installing the development files?
I then tried to force install DBD::mysql but received the message ---> Can't exec "mysql_config": No such file or directory at Makefile.PL line 76.
Hi Robert, On a debian box, try installing the package 'libmysqlclient15-dev' to resolve your missing 'mysql_config' file issue. $ which mysql_config /usr/bin/mysql_config $ dpkg -S /usr/bin/mysql_config libmysqlclient15-dev: /usr/bin/mysql_config Cheers, Mason.