Thanks Indranil
I'm assuming you did a .deb package install. Did you follow the steps as given at http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages ?
I followed the guide so I did apt-get sudo apt-get install koha-common
what the contents of your /etc/koha/koha-sites.conf? can you paste a pastebin link with the details?
I think I managed to paste it http://paste.koha-community.org/215?submit=Format+it!#format
what are the setting in your /etc/hosts files?
127.0.0.1 localhost 127.0.0.1 linuxbox.mydomain linuxbox 127.0.0.1 library.mydomain library 127.0.0.1 library-intra.mydomain # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters
what does `sudo apache2ctl -S` return?
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName VirtualHost configuration: wildcard NameVirtualHosts and _default_ servers: *:80 is a NameVirtualHost default server 127.0.0.1 (/etc/apache2/sites-enabled/000-default:1) port 80 namevhost 127.0.0.1 (/etc/apache2/sites-enabled/000-default:1) port 80 namevhost library.mydomain (/etc/apache2/sites-enabled/library:4) port 80 namevhost library-intra.mydomain (/etc/apache2/sites-enabled/library:21) port 80 namevhost library.mydomain (/etc/apache2/sites-enabled/library.conf:4) port 80 namevhost library-intra.mydomain (/etc/apache2/sites-enabled/library.conf:21) Syntax OK
did you reload / restart the apache server?
Yes