Koha 3 Install OpenSuse 10.3 Prob
We're trying to install Koha 3 beta 2 on OpenSuse 10.3, and as part of that process are using the install instructions for ubuntu gutsy on the wiki.koha.org site, modified for OpenSuse as necessary. At the point where Koha is actually installed, there is the direction to: "sudo a2ensite koha && /etc/init.d/apache2 reload" which generates the error "command not found" for us. (Just for clarification, it is the "a2ensite" command which fails). a2ensite indeed isn't installed on out server unless it's in some non-path location, it doesn't show up in the Yast software installer, and I don't see an install package on the net anywhere for the "a2ensite" command--is this part of some apache package, or is there a separate download source location? Greg Lawson Rolling Hills Consolidated Library 1912 N. Belt Highway St. Joseph, MO 64506
On Tue, May 20, 2008 at 11:33 AM, gsl <gsl@rollinghills.lib.mo.us> wrote:
"sudo a2ensite koha && /etc/init.d/apache2 reload"
which generates the error "command not found" for us. (Just for clarification, it is the "a2ensite" command which fails).
a2ensite indeed isn't installed on out server unless it's in some non-path location, it doesn't show up in the Yast software installer, and I don't see an install package on the net anywhere for the "a2ensite" command--is this part of some apache package, or is there a separate download source location?
Hi Greg. a2ensite is part of the apache2 package. It's usually installed in /usr/sbin/a2ensite. It's possible that /usr/sbin isn't in your path. You might check to see if that file exists, and if so, refer to it as /usr/sbin/a2ensite. If it doesn't exist, I suspect that apache2 isn't installed right. You may eventually have a better experience if you add /usr/sbin to your path. Hope it helps! -Andy
participants (2)
-
Andrew Moore -
gsl