[Koha] Upgrading koha to 3.8

2012-05-02 Thread Ranadip Chandra
I am trying to upgrade the Koha to the version 3.8.0. I downloaded it and try
to follow the steps given below :

1. sudo cd to Koha-3.8.0
2. sudo perl Makefile.PL --prev-install-log
/usr/share/koha/misc/koha-install-log

3. sudo make

4. sudo make test

5. sudo make upgrade

6. Update the sources.list (/etc/apt/sources.list) to include following
lines at the end of the file


 deb http://archive.ubuntu.com/ubuntu/ lucid main universe multiverse

 deb http://archive.ubuntu.com/ubuntu/ lucid-updates main universe
multiverse

 deb http://archive.ubuntu.com/ubuntu/ lucid-security main universe
multiverse

7. sudo apt-get update

8. Try to find out the missing perl module by using the command “ sudo perl
koha_perl_deps.pl -m” 

9. Try to install the missing perl module. While  installing the following
screen appears :

http://koha.1045719.n5.nabble.com/file/n5680924/3.png 

Finally while open the koha interface browser shows the following message :

Not Found

The requested URL / was not found on this server.
Apache/2.2.14 (Ubuntu) Server at localhost Port 8007


I checked the apache ports (/etc/apache2/ports.conf) which listens 8008 
8007 and also changed the port numbers in koha-httpd.conf
(/etc/koha/koha-httpd.conf) file.

please help me.

-
Ranadip Chandra
Assistant Librarian,
Jadavpur University,
Kolkata --700032,
Email -- ranadipchan...@gmail.com
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Upgrading-koha-to-3-8-tp5680924.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Upgrading koha to 3.8

2012-05-02 Thread Greg Barniskis

On 5/2/2012 10:57 AM, Ranadip Chandra wrote:

9. Try to install the missing perl module. While  installing the following
screen appears :

http://koha.1045719.n5.nabble.com/file/n5680924/3.png


Hi,

The text in your screen shot indicates that the module install is 
failing due to a network connection problem. It looks very much like 
your system is configured to use a Squid web proxy (its standard TCP 
port is 3128), and that the connection is failing locally rather than at 
CPAN.


Try using wget on a different URL (sudo /usr/bin/wget 
http://www.google.com;). If that also fails, you need to fix your Koha 
server's proxy connectivity, then retry the module installation.


Hope that helps,

--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
gregb at scls.lib.wi.us, (608) 242-4716
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Upgrading koha to 3.8

2012-05-01 Thread Ranadip Chandra
While upgrading koha to 3.8 the following message shown :

Not Found

The requested URL /cgi-bin/koha/labels/label-manage.pl was not found on this
server.
Apache/2.2.14 (Ubuntu) Server at localhost Port 8008

Please help me.

-
Ranadip Chandra
Assistant Librarian,
Jadavpur University,
Kolkata --700032,
Email -- ranadipchan...@gmail.com
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Upgrading-koha-to-3-8-tp5678416.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha