Koha 3.0 Installation error
I am struggling with an Installation error on Koha 3.0 which i cant figure out the cause and how i can go round it. Am installing Koha 3.00.00 on Ubuntu 7.1 with MySQL 5. Someone please help me. This is the error am getting: # make install /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/KOHA_CONF_DIR/koha-conf.xml Bad arg length for Socket::inet_ntoa, length is 0, should be 4 at rewrite-config.PL line 67. make: *** [blib/KOHA_CONF_DIR/koha-conf.xml] Error 110
# make install /usr/bin/perl "-Iblib/arch" "-Iblib/lib" fix-perl-path.PL blib /usr/bin/perl "-Iblib/arch" "-Iblib/lib" rewrite-config.PL blib/KOHA_CONF_DIR/koha-conf.xml Bad arg length for Socket::inet_ntoa, length is 0, should be 4 at rewrite-config.PL line 67. make: *** [blib/KOHA_CONF_DIR/koha-conf.xml] Error 110
The installation script can't figure out what's your server host name. Two solutions: 1) You fix the issue at Linux level (hostname command, DNS config fileds, etc.), 2) You give directly your host name to the script: export WEBSERVER_HOST=my-host-name With maybe: export WEBSERVER_IP=aa.bb.cc.dd -- Frédéric DEMIANS http://www.tamil.fr/u/fdemians.html
participants (2)
-
benson Mugambi -
Frederic Demians