[Koha] Koha 3.0 Installation error

Frederic Demians frederic at tamil.fr
Wed Oct 22 20:02:22 NZDT 2008


> # 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


More information about the Koha mailing list