[Koha] Koha 3.0 beta on Kubuntu gutsy - "production mode - trapped fatal error"
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