Hi, I am trying to install Koha3.4 on Ubuntu OS. I believe I was successfully able to complete the installation, following the steps at http://wiki.koha-community.org/wiki/Koha_on_Ubuntu But when I try to access the below address, I am getting error http://127.0.1.1/ ************************************************************ It works! This is the default web page for this server. The web server software is running but no content has been added, yet. *********************************************************** http://127.0.1.1:8080/ *********************************************************** Not Found The requested URL / was not found on this server. Apache/2.2.16 (Ubuntu) Server at 127.0.1.1 Port 8080 *********************************************************** I am not sure why, could somebody let me know why I am getting this error. I am new to Koha, so I don't know what page should I actually be seeing instead. Regards Ajesh
Looks like you need this commands : sudo ln -s /etc/koha/koha-httpd.conf /etc/apache2/sites-available/koha * # sudo gedit /etc/apache2/ports.conf * *add* * * Listen 80 Listen 8080 NameVirtualHost*:80 NameVirtualHost*:8080 * then # sudo a2enmod rewrite # sudo a2enmod deflate # sudo a2ensite koha # sudo apache2ctl restart Arturo D. Ochoa Surco* *Programador Sistema Integrado de Gestión Bibliotecaria Universidad Nacional de Ingeniería* 2011/4/22 <ajesh@maxenna.com>
Hi,
I am trying to install Koha3.4 on Ubuntu OS. I believe I was successfully able to complete the installation, following the steps at http://wiki.koha-community.org/wiki/Koha_on_Ubuntu
But when I try to access the below address, I am getting error
http://127.0.1.1/ ************************************************************ It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet. ***********************************************************
http://127.0.1.1:8080/ *********************************************************** Not Found
The requested URL / was not found on this server. Apache/2.2.16 (Ubuntu) Server at 127.0.1.1 Port 8080 ***********************************************************
I am not sure why, could somebody let me know why I am getting this error.
I am new to Koha, so I don't know what page should I actually be seeing instead.
Regards Ajesh
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi, On Apr 22, 2011, at 10:43 AM, ajesh@maxenna.com wrote:
I am not sure why, could somebody let me know why I am getting this error.
In addition to double-checking the steps that Arturo mentioned, if Koha is the only web app on your server, you may also want to disable the default site: sudo a2dissite 000-default sudo apache2ctl restart
I am new to Koha, so I don't know what page should I actually be seeing instead.
When you go to the staff interface URL, what you'll see if it's working is a page requesting you to log in to the Koha web installer. Regards, Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
Proceeding further and after carefully executing the last few steps mentioned at http://wiki.koha-community.org/wiki/Koha_on_Ubuntu when I try to open http://127.0.1.1:8080/, I am seeing this *************************************************************** Software error: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 692. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 33. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 33. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. *************************************************************** Regards Ajesh
Hi,
On Apr 22, 2011, at 10:43 AM, ajesh@maxenna.com wrote:
I am not sure why, could somebody let me know why I am getting this error.
In addition to double-checking the steps that Arturo mentioned, if Koha is the only web app on your server, you may also want to disable the default site:
sudo a2dissite 000-default sudo apache2ctl restart
I am new to Koha, so I don't know what page should I actually be seeing instead.
When you go to the staff interface URL, what you'll see if it's working is a page requesting you to log in to the Koha web installer.
Regards,
Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
Proceeding further and after carefully executing the last few steps mentioned at http://wiki.koha-community.org/wiki/Koha_on_Ubuntu
when I try to open http://127.0.1.1:8080/, I am seeing this *************************************************************** Software error: Access denied for user 'kohaadmin'@'localhost' (using password: YES) at /usr/share/koha/lib/C4/Context.pm line 692. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 33. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line
You are much better off using the INSTALL files that come in the tarball, INSTALL.ubuntu in your case. That error you are getting looks like you haven't set up the mysql user to match the username and password you chose when running perl Makefile.PL Chris On 24 Apr 2011 19:50, <ajesh@maxenna.com> wrote: 33.
Compilation failed in require at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/mainpage.pl line 23. ***************************************************************
Regards Ajesh
Hi,
On Apr 22, 2011, at 10:43 AM, ajesh@maxenna.com wrote:
I am not sure why, could somebody let me know why I am getting this error.
In addition to double-checking the steps that Arturo mentioned, if Koha is the only web app on your server, you may also want to disable the default site:
sudo a2dissite 000-default sudo apache2ctl restart
I am new to Koha, so I don't know what page should I actually be seeing instead.
When you go to the staff interface URL, what you'll see if it's working is a page requesting you to log in to the Koha web installer.
Regards,
Galen -- Galen Charlton VP, Data Services Equinox Software, Inc. / Your Library's Guide to Open Source email: gmc@esilibrary.com direct: +1 352-215-7548 skype: gmcharlt web: http://www.esilibrary.com/
_______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (4)
-
ajesh@maxenna.com -
Arturo Ochoa -
Chris Cormack -
Galen Charlton