Re: [Koha] Koha 3.0 beta on Kubuntu gutsy - "production mode -trapped fatal
On 2008/05/8, at 8:48 PM, Mason James wrote:
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.
Just a little update (on a debian box)
The previous 'dpkg -S' example only works on packages that you *already* have installed Try apt-file to find out which package a file belongs to - that you *dont* have installed.
$ sudo apt-get install apt-file $ apt-get update $ apt-file search 'mysql_config' libmysqlclient15-dev: usr/bin/mysql_config
Mason.
_______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel
participants (1)
-
Mason James