koha 2.2.6 on Fedora Core 5
sir i am using fedora core 5 and koha 2.2.6 how can install perl modules needed for koha. I download the koha 2.2.6 package and run perl installer.pl in terminal After that i got Perl modules section. It shows some perl modules names and tell to run in terminal. When i copy the lines and paste to terminal it will show the errors. can't connect to ftp bad luck etc. plesae help me to install perl modules. -- View this message in context: http://www.nabble.com/koha-2.2.6-on-Fedora-Core-5-tf3674355.html#a10267135 Sent from the Koha - Discuss mailing list archive at Nabble.com.
Hello mars123, there are several opportunities to install the perl modules: 1. You have Fedora Core, you can try to install the modules per "yum install" as root. There are some modules in the repository "extras", I mean. 2. You can use " perl -MCPAN -e 'install <modulename>' " as root in a terminal, I prever this. 3. If you use webmin (http://www.webmin.com) you can install the modules per "Others | Perl Modules", it´s also sinmpel. Without this modules Koha will not work. Good Luck! Sebastian Am Dienstag, 1. Mai 2007 schrieb mars123:
sir i am using fedora core 5 and koha 2.2.6
how can install perl modules needed for koha.
I download the koha 2.2.6 package and run perl installer.pl in terminal
After that i got Perl modules section.
It shows some perl modules names and tell to run in terminal.
When i copy the lines and paste to terminal it will show the errors.
can't connect to ftp
bad luck etc.
plesae help me to install perl modules.
-- mailto: sebastian.krieg@tuz-eisenach.de
sir, i installed the koha 2.2.7 on Fedora core 5. the installation completed successfully. After that i edit the /etc/httpd/conf/httpd.conf file to include /etc/koha-httpd.conf After that i restart the apache. but it is not started. then i comment the lines errorlog and transfer errorlog in /etc/koha-httpd.conf. then the apache is started successfully. After that i use the browser and type http://192.168.1.186:80/ ( my server ip address) then it shows 'welcome to koha' and suddenly display the 500 internal server error. i check the apache error log it shows that (13)Permission denied: exec of '/usr/local/koha/opac/cgi-bin/opac-main.pl' failed Premature end of script headers: opac-main.pl i set full permission to opac-main.pl but i get the same error again i get the same error in koha 2.2.5 also. version of apache is 2.x can you tell solution for this. -- View this message in context: http://www.nabble.com/koha-2.2.6-on-Fedora-Core-5-tf3674355.html#a10399429 Sent from the Koha - Discuss mailing list archive at Nabble.com.
solution to the problem is disable the SELinux option in Fedora core 5 by default it is enabled in FC5. This will cause the permission denied : exec error . -- View this message in context: http://www.nabble.com/koha-2.2.6-on-Fedora-Core-5-tf3674355.html#a10418058 Sent from the Koha - Discuss mailing list archive at Nabble.com.
mars123 wrote:
can't connect to ftp
I think perl CPAN needs ncftp installed, so check if you have that installed. If not you can try to install it with "yum install ncftp" if that doesn't work then try downloading the rpm for FC5 from rpmfind.net (http://rpmfind.net/linux/rpm2html/search.php?query=ncftp) and install it with "rpm -Uvh ncftp*.rpm". BTW your machine needs to be connected to the internet, but I'm sure you've figured that ;-). -Jochum
participants (3)
-
Jochum van der Heide -
mars123 -
Sebastian Krieg