Hi, When i try to install a koha instance, the installation stops at this point: # koha-create --create-db library sed: can't read /etc/koha/apache-site.conf.in: No such file or directory It seems that the installation package koha-common is not creating the configuration files of Apache (or any other configuration file in /etc/koha). How can i solve this? thanks for help.
What version of Koha? On Koha 3.12.5 packages, that file is provided by koha-common $ apt-file search apache-site.conf.in koha-common: /etc/koha/apache-site.conf.in Regards, Bernardo -- Bernardo Gonzalez Kriegel bgkriegel@gmail.com On Fri, Oct 4, 2013 at 11:06 AM, Viviane Ventura <vaventura1@yahoo.com.br>wrote:
Hi,
When i try to install a koha instance, the installation stops at this point:
# koha-create --create-db library sed: can't read /etc/koha/apache-site.conf.in: No such file or directory
It seems that the installation package koha-common is not creating the configuration files of Apache (or any other configuration file in /etc/koha).
How can i solve this?
thanks for help. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Version 3.12.05 It should be.. however, when i try: #apt-get install koha-common and then # ls /etc/koha pazpar2 searchengine sites zebradb The configurarion files are not being created, and i can not find a reason to justify this behavior... Any ideas? 2013/10/4 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
What version of Koha?
On Koha 3.12.5 packages, that file is provided by koha-common
$ apt-file search apache-site.conf.in koha-common: /etc/koha/apache-site.conf.in
Regards, Bernardo
-- Bernardo Gonzalez Kriegel bgkriegel@gmail.com
On Fri, Oct 4, 2013 at 11:06 AM, Viviane Ventura <vaventura1@yahoo.com.br>wrote:
Hi,
When i try to install a koha instance, the installation stops at this point:
# koha-create --create-db library sed: can't read /etc/koha/apache-site.conf.in: No such file or directory
It seems that the installation package koha-common is not creating the configuration files of Apache (or any other configuration file in /etc/koha).
How can i solve this?
thanks for help. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
op 05-10-13 07:17, Viviane Ventura schreef:
The configurarion files are not being created, and i can not find a reason to justify this behavior...
Perhaps try: apt-get install --reinstall koha-common This will re-unpack the file, and hopefully give you the missing files. They certainly should be there. Robin.
im following this steps: Remove previous installations # koha-remove library Removing Koha instance library Zebra already stopped for instance library. ERROR: Site library does not exist! * Restarting web server apache2 ... waiting #apt-get remove koha-common # rm -rf /etc/koha Reinstall koha #apt-get update #apt-get clean #apt-get install koha-common At this moment, i have: #ls /etc/koha pazpar2 searchengine sites zebradb Edit the following file: #vi /etc/koha/koha-sites.conf #koha-create --create-db library sed: can't read /etc/koha/apache-site.conf.in: No such file or directory So, whats wrong? :( 2013/10/4 Viviane Ventura <vaventura1@yahoo.com.br>
Version 3.12.05
It should be.. however, when i try:
#apt-get install koha-common
and then
# ls /etc/koha pazpar2 searchengine sites zebradb
The configurarion files are not being created, and i can not find a reason to justify this behavior...
Any ideas?
2013/10/4 Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
What version of Koha?
On Koha 3.12.5 packages, that file is provided by koha-common
$ apt-file search apache-site.conf.in koha-common: /etc/koha/apache-site.conf.in
Regards, Bernardo
-- Bernardo Gonzalez Kriegel bgkriegel@gmail.com
On Fri, Oct 4, 2013 at 11:06 AM, Viviane Ventura <vaventura1@yahoo.com.br
wrote:
Hi,
When i try to install a koha instance, the installation stops at this point:
# koha-create --create-db library sed: can't read /etc/koha/apache-site.conf.in: No such file or directory
It seems that the installation package koha-common is not creating the configuration files of Apache (or any other configuration file in /etc/koha).
How can i solve this?
thanks for help. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Viviane Ventura schreef op ma 07-10-2013 om 11:19 [-0300]:
#apt-get remove koha-common
Try apt-get purge koha-common That makes it forget everything it knows about what might be installed, there is some apt magic around config files that is possibly getting in your way. Also try the --reinstall like I mentioned in the other email. -- Robin Sheat Catalyst IT Ltd. ✆ +64 4 803 2204 GPG: 5FA7 4B49 1E4D CAA4 4C38 8505 77F5 B724 F871 3BDF
participants (3)
-
Bernardo Gonzalez Kriegel -
Robin Sheat -
Viviane Ventura