On Sat, Aug 16, 2008 at 9:31 AM, Jesse Weaver <[EMAIL PROTECTED]> wrote:
> It sounds like there might be problems with DNS (/etc/hosts not having your
> hostname); could you report on the result of this command?
>
> $ perl -e 'use Sys::Hostname; use Socket; print hostname() . "\n"; print
> gethostb
Jesse Weaver wrote:
> It sounds like there might be problems with DNS (/etc/hosts not having
> your hostname); could you report on the result of this command?
>
> $ perl -e 'use Sys::Hostname; use Socket; print hostname() . "\n"; print
> gethostbyname(hostname()) ? "dns good\n" : "dns bad\n";'
On Sat, Aug 16, 2008 at 3:07 AM, Rick Welykochy <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I have downloaded http://download.koha.org/koha-3.00.00.tar.gz
> and began installing it on Debian/etch (in a Linux vserver environment).
>
>
> 0. FINE: cd koha-3.00.00
>
> 1. FINE: perl Makefile.PL
>
> 2. FAI