Re: [Koha] Koha 3.12 installation problem

2013-10-07 Thread Robin Sheat
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

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha 3.12 installation problem

2013-10-04 Thread Viviane Ventura
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


Re: [Koha] Koha 3.12 installation problem

2013-10-04 Thread Bernardo Gonzalez Kriegel
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
bgkrie...@gmail.com


On Fri, Oct 4, 2013 at 11:06 AM, Viviane Ventura vaventu...@yahoo.com.brwrote:

 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

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.12 installation problem

2013-10-04 Thread Viviane Ventura
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 bgkrie...@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
 bgkrie...@gmail.com


 On Fri, Oct 4, 2013 at 11:06 AM, Viviane Ventura 
 vaventu...@yahoo.com.brwrote:

 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



___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha 3.12 installation problem

2013-10-04 Thread Robin Sheat
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.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha