> > 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 [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/koha-devel _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel