Need so help to install Koha on opensuse 10.3
thanks
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I would recommend first reading the documentation and then downloading it.
On a slightly more-serious note, can you give any amount of information
on this? What happened when you tried? What is Koha? Have you ever
installed it before and, if so, what happened? Are the prerequisites
(whatever they are) met by the OS?
Good luck.
ansonelliott wrote:
| Need so help to install Koha on opensuse 10.3
| thanks
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFIf7OD3s42bA80+9kRApZMAJ9A7SFGlXewSfHvo25LVlHtRDEqkgCfZrau
1yyoxtB3SAc5rQXPWO6IMO8=
=zzpg
-----END PGP SIGNATURE-----
Koha is open-source integrated library system.
Did you look at Koha’s documentation site?
Installation Guide for Installing Koha 3 on openSUSE 11 [Koha Developer Wiki]
from:
Need help apache2 is give a error
service apache2 restart
Module “rewite” is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Syntax error on line 17 of /etc/apache2/vhosts.d/koha-httpd.conf:
Invalid command ‘SetEnv’, perhaps misspelled or defined by a module not included in the server configuration
Thanks
Well it’s rewrite, not rewite.
i fix the other error now i have a other error
linux-koha:~ # service apache2 restart
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
Syntax OK
Starting httpd2 (prefork) [Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:8080 overlaps with VirtualHost 127.0.0.2:8080, the first has precedence, perhaps you need a NameVirtualHost directive
[Wed Aug 06 15:31:42 2008] [warn] VirtualHost 127.0.0.2:80 overlaps with VirtualHost 127.0.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
done
Did you uncomment the line
#NameVirtualHost *:80
in /etc/apache2/listen.conf? And what does:
/usr/sbin/httpd2 -S
output?
apache2 is running but when you go to the web site it is blank.
Thank
where do you do with this /usr/sbin/httpd2 -S
thanks
apache2 is new to me
In a terminal window, running as root.
you losing me.
I’m using PuTTY
A putty terminal session is fine too, just become root with su -
I’m log in as root. what do i do with this
/usr/sbin/httpd2 -S
Run the command and show us the output.
[Mon Aug 11 16:35:06 2008] [warn] default VirtualHost overlap on port 8080, the first has precedence
[Mon Aug 11 16:35:06 2008] [warn] default VirtualHost overlap on port 8080, the first has precedence
[Mon Aug 11 16:35:06 2008] [warn] default VirtualHost overlap on port 8080, the first has precedence
[Mon Aug 11 16:35:06 2008] [warn] default VirtualHost overlap on port 80, the first has precedence
VirtualHost configuration:
wildcard NameVirtualHosts and default servers:
*:80 linux-koha (/etc/apache2/vhosts.d/koha-httpd.conf:6)
*:8080 linux-koha (/etc/apache2/vhosts.d/koha-httpd.conf:46)
*:8080 linux-koha (/etc/apache2/vhosts.d/yast2_vhosts.conf:1)
*:8080 linux-koha (/etc/apache2/vhosts.d/yast2_vhosts.conf:36)
*:80 linux-koha (/etc/apache2/vhosts.d/yast2_vhosts.conf:71)
*:8080 linux-koha (/etc/apache2/vhosts.d/yast2_vhosts.conf:109)
thanks
It doesn’t look like you have set up virtual hosts correctly. As I already asked before, did you uncomment the line:
#NameVirtualHost *:80
or
#NameVirtualHost *
in /etc/apache2/listen.conf?
I do not have errors when i restart apacha but when i go to the web site is blank.
Thanks
VirtualHost configuration:
10.13.101.15:80 Linux-Koha (/etc/apache2/vhosts.d/koha-httpd.conf:6)
10.13.101.15:8080 Linux-Koha (/etc/apache2/vhosts.d/koha-httpd.conf:42)
how you resolve this problem?