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

Mason James mason.loves.sushi at gmail.com
Thu May 8 12:10:01 CEST 2008


>
> 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 at nongnu.org
http://lists.nongnu.org/mailman/listinfo/koha-devel



More information about the Koha-devel mailing list