Re: [Koha] Koha 3.4 on Ubuntu

2011-06-21 Thread MJ Ray
Mahesh T Pai wrote: > MJ Ray writes: > > using koha_perl_deps.pl which does show what is required and > > what is optional. Splitting debian.packages in two would be > > a bigger job and I'm not sure if it's worthwhile, but have a > > go if you think it is. > > How about a .deb metapackage a

Re: [Koha] Koha 3.4 on Ubuntu

2011-06-20 Thread Mahesh T Pai
MJ Ray writes: > using koha_perl_deps.pl which does show what is required and > what is optional. Splitting debian.packages in two would be > a bigger job and I'm not sure if it's worthwhile, but have a > go if you think it is. How about a .deb metapackage as a part of the koha tarball, whi

Re: [Koha] Koha 3.4 on Ubuntu

2011-06-20 Thread MJ Ray
Mahesh T Pai wrote: > I would certainly appreciate if the dependencies were grouped by > "absolutely required"; and "X is required if you enable (or want > functionality kX) kX", where kX is an option within Koha. I've submitted a patch for INSTALL.debian which will suggest using koha_perl_deps.pl

Re: [Koha] Koha 3.4 on Ubuntu

2011-06-19 Thread Chris Cormack
On 20 Jun 2011 18:16, "Mahesh T Pai" wrote: > > aj...@maxenna.com writes: > > > Initially I added the following lines to ports.conf. > > > > Listen 80 > > Listen 8080 > > NameVirtualHost*:80 > > NameVirtualHost*:8080 > > "NameVirtualHost" is not configuration to be set in ports.conf > > It sh

Re: [Koha] Koha 3.4 on Ubuntu

2011-06-19 Thread Mahesh T Pai
aj...@maxenna.com writes: > Initially I added the following lines to ports.conf. > > Listen 80 > Listen 8080 > NameVirtualHost*:80 > NameVirtualHost*:8080 "NameVirtualHost" is not configuration to be set in ports.conf It should be set in koha-httpd.conf; and the installer would have done it

Re: [Koha] Koha 3.4 on Ubuntu

2011-06-19 Thread update
Hi Ajesh, I experience the exactly the same problems as described in the points 1 and 2. Have you solved it and how? Sincerly Alen -- View this message in context: http://koha.1045719.n5.nabble.com/Koha-3-4-on-Ubuntu-tp4333084p4503118.html Sent from the Koha - Discuss mailing list archive at Na

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-25 Thread Tomas Cohen Arazi
Please, create a new mail thread for each topic you want to discuss, with a proper subject, so people interested in that specific topic knows in its mailbox what it is about. regards To+ On Mon, Apr 25, 2011 at 11:29 AM, wrote: > Hi All, > >  Thanks to everyone for the support so far. > >  I ha

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-25 Thread ajesh
Hi All, Thanks to everyone for the support so far. I have successfully installed Koha3.4.0 on Ubuntu. I have a query. Is there a starter's guide available(any links or pdf's). Like how to start using Koha step by step. Something that might be a little simpler than http://koha.org/documentat

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-24 Thread Tomas Cohen Arazi
On Sun, Apr 24, 2011 at 4:03 AM, wrote: > > Initially I added the following lines to ports.conf. > > Listen 80 > Listen 8080 > NameVirtualHost*:80 > NameVirtualHost*:8080 Spaces are needed between 'NameVirtualHost' and the rest of the lines (i.e. *:80) NameVirtualHost *:80 NameVirtualHost *:8080

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-24 Thread Chris Cormack
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, wrote: > Proceedin

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-24 Thread ajesh
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 'k

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-24 Thread ajesh
Initially I added the following lines to ports.conf. Listen 80 Listen 8080 NameVirtualHost*:80 NameVirtualHost*:8080 Then on executing the command >> sudo apache2ctl restart * Syntax error on line 10 of /etc/apache2/ports.conf: Invalid command

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-22 Thread Galen Charlton
Hi, On Apr 22, 2011, at 10:43 AM, aj...@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

Re: [Koha] Koha 3.4 on Ubuntu

2011-04-22 Thread Arturo Ochoa
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 a2ensi