Hi, I could install the last version of koha (koha-3.00.01-stable) on Mac os x 10.5.5. But in the third step of the web installation, I get this error : sh: mysql: command not found That is strange as it could connect to the database in the step 2 : Connection established. Database koha exists. User kohaadmin has all required privileges on database koha. This error appears only in the step three while trying to "create the database tables and fill them with some default data" Thanks for yours help, --- Anas
hello, On Thu, Apr 09, 2009 at 07:49:24PM +0200, Anas Ghrab wrote:
I could install the last version of koha (koha-3.00.01-stable) on Mac os x 10.5.5. But in the third step of the web installation, I get this error : sh: mysql: command not found
sure: it requires the mysql client (the command line one) to be in the path of your http server (this is a bug due to the koha installer stragegy).
That is strange as it could connect to the database in the step 2 :
yes ... because you now use the perl DBI engine that does not need external commands. regards -- Marc Chantreux BibLibre, expert en logiciels libres pour l'info-doc http://biblibre.com
participants (2)
-
Anas Ghrab -
Marc Chantreux