Hello, I just tried to install koha on Linux 7.2 version. I have installed mysql, perl and apache successfully. Also, I could install all perl modules successfully except DBD-mysql-2.9004. I am able to connect to mysql and run sql commands without any problems. I have downloaded the file DBD-mysql-2.9004.tar.gz from CPAN network and when I give the command # perl Makefile.PL make make test I get the message Can't exec "mysql_config": No such file or directory at Makefile.PL line 174. readline() on closed filehandle PIPE at Makefile.PL line 176 Failed to determine directory of mysql.h. Use perl Makefile.PL --cflags=-I<dir> to set this directory. For details see the INSTALL.html file, section "C Compiler flags" or type perl Makefile.PL --help As a novice, I am not able to bug this. Can anybody help me out. Pradeep __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
On 2004-08-04 07:26:13 +0100 Pradeep P Kavi <pradeepkavi@yahoo.com> wrote:
I just tried to install koha on Linux 7.2 version. I have installed mysql, perl and apache successfully. Also, I could install all perl modules successfully except DBD-mysql-2.9004. [...]
Someone probably has made perl mysql packages for the distribution you're using. Do you mean redhat 7.2 instead of Linux 7.2? We're not at version 7.2 of Linux yet.
Can't exec "mysql_config": No such file or directory at Makefile.PL line 174.
Do you have a mysql_config program on your system? Did you install the mysql development tools as well as the server? -- MJR/slef My Opinion Only and not of any group I know http://www.ttllp.co.uk/ for creative copyleft computing Please email about: BT alternative for line rental+DSL; Education on SMEs+EU FP6; office filing that works fast
participants (2)
-
MJ Ray -
Pradeep P Kavi