22 Oct
2008
22 Oct
'08
8:02 a.m.
# 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