[Koha] insallation problem

2012-03-28 Thread Araik Manukyan
Dear community 

I am in  installation process Koha 3.06.04 on a ubuntu 11.10 server
according to this documentation.

http://wiki.koha-community.org/wiki/Koha_on_Ubuntu

On the 5 step - Install Ubuntu Packages from List 

 

Everything is installed without any problem.

  After

[I]nstall to install the selected packages 

Choose [C]onfigure, [R]emove, and [Q]uit in that order. 

 

When I checked  everything was installed

 

I run this:  # install_misc/ubuntu-pkg-check.sh | greb none

**

and I get this:

 

libyaz3 = (none)

libyaz3-dev = (none)

***

 I  installed 

apt-get install  openjdk-6-jre

apt-get install  openjdk-7-jre

 

But after install_misc/ubuntu-pkg-check.sh | greb none 

Аll the same I received 

***

libyaz3 = (none)

libyaz3-dev = (none)

 

How can I fix this?

 

Thank you for your help!

Araik

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


Re: [Koha] insallation problem

2012-03-28 Thread anjoze
Try:

sudo apt-get install libyaz4 libyaz4-dev

If it just work with libyaz3 you will have to download it an install it
Maybe:
http://www.ubuntuupdates.org/package/core/maverick/universe/base/libyaz3-dev

--
View this message in context: 
http://koha.1045719.n5.nabble.com/insallation-problem-tp5599806p5600058.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] insallation problem

2012-03-28 Thread MJ Ray
"Araik Manukyan" 
> I am in  installation process Koha 3.06.04 on a ubuntu 11.10 server
> according to this documentation.
> http://wiki.koha-community.org/wiki/Koha_on_Ubuntu
> 
> On the 5 step - Install Ubuntu Packages from List 

In general, please use the INSTALL.* files included in the download,
but it looks like someone has been updating the wiki.

What did the install command in step 3 output?
# sudo apt-get install zip unzip lamp-server^ yaz idzebra-2.0 dselect unp 
openjdk-6-jre

Other developers: should there really be a ^ in that?

Thanks,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op.
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] insallation problem

2012-03-30 Thread anjoze
Hi again,

Another suggestion...
I always use the LTS (Long term support) Ubuntu version... now its Version
10.04.
https://wiki.ubuntu.com/LTS
I use the Server version, but if you prefer the desktop version, after you
install it and update it you can install "tasksel"
*sudo apt-get install tasksel* and then run it and select *LAMP server*.
http://www.unixmen.com/install-lamp-with-1-command-in-ubuntu-1010-maverick-meerkat/

Then, you follow step by step installation from the file
*INSTALL.ubuntu.lucid* that is included in the koha package that you have
downloaded. http://download.koha-community.org/koha-latest.tar.gz

Then, if you still  need the libyaz3 package you can add the repository ex:
*deb http://ubuntu.mirror.cambrium.nl/ubuntu/ lucid main universe* to your
*/etc/apt/sources.list* and than sudo apt-get install the_package_you_want.
*http://packages.ubuntu.com/lucid/amd64/libyaz3-dev/download*
You can download it and install it manually to.

Hope it helps.







--
View this message in context: 
http://koha.1045719.n5.nabble.com/insallation-problem-tp5599806p5606246.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha