koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] [Koha] Koha 3.0 beta on Kubuntu gutsy - "production mode -


From: Mason James
Subject: [Koha-devel] [Koha] Koha 3.0 beta on Kubuntu gutsy - "production mode - trapped fatal error"
Date: Thu, 8 May 2008 22:10:01 +1200


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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]