[Koha] koha installation

2016-03-22 Thread regina kivuyo
whwn i install koha

   i edited the file as needed /etc/perl/XML/SAX/ParserDetails.ini

misc/sax_parser_print.pl

Koha wants something like:
  XML::LibXML::SAX::Parser=HASH(0x81fe220)
You have:
  XML::SAX::Expat=HASH(0x1a94e88)
Looks bad, check INSTALL.* documentation.
what is wrong with me

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


[Koha] Koha Installation

2018-07-01 Thread Bedanta Borah
On the left hand side of the koha staff client home page, there is a
section named 'News' and two subsections 'Welcome to Koha' and 'What's
Next'.


I have installed Koha on latest Lubuntu. But above section is missiong. I
am afraid my koha installation is Broken although the modules seem to work
fine.

What should I do?
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha installation

2020-12-02 Thread takan bhatt
Dear Sir ,/ Madam

 I am from Vapi Gujarat. We were trying to install koha on Ubuntu 20.04.
After installing koja common, adding intraport 8080, I proceed for
installing mariadb but there was some error in some focal. I check
documents on internet and tried again with Ubuntu 18.04 but in both the
cases I failed. Then I installed Debian 9 and was able to install Koha
successful but debian is running slow and there are issues of running other
software like any desk on Debian.

Kindly guide me properly bcoz I did many installations for koha 18 to 19
and I never face any problem. Even I have installed koha on cloud too. But
this time some documentation might have changed.

Please help me

Rajesh Bhatt
Vapi
Gujarat
India
Whatsapp :  982492560
___

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


[Koha] Koha installation

2013-05-07 Thread Nasiru Yakubu
Hi,

I need some advice on the memory and hard disk specifications for
installing Koha on a virtual server with Ubuntu OS.

The will serve as the ILS for a small sized University in Nigeria and also
to replace our current ILS (Millennium by III).

Some information regarding data migration would be very helpful. Thank you.

-- 
** Nasiru Yakubu

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


[Koha] Koha Installation

2013-12-07 Thread Shiju Thomas
Dear sir,

I am trying to install Koha in my system(Linux platform).But it is not being
installed.

It is showing a message :

System maintenance

The Koha online catalog is offline for system maintenance. We'll be back
soon! If you have any questions, please contact the site administrator

That is why I have sent this mail. Why is it not being installed. Please
provide help.

 

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


[Koha] Koha installation

2014-02-20 Thread recep ýsýk
I've install koha-3.14.03, 

when write http://localhost:8080/ 

the browser shows the source  code.
Like this
#!/usr/bin/perl # This file is part of Koha.
#
# Koha is free software; you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# Koha is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with Koha; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. use strict;
use warnings;
use CGI;
use C4::Auth;# get_template_and_user
use C4::Output;
use C4::NewsChannels;# get_opac_news
use C4::Languages qw(getTranslatedLanguages accept_language); my $input = new 
CGI;
my $dbh   = C4::Context->dbh; my ( $template, $borrowernumber, $cookie ) = 
get_template_and_user( { template_name   => "opac-main.tmpl", type
=> "opac", query   => $input, authnotrequired => ( 
C4::Context->preference("OpacPublic") ? 1 : 0 ), flagsrequired   => { borrow => 
1 }, }
); my $casAuthentication = C4::Context->preference('casAuthentication');
$template->param( casAuthentication   => $casAuthentication,
); # display news
# use cookie setting for language, bug default to syspref if it's not set
my ($theme, $news_lang) = 
C4::Templates::themelanguage(C4::Context->config('opachtdocs'),'opac-main.tt','opac',$input);
 my $all_koha_news   = &GetNewsToDisplay($news_lang);
my $koha_news_count = scalar @$all_koha_news; $template->param( koha_news   
=> $all_koha_news, koha_news_count => $koha_news_count
); # If GoogleIndicTransliteration system preference is On Set paramter to load 
Google's javascript in OPAC search screens
if (C4::Context->preference('GoogleIndicTransliteration')) { 
$template->param('GoogleIndicTransliteration' => 1);
} output_html_with_http_headers $input, $cookie, $template->output; 


How can I manag to resolve it.
thanks.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha installation

2016-03-22 Thread Mark Tompsett

Greetings,


what is wrong with me


You didn't provide enough background information.

Firstly, that looks like you are attempting to install from source. What 
instructions are you following? What OS are you using? Which version of Koha 
are you attempting to install? Because that step with the Parser stuff is 
"ancient" history.


Use Debian (7 if you have ICU indexing needs -- from what I recall) or 
Ubuntu (14.04 LTS), and use packages. It is much easier that way.

https://wiki.koha-community.org/wiki/Debian
https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages (this has a 
little more explanation than the Debian version, but the Debian version is 
the one to follow first and foremost)


GPML,
Mark Tompsett 


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


[Koha] koha installation problem

2016-04-12 Thread abdiyoo
hi,everybody
i try to install koha ubuntu 14.04,but it does not work,first i make update
then install the coha-common,and it's display the following error:
reading Packages list done
building dependecy tree
Reading information tree..done
E:unable to locate package Koha-common so
please help me.
regards.






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


Re: [Koha] Koha Installation

2018-07-01 Thread Indranil Das Gupta
Hi Bedanta,

It is not broken in all likelihood. You probably did not import the sample
news optional SQL pack

Cheers
Indranil.

On Sun 1 Jul, 2018, 10:57 PM Bedanta Borah, 
wrote:

> On the left hand side of the koha staff client home page, there is a
> section named 'News' and two subsections 'Welcome to Koha' and 'What's
> Next'.
>
>
> I have installed Koha on latest Lubuntu. But above section is missiong. I
> am afraid my koha installation is Broken although the modules seem to work
> fine.
>
> What should I do?
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha installation woes

2019-10-20 Thread Carlos Lopez
Hi folks

We're trying to set up a little test server on our own: I'm following the 
instructions on https://wiki.koha-community.org/wiki/Debian and we have a 
little server running Debian Stretch.

We've hit a wall:

We've done the following:
added the apt key, 
installed the apt sources.list for oldstable, 
installed koha-common (apt-get update && apt-get install koha-common),
installed MySQL (apt-get install mysql-server),
enabled the 'rewrite' and 'cgi' modules for Apache2 and restarted 
Apache2,
edited /etc/koha/koha-sites.conf as follows:
DOMAIN=".myDNSname.org"
INTRAPORT="8080"
INTRAPREFIX=""
INTRASUFFIX=""
OPACPORT="80"
OPACPREFIX=""
OPACSUFFIX=""
DEFAULTSQL=""
ZEBRA_MARC_FORMAT="marc21"
ZEBRA_LANGUAGE="en"
USE_MEMCACHED="yes"
MEMCACHED_SERVERS="127.0.0.1:11211"
MEMCACHED_PREFIX="koha_"
(so we're configuring for IP address access),
Used koha-create to set up the virtual hosts and empty database 
(koha-create --create-db dmltest),
And this is where we've hit the wall. We can't seem to access the Koha 
installer: Pointing a browser to port 80 of the address gives us the Apache 
test page, and pointing to port 8080 gives us (on Chrome) error 
ERR_EMPTY_RESPONSE

Can anyone point us to where we've gone wrong?

With kind regards from the Dalton McCaughey Library Team

Carlos Lopez

Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052
Ph: 03 9340  ext.1 | libr...@dml.vic.edu.au | library.dmlibrary.org.au 

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


[Koha] Koha installation puzzles

2021-02-14 Thread King, Fred
Esteemed colleagues,

I'm running into some bumps while I'm setting up a Koha installation. I'm using:
   An Ubuntu server from Digital Ocean, 20.04. (In Toronto, if that makes any 
difference.)
   Koha 20.11x
   Using packages from mirrors.digitalocean.com

While I'm installing koha-common, right before the end, this happens:
   The following plugins have been enabled:
  rabbitmq_stomp
   started 1 plugins
[that's normal, but then nothing happens for a couple of minutes, and I get 
this:]
   Failed to enable unit: Unit /run/systemd/generator.late/koha-common.service 
is transient or generated.
[then setup returns to normal]

I've never seen this before, and I've done a LOT of Koha installations. Any 
ideas of what's happening?


I also want to add Memcached. (If it matters, I've also installed plack.) The 
instructions at https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages 
say:
   If you want to use memcached:
   This may need to be installed first with: sudo apt-get install memcached
   Include --use-memcached
[then the next line is:]
   sudo koha-create --create-db library

Problem is, I can't figure where to include -use-memcached. All right, I have a 
bad case of Basement Brain. Could someone un-confuse me?


And finally, when I try to install a language with
   Sudo koha-translate -install fr-FR
for example, I get the warning
   connection to '__MEMCACHED_SERVERS___' failed
and warnings that performance will suffer greatly.
Then when I try to install another language such as es_ES, de_DE, or am_ETHI, I 
get a message that the language is not available. Later in the installation I 
get the option to use FR, so it seems to have been installed.
The Memcached settings in /etc/koha/sites/library/koha-conf.xml appear to be 
correct.

It's dinnertime here in North American Eastern Time, but I'll be back on 
Monday. Thanks to anyone who can point me in the right direction.

Fred King, MSLS, AHIP
Medical Librarian, MedStar Washington Hospital Center
fred.k...@medstar.net
202-877-6670
ORCID -0001-5266-0279
MedStar Authors Catalog: http://medstarauthors.org

The hardest job I ever had was that of door-to-door front door salesman. I'd 
knock on someone's front door and when they answered I'd say "Could I interest 
you in a-wait a minute, you already have one."
--Bill Bailey

--
MedStar Health is a not-for-profit, integrated healthcare delivery system, the 
largest in Maryland and the Washington, D.C., region. Nationally recognized for 
clinical quality in heart, orthopedics, cancer and GI.

IMPORTANT: This e-mail (including any attachments) may contain information that 
is private, confidential, or protected by attorney-client or other privilege. 
If you received this e-mail in error, please delete it from your system without 
copying it and notify sender by reply e-mail, so that our records can be 
corrected... Thank you.

Help conserve valuable resources - only print this email if necessary.


___

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


Re: [Koha] Koha installation

2013-05-07 Thread Chrispin Simasiku Sitali
look at: http://wiki.koha-community.org/wiki/Category:Installation
http://opensource-ils.cci.utk.edu/content/installation-requirements

http://www.slideshare.net/anilmlis/hardware-and-software-requirements-for-koha

and I personally recommend:
http://wiki.koha-community.org/wiki/Koha_3.x_on_Debian_Squeeze

I hope this helps you.

Welcome to Koha


On 7 May 2013 12:12, Nasiru Yakubu  wrote:

> Hi,
>
> I need some advice on the memory and hard disk specifications for
> installing Koha on a virtual server with Ubuntu OS.
>
> The will serve as the ILS for a small sized University in Nigeria and also
> to replace our current ILS (Millennium by III).
>
> Some information regarding data migration would be very helpful. Thank you.
>
> --
> ** Nasiru Yakubu
>
> 0818 747 4227
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



-- 
Charles Lwanga College of Education,
P. O. Box 660193,
Monze,
ZAMBIA.

Mobile: +26 0979 869471
SKYPE: Libsitali
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation

2013-05-07 Thread Mark Tompsett

Greetings,

The hard drive and memory requirements are more a function of your catalogue 
size and circulations, so it is difficult to give a recommendation that is 
true across the board. The wiki.koha-community.org URLs given by Chrispin 
Simasiku Sitali are good.


Though, if you are going to use Ubuntu, I would recommend:
http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages

As for data migration, there are several paid Koha Support Providers that 
could help with this. Check out the following url for support information:

http://koha-community.org/support/

GPML,
Mark Tompsett

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


Re: [Koha] Koha installation

2013-05-13 Thread Nasiru Yakubu
Thanks for all the advice. I have got some wonderful resources to work
with. Look out for more questions in the near future.

Cheers


On 7 May 2013 16:49, Mark Tompsett  wrote:

> Greetings,
>
> The hard drive and memory requirements are more a function of your
> catalogue size and circulations, so it is difficult to give a
> recommendation that is true across the board. The wiki.koha-community.orgURLs 
> given by Chrispin Simasiku Sitali are good.
>
> Though, if you are going to use Ubuntu, I would recommend:
> http://wiki.koha-community.**org/wiki/Koha_on_ubuntu_-_**packages
>
> As for data migration, there are several paid Koha Support Providers that
> could help with this. Check out the following url for support information:
> http://koha-community.org/**support/ 
>
> GPML,
> Mark Tompsett
>
>


-- 
** Nasiru Yakubu

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


Re: [Koha] Koha Installation

2013-12-08 Thread Karam Qubsi
Hi ,

I think you didn't complete the web installation :
from : http://127.0.0.1:8080

http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Web_Installation

Regards


On Sat, Dec 7, 2013 at 8:04 PM, Shiju Thomas  wrote:

> Dear sir,
>
> I am trying to install Koha in my system(Linux platform).But it is not
> being
> installed.
>
> It is showing a message :
>
> System maintenance
>
> The Koha online catalog is offline for system maintenance. We'll be back
> soon! If you have any questions, please contact the site administrator
>
> That is why I have sent this mail. Why is it not being installed. Please
> provide help.
>
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>



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


Re: [Koha] Koha installation

2014-02-21 Thread MJ Ray
recep ýsýk wrote:
> I've install koha-3.14.03, 
> when write http://localhost:8080/ 
> the browser shows the source  code.

You probably don't have cgi enabled or the koha VirtualHost configured
correctly.  It's hard to suggest ways to fix that without knowing what
web server you're trying to install on.  I think if you use the koha
packages for debian, it would set them both up for you.

Hope that helps,
-- 
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


[Koha] Koha Installation Help

2011-09-18 Thread Amrit Pal Pathak
I am newbie to koha project.After spending 2 days on it ,i could not install
it.I followed install-ubuntu documentation of it.I placed koha project in
/var/www directory.After following the instructions from the manual when i
browsed to "localhost:8080",it says.

Not Found

The requested URL / was not found on this server.
--
Apache/2.2.14 (Ubuntu) Server at localhost Port 8080

-- 
Thanks

Regards

Amrit Pal

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


[Koha] Koha installation error

2011-09-22 Thread Amrit Pal Pathak
I am newbie to koha.I followed the steps to install it from
http://www.blazingmoon.org/news/2008/12/installing-koha-3-on-ubuntu-810-a-tutorial/
.After installation when i browsed to "http://127.0.1.1:8080/"; ,it
gave me the following error message.

Koha error

The following fatal error has occurred:

Can't locate ZOOM.pm in @INC (@INC contains: /usr/share/koha/lib
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10
/usr/share/perl/5.10 /usr/local/lib/site_perl .) at
/usr/share/koha/lib/C4/Context.pm line 90.
BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Context.pm line 90.
Compilation failed in require at
/usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.
BEGIN failed--compilation aborted at
/usr/share/koha/intranet/cgi-bin/mainpage.pl line 24.


Please somebody help to fix it.

-- 
Thanks
Regards
Amrit Pal
amritpalpathak.blogspot.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha installation Problem

2012-08-31 Thread Mohammad Joynal Abdin
Dear All,
Greetings from Mohammad Joynal Abdin
Today I want to share with you all one thing that, Yesterday I tried
to setup koha on Debian 6.0.1. But when I enter the command apt-get
install koha it returns error like below. I added the line deb
http://debian.koha-community.org/koha squeeze main in the
/etc/apt/sources.list. It can be mentioned that apt-get update command
executed successfully and it reports that Reading package lists..
Done. What's wrong? How can I proceed? Please suggest me.

ERROR
root@koha:/home/koha# apt-get install koha
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 koha : Depends: koha-common but it is not going to be installed
Depends: dbconfig-common but it is not installable
Depends: mysql-server but it is not installable
E: Broken packages

Thanking you in advance

-- 
*With Warm Regards*

Mohammad Joynal Abdin
MA in ISLM, DU
MCSA, MCSE
Assistant Library Officer
Daffodil International University
Cell: 01811458896  Ext. 152
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha installation problem

2016-04-12 Thread Michael Kuhn

Hi


i try to install koha ubuntu 14.04,but it does not work,first i make update
then install the coha-common,and it's display the following error:
reading Packages list done
building dependecy tree
Reading information tree..done
E:unable to locate package Koha-common so
please help me.


Try to use the correct package name: koha-common

It's not "coha-common". It's not "Koha-common".

Hope this helps

Michael
--
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E m...@adminkuhn.ch · W www.adminkuhn.ch
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] koha installation problem

2016-04-12 Thread Nombre
El 12/04/16 a las 23:28, Michael Kuhn escribió:
> Hi
> 
>> i try to install koha ubuntu 14.04,but it does not work,first i make
>> update
>> then install the coha-common,and it's display the following error:
>> reading Packages list done
>> building dependecy tree
>> Reading information tree..done
>> E:unable to locate package Koha-common so
>> please help me.
> 
> Try to use the correct package name: koha-common
> 
> It's not "coha-common". It's not "Koha-common".
> 
> Hope this helps
> 
> Michael

I think you didn't add repository to your sources.list.

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


Re: [Koha] Koha installation woes

2019-10-20 Thread David Nind
Hi Carlos.

Disable the default Apache site (sudo a2dissite 00-default)

Restarted memcached and apache.

David Nind | david.n...@gmail.com
PO Box 12367, Thorndon, Wellington, New Zealand 6144
m. +64 21 0537 847


On Mon, 21 Oct 2019 at 18:03, Carlos Lopez  wrote:

> Hi folks
>
> We're trying to set up a little test server on our own: I'm following the
> instructions on https://wiki.koha-community.org/wiki/Debian and we have a
> little server running Debian Stretch.
>
> We've hit a wall:
>
> We've done the following:
> added the apt key,
> installed the apt sources.list for oldstable,
> installed koha-common (apt-get update && apt-get install
> koha-common),
> installed MySQL (apt-get install mysql-server),
> enabled the 'rewrite' and 'cgi' modules for Apache2 and restarted
> Apache2,
> edited /etc/koha/koha-sites.conf as follows:
> DOMAIN=".myDNSname.org"
> INTRAPORT="8080"
> INTRAPREFIX=""
> INTRASUFFIX=""
> OPACPORT="80"
> OPACPREFIX=""
> OPACSUFFIX=""
> DEFAULTSQL=""
> ZEBRA_MARC_FORMAT="marc21"
> ZEBRA_LANGUAGE="en"
> USE_MEMCACHED="yes"
> MEMCACHED_SERVERS="127.0.0.1:11211"
> MEMCACHED_PREFIX="koha_"
> (so we're configuring for IP address access),
> Used koha-create to set up the virtual hosts and empty database
> (koha-create --create-db dmltest),
> And this is where we've hit the wall. We can't seem to access the Koha
> installer: Pointing a browser to port 80 of the address gives us the Apache
> test page, and pointing to port 8080 gives us (on Chrome) error
> ERR_EMPTY_RESPONSE
>
> Can anyone point us to where we've gone wrong?
>
> With kind regards from the Dalton McCaughey Library Team
>
> Carlos Lopez
>
> Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052
> Ph: 03 9340  ext.1 | libr...@dml.vic.edu.au | library.dmlibrary.org.au
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation woes

2019-10-20 Thread Indranil Das Gupta
Hi Carlos,

On Mon 21 Oct, 2019, 10:33 AM Carlos Lopez,  wrote:



(so we're configuring for IP address access),
>
> Can anyone point us to where we've gone wrong?
>

Did you setup the following lines in /etc/apache2/ports.conf:

Listen 8080
Listen 80

And restart Apache2 service?

Cheers
Indranil Das Gupta
L2C2 Technologies
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation woes

2019-10-20 Thread Carlos Lopez
Thank you very much! That seems to have done it.

With kind regards from the Dalton McCaughey Library Team

Carlos Lopez

Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052
Ph: 03 9340  ext.1 | libr...@dml.vic.edu.au<mailto:libr...@dml.vic.edu.au> 
| library.dmlibrary.org.au

From: Indranil Das Gupta 
Sent: Monday, 21 October 2019 4:07 PM
To: Carlos Lopez 
Cc: koha 
Subject: Re: [Koha] Koha installation woes

Hi Carlos,
On Mon 21 Oct, 2019, 10:33 AM Carlos Lopez, 
mailto:clo...@dml.vic.edu.au>> wrote:



(so we're configuring for IP address access),

Can anyone point us to where we've gone wrong?

Did you setup the following lines in /etc/apache2/ports.conf:

Listen 8080
Listen 80

And restart Apache2 service?

Cheers
Indranil Das Gupta
L2C2 Technologies

Report this message as 
spam<https://console.mailguard.com.au/ras/1WLnlC8h0i/3bD51pbj046TpNlzIlnu7Z/0.4>

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


Re: [Koha] Koha installation puzzles

2021-02-15 Thread Jonathan Druart
Hello Fred,

I have no idea what means the "is transient or generated." error. But
you should make sure koha-common is started.

The wiki is wrong (I will edit it). There is no more --use-memcached
option (to koha-create), it's mandatory now.

Do you manage to access the interface? If so, go to the about page and
confirm there that memcached is configured correctly.

Regards,
Jonathan

Le dim. 14 févr. 2021 à 23:26, King, Fred  a écrit :
>
> Esteemed colleagues,
>
> I'm running into some bumps while I'm setting up a Koha installation. I'm 
> using:
>An Ubuntu server from Digital Ocean, 20.04. (In Toronto, if that makes any 
> difference.)
>Koha 20.11x
>Using packages from mirrors.digitalocean.com
>
> While I'm installing koha-common, right before the end, this happens:
>The following plugins have been enabled:
>   rabbitmq_stomp
>started 1 plugins
> [that's normal, but then nothing happens for a couple of minutes, and I get 
> this:]
>Failed to enable unit: Unit 
> /run/systemd/generator.late/koha-common.service is transient or generated.
> [then setup returns to normal]
>
> I've never seen this before, and I've done a LOT of Koha installations. Any 
> ideas of what's happening?
>
>
> I also want to add Memcached. (If it matters, I've also installed plack.) The 
> instructions at 
> https://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages say:
>If you want to use memcached:
>This may need to be installed first with: sudo apt-get install 
> memcached
>Include --use-memcached
> [then the next line is:]
>sudo koha-create --create-db library
>
> Problem is, I can't figure where to include -use-memcached. All right, I have 
> a bad case of Basement Brain. Could someone un-confuse me?
>
>
> And finally, when I try to install a language with
>Sudo koha-translate -install fr-FR
> for example, I get the warning
>connection to '__MEMCACHED_SERVERS___' failed
> and warnings that performance will suffer greatly.
> Then when I try to install another language such as es_ES, de_DE, or am_ETHI, 
> I get a message that the language is not available. Later in the installation 
> I get the option to use FR, so it seems to have been installed.
> The Memcached settings in /etc/koha/sites/library/koha-conf.xml appear to be 
> correct.
>
> It's dinnertime here in North American Eastern Time, but I'll be back on 
> Monday. Thanks to anyone who can point me in the right direction.
>
> Fred King, MSLS, AHIP
> Medical Librarian, MedStar Washington Hospital Center
> fred.k...@medstar.net
> 202-877-6670
> ORCID -0001-5266-0279
> MedStar Authors Catalog: http://medstarauthors.org
>
> The hardest job I ever had was that of door-to-door front door salesman. I'd 
> knock on someone's front door and when they answered I'd say "Could I 
> interest you in a-wait a minute, you already have one."
> --Bill Bailey
>
> --
> MedStar Health is a not-for-profit, integrated healthcare delivery system, 
> the largest in Maryland and the Washington, D.C., region. Nationally 
> recognized for clinical quality in heart, orthopedics, cancer and GI.
>
> IMPORTANT: This e-mail (including any attachments) may contain information 
> that is private, confidential, or protected by attorney-client or other 
> privilege. If you received this e-mail in error, please delete it from your 
> system without copying it and notify sender by reply e-mail, so that our 
> records can be corrected... Thank you.
>
> Help conserve valuable resources - only print this email if necessary.
>
>
> ___
>
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
___

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


Re: [Koha] koha installation error

2023-11-12 Thread Tom Obrien
Greetings,
I upgraded ubuntu server 16 LTS to 22 LTS.
I am trying to install koha but I get the following error:
wget -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
--2023-11-13 06:30:33--  https://debian.koha-community.org/koha/gpg.asc
Resolving debian.koha-community.org (debian.koha-community.org)... failed:
Temporary failure in name resolution.
wget: unable to resolve host address ‘debian.koha-community.org’
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d
instead (see apt-key(8)).
gpg: no valid OpenPGP data found.


Kindly assist me on how to overcome this problem.
Thank in advance.
Tom
___

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


Re: [Koha] koha installation error

2023-11-14 Thread Katrin Fischer

Hi Tom,

I tested the command in my Ubuntu 22 LTS installation and it worked OK.

Does the problem persist for you?

Could it be something is blocking access to debian.koha-community.org?

Hope this helps,

Katrin

On 13.11.23 03:14, Tom Obrien wrote:

Greetings,
I upgraded ubuntu server 16 LTS to 22 LTS.
I am trying to install koha but I get the following error:
wget -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
--2023-11-13 06:30:33--  https://debian.koha-community.org/koha/gpg.asc
Resolving debian.koha-community.org (debian.koha-community.org)... failed:
Temporary failure in name resolution.
wget: unable to resolve host address ‘debian.koha-community.org’
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d
instead (see apt-key(8)).
gpg: no valid OpenPGP data found.


Kindly assist me on how to overcome this problem.
Thank in advance.
Tom
___

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

___

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


[Koha] Koha Installation Video file

2015-03-28 Thread Manju N
Dear All,

Spoken Tutorial Team very pleased to release the   Koha
installation on Ubuntu 12.04 video file on Spoken Tutorial website. This
tutorial would be very useful to those who want to try installation
themselves.

 Here is the link-

http://spoken-tutorial.org/watch/Koha%2BLibrary%2BManagement%2BSystem/Koha%2Binstallation%2Bon%2BLinux/English/

Kindly share this link to the library community groups.  Spoken Tutorial
Team will appreciate the feedback/ usefulness/difficulties encountered by
the users.

Here is the link to resister and post your feedback if any at Spoken
Tutorial website.

http://spoken-tutorial.org/accounts/register/



-- 
With Regards
*Mr.Manju Naika*
Asst. Librarian
Journal and Computer Application Section
Central Library 
Indian Institute of Technology Bombay 
Mumbai, INDIA, 400 076
Phone:+91 22 2576 8929
Fax:91-22-25720227
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation Help

2011-09-19 Thread Mahesh T Pai
Amrit Pal Pathak
 writes:

 > I am newbie to koha project.After spending 2 days on it ,i could not
 > install it.I followed install-ubuntu documentation of it.I placed
 > koha project in /var/ www directory.After following the instructions
 > from the manual when i browsed to "localhost:8080",it says.
>


That is because you did not follow the instructions in INSTALL.ubuntu
file. Nowhere does INSTALL.ubuntu mention /var/www directory. 

Please re-read it and try again. 

Also, which version of Ubuntu are you using?


-- 
Mahesh T. Pai   ||
It's not the software that's free; it's you.

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


Re: [Koha] Koha installation error

2011-09-22 Thread Owen Leonard
On Thu, Sep 22, 2011 at 12:35 PM, Amrit Pal Pathak
 wrote:
> I am newbie to koha.I followed the steps to install it from
> http://www.blazingmoon.org/news/2008/12/installing-koha-3-on-ubuntu-810-a-tutorial/

I recommend you make sure you're downloading the latest stable version
from here: http://koha-community.org/ and follow the instructions
offered in the INSTALL file you will find in the tarball. The
instructions at the link above would appear to be about 3 years old
judging from the URL.

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation Problem

2012-08-31 Thread Mark Tompsett

Greetings,

[snipped and edited a bit]

But when I enter the command "apt-get install koha"


Actually it is "sudo apt-get install koha-common".


[snipped and edited a bit]

I added the line "deb http://debian.koha-community.org/koha squeeze main"
in the /etc/apt/sources.list [file].


First, it is a bad idea to touch the default repository file! You likely 
messed up your repositories.
The instructions you should follow are found at 
http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze


Those instructions say it is supposed to be 
"/etc/apt/sources.list.d/koha.list" that is affected.
The command you should use to set up for 3.8.x in a fresh Debian (or 
Ubuntu -- for those lurking in the background) install is:
$ echo "deb http://debian.koha-community.org/koha squeeze main" | sudo tee 
/etc/apt/sources.list.d/koha.list


Okay, but did you do the following as well?
$ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key 
add -



--- BEGIN EXAMPLE GIVEN ---
ERROR
root@koha:/home/koha# apt-get install koha
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
koha : Depends: koha-common but it is not going to be installed
   Depends: dbconfig-common but it is not installable
   Depends: mysql-server but it is not installable
E: Broken packages
--- END EXAMPLE GIVEN ---

Those dependencies are in the default repositories. You likely messed yours 
up or the server from which you would normally pull the updates is not 
reachable.


To check which is true attempt the following command:
$ sudo apt-get update
If it has a whole bunch of error messages, then it is unreachable. If the 
list is very short (only the debian.koha-community.org repository), then you 
messed up your repositories. If it is some other case, you will need to post 
the output for someone else to be able to help you.


My gut feeling is you messed yours up. Given that I don't have Debian, I can 
not provide you with a clean copy. Though, you may wish to re-install Debian 
OR visit http://debgen.simplylinux.ch/ *IF* you did mess it up. 
Reinstallation is my preference and recommendation, if there are no other 
systems affected.


Hope this helps somehow. #include 

GPML,
Mark Tompsett 


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


Re: [Koha] Koha installation Problem

2012-08-31 Thread Mark Tompsett

Greetings,

[snipped and edited a bit]

But when I enter the command "apt-get install koha"


Actually it is "sudo apt-get install koha-common".


[snipped and edited a bit]

I added the line "deb http://debian.koha-community.org/koha squeeze main"
in the /etc/apt/sources.list [file].


First, it is a bad idea to touch the default repository file! You likely 
messed up your repositories.
The instructions you should follow are found at 
http://wiki.koha-community.org/wiki/Koha_3.8_on_Debian_Squeeze


Those instructions say it is supposed to be 
"/etc/apt/sources.list.d/koha.list" that is affected.
The command you should use to set up for 3.8.x in a fresh Debian (or 
Ubuntu -- for those lurking in the background) install is:
$ echo "deb http://debian.koha-community.org/koha squeeze main" | sudo tee 
/etc/apt/sources.list.d/koha.list


Okay, but did you do the following as well?
$ wget -O- http://debian.koha-community.org/koha/gpg.asc | sudo apt-key 
add -



--- BEGIN EXAMPLE GIVEN ---
ERROR
root@koha:/home/koha# apt-get install koha
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
koha : Depends: koha-common but it is not going to be installed
   Depends: dbconfig-common but it is not installable
   Depends: mysql-server but it is not installable
E: Broken packages
--- END EXAMPLE GIVEN ---

Those dependencies are in the default repositories. You likely messed yours 
up or the server from which you would normally pull the updates is not 
reachable.


To check which is true attempt the following command:
$ sudo apt-get update
If it has a whole bunch of error messages, then it is unreachable. If the 
list is very short (only the debian.koha-community.org repository), then you 
messed up your repositories. If it is some other case, you will need to post 
the output for someone else to be able to help you.


My gut feeling is you messed yours up. Given that I don't have Debian, I can 
not provide you with a clean copy. Though, you may wish to re-install Debian 
OR visit http://debgen.simplylinux.ch/ *IF* you did mess it up. 
Reinstallation is my preference and recommendation, if there are no other 
systems affected.


Hope this helps somehow. #include 

GPML,
Mark Tompsett 


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


[Koha] Koha installation on Debian 6.5

2015-06-16 Thread Foiz Ahmed
I want to install koha latest version on debian 6.5. Please tell me
which web links will be at sources.list file. Give a manual to install
koha on debian 6.5 without hassle and easily. i am looking for your
advise and will be grate full all of you.




--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-installation-on-Debian-6-5-tp5844116.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha installation on Ubuntu 14.04.3

2015-10-06 Thread Decka David
Dear Koha Developers
 
I am new to Ubuntu OS as well as Koha ILS . I have read about Koha which I
am interested to use for my university library however I tried installing
Koha (old stable) on Ubuntu 14.04 LTS and not many information on the wiki
Koha. Is there anyone who wish to assist me with simple instructions on how
to setup Koha on Ubuntu 14.04 LTS behind proxy setup.
 
Many thanks in advance.
 
Decka David
PNG Unitech 
Library Systems
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation Video file

2015-03-28 Thread Zeno Tajoli
Hi,

>Spoken Tutorial Team very pleased to release the   Koha
>installation on Ubuntu 12.04 video file on Spoken Tutorial website.

with your video, you install koha-3.16.08 now
I think that could be a good idea if you insert a date on the slides,
new version are coming every mounth.

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


Re: [Koha] Koha Installation Video file

2015-03-31 Thread Indranil Das Gupta
Dear Manju,

On Sat, Mar 28, 2015 at 2:35 PM, Zeno Tajoli  wrote:
> Hi,
>
>>Spoken Tutorial Team very pleased to release the   Koha
>>installation on Ubuntu 12.04 video file on Spoken Tutorial website.
>
> with your video, you install koha-3.16.08 now
> I think that could be a good idea if you insert a date on the slides,
> new version are coming every mounth.

Adding to what Zeno has mentioned, the title of the presentation is a
misnomer. At 3 min 55 sec you are clearly instructing the viewer to
add the "oldstable" repository. Oldstable is a moniker for the
previous stable version of Koha at any given point of time. This is
NOT recommended best practise. The title of the presentation should
reflect that and the storyboard and transcription script should IMHO
be updated to accommodate the change.

cheers
-idg
>
> Bye
> Zeno Tajoli
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha



-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha Installation - Zoom & Yaz Issue

2011-05-14 Thread Ling Zhai

Hi Everyone,

  I run into a problem installing Koha 3.04.00. And ZOOM 1.28 doesn't seem to 
load with YAZ 4.1.7. I am using Perl 5.8.8 on Centos 5.5 (64 bit).
  I also posted my issue here, 
https://rt.cpan.org/Public/Bug/Display.html?id=6819.

  Any idea would be greatly helpful. If anyone is aware of the working Zoom/YAZ 
versions to use for Koha, that would be helpful too.

Thanks a lot,
Ling
  
---

[root@ koha-3.04.00.000]# perl Makefile.PL
Can't load
'/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so'
for module Net::Z3950::ZOOM: libyaz.so.4: cannot open shared object
file: No such file or directory at
/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/XSLoader.pm line 70.
 at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/Net/Z3950/ZOOM.pm
line 10
Compilation failed in require at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/ZOOM.pm line 4.
BEGIN failed--compilation aborted at
/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/ZOOM.pm line 4.
Compilation failed in require at
/root/Downloads/koha-3.04.00.000/C4/Context.pm line 85.
BEGIN failed--compilation aborted at
/root/Downloads/koha-3.04.00.000/C4/Context.pm line 85.
Compilation failed in require at
/root/Downloads/koha-3.04.00.000/C4/Installer.pm line 24.
BEGIN failed--compilation aborted at
/root/Downloads/koha-3.04.00.000/C4/Installer.pm line 24.
Compilation failed in require at Makefile.PL line 31.
BEGIN failed--compilation aborted at Makefile.PL line 31.


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


[Koha] Koha installation on Debian/Ubuntu

2011-08-14 Thread Gyaneshwar Narayan Junior
Good morning All

Sorry to disturb you guys.
I am just wondering if anyone has a PDF/Word documentation of KOHA installation 
on Debian or Ubuntu.
I am a first time user and I am finding it very difficult to install KOHA.
Any prompt help will be highly appreciated.

Regards.

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


[Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread deepak.bhatia
Hi,

1.  When I install the Ubuntu 11, then I create a user by my name “deepak”
2.  Then I login as deepak and set the password for root using “sudo passwd
root”
3.  Then create a koha user while logged in as deepak, using the command
“adduser koha”
4.  Then I do “sudo users-admin” and give administer rights to koha
5.  Then I logout and login using koha
6.  Then I follow the steps after that as suggested by you in your PDF.

Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
had worked, like sudo apt-get update, sudo dselect)

Please help me in resolving this issue.

Thanks

Deepak Bhatia

--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-Installation-on-Ubuntu-11-tp4711550p4711550.html
Sent from the Koha - Discuss 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


[Koha] Koha Installation on Ubuntu 10.04

2011-10-21 Thread Ranadip Chandra
I want to install koha 3.4.0 on ubuntu 10.04. Please send me document of
installation including the installation of Apache, Mysql, Perl and other
dependencies. 

-
Ranadip Chandra
Assistant Librarian,
Jadavpur University,
Kolkata --700032,
Email -- ranadipchan...@gmail.com
--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-Installation-on-Ubuntu-10-04-tp4924561p4924561.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] Koha installation on Debian 6.5

2015-06-16 Thread Mark Tompsett

Greetings,

The latest version of Koha (3.20.x) does not install on Debian 6. Consider 
that Debian 8 is already out. If you are creating a new server for Koha, 
using the latest stable version of Debian is always recommended. If you are 
attempting to reuse an existing server, the question is: why haven't you 
upgraded it already?


GPML,
Mark Tompsett


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


Re: [Koha] Koha installation on Debian 6.5

2015-06-16 Thread gianfri
Hi, 

as you ave already been told, you have to upgrade the operating system,
first. Then you'll be able to install the latest version of Koha. 

Here there is an excellent guide to install Koha on Ubuntu server (Ubuntu is
Debian-based) - I followed just a couple of weeks ago, without any trouble. 

http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages

greetings, 

Gianfranco 



--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-installation-on-Debian-6-5-tp5844116p5844269.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-06 Thread Jonathan Druart
Hello,

Did you follow this doc wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages ?

Regards,
Jonathan

2015-10-06 8:08 GMT+01:00 Decka David :
> Dear Koha Developers
>
> I am new to Ubuntu OS as well as Koha ILS . I have read about Koha which I
> am interested to use for my university library however I tried installing
> Koha (old stable) on Ubuntu 14.04 LTS and not many information on the wiki
> Koha. Is there anyone who wish to assist me with simple instructions on how
> to setup Koha on Ubuntu 14.04 LTS behind proxy setup.
>
> Many thanks in advance.
>
> Decka David
> PNG Unitech
> Library Systems
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-06 Thread Jonathan Druart
Where are you stuck? Do you get an error?

Please answer to the list, I don't provide personal support.

2015-10-06 9:04 GMT+01:00 Decka David :
> Hello Jonathan,
>
>
>
> My answer is  Yes, I did which I had read over many times to get this
> project installed and seems to fail. But I wish to get some simple
> instructions on how to really install and setup Koha. Beside I already have
> successfully install Ubuntu 14.04 LTS and tried using terminal commands to
> install Koha but seems failing. Internet and proxy is fine to get debian
> packages.
>
>
>
> Could you assist with you expertise skills?
>
>
>
> Many thanks
>
>
>
> Decka
>
>
>
> -Original Message-
> From: Jonathan Druart [mailto:jonathan.dru...@bugs.koha-community.org]
> Sent: Tuesday, October 06, 2015 5:38 PM
> To: Decka David
> Cc: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Koha installation on Ubuntu 14.04.3
>
>
>
> Hello,
>
>
>
> Did you follow this doc
> wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages ?
>
>
>
> Regards,
>
> Jonathan
>
>
>
> 2015-10-06 8:08 GMT+01:00 Decka David :
>
>> Dear Koha Developers
>
>>
>
>> I am new to Ubuntu OS as well as Koha ILS . I have read about Koha
>
>> which I am interested to use for my university library however I tried
>
>> installing Koha (old stable) on Ubuntu 14.04 LTS and not many
>
>> information on the wiki Koha. Is there anyone who wish to assist me
>
>> with simple instructions on how to setup Koha on Ubuntu 14.04 LTS behind
>> proxy setup.
>
>>
>
>> Many thanks in advance.
>
>>
>
>> Decka David
>
>> PNG Unitech
>
>> Library Systems
>
>> ___
>
>> Koha mailing list  http://koha-community.org Koha@lists.katipo.co.nz
>
>> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-06 Thread Bohdan Šmilauer
Hello,
Instructions how to install Koha 3.20 on Ubuntu 14.04 (Trusty Tahr) is 
described here, see:
http://wiki.koha-community.org/wiki/Debian#Installation_Process
Based on this guide, step by step installation is illustrated on 
http://www.koha-community.cz/Instalace_Koha_3_20.pdf. 
Try to follow this guide for basic Koha installation. Before the Koha 
deployment is necessary to setup many parameters:
the system preferences, the privilegies for users, library branches, type of
items, templates for cataloging, setup authorized values, circulation rules,
patron categories, import of authorities, import of bibliographic records, 
import of patrons, setup Postfix (mailserver), Z 39.50 client and server, 
cron procedures, and others. This is not quite easy process and it requires 
some experience.  Valuable source are manuals on: 
http://es.koha-community.org/manual/ . Study, try, test, ask help, put the 
questions, and you will be successful
Regards 
Bohdan Smilauer
www.koha-community.cz
Czechia


-- Původní zpráva --
Od: Jonathan Druart 
Komu: Decka David 
Datum: 6. 10. 2015 9:40:33
Předmět: Re: [Koha] Koha installation on Ubuntu 14.04.3

"Hello,

Did you follow this doc wiki.koha-community.org/wiki/Koha_on_ubuntu_-_
packages ?

Regards,
Jonathan

2015-10-06 8:08 GMT+01:00 Decka David :
> Dear Koha Developers
>
> I am new to Ubuntu OS as well as Koha ILS . I have read about Koha which I
> am interested to use for my university library however I tried installing
> Koha (old stable) on Ubuntu 14.04 LTS and not many information on the wiki
> Koha. Is there anyone who wish to assist me with simple instructions on 
how
> to setup Koha on Ubuntu 14.04 LTS behind proxy setup.
>
> Many thanks in advance.
>
> Decka David
> PNG Unitech
> Library Systems
> ___
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha";
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-06 Thread Decka David
Really appreciate all your responses and assistances as some of the sites 
listed which I have seen. I will take the step forward for the initial setup.
 
Looking forward to more queries when get stuck.
 
Regards,
 
Decka David
 
From: Bohdan Šmilauer [mailto:b.smila...@post.cz] 
Sent: Wednesday, October 07, 2015 6:32 AM
To: Jonathan Druart
Cc: koha@lists.katipo.co.nz; Decka David
Subject: Re: [Koha] Koha installation on Ubuntu 14.04.3
 
Hello,
Instructions how to install Koha 3.20 on Ubuntu 14.04 (Trusty Tahr) is 
described here, see:
http://wiki.koha-community.org/wiki/Debian#Installation_Process
Based on this guide, step by step installation is illustrated on 
http://www.koha-community.cz/Instalace_Koha_3_20.pdf. 
Try to follow this guide for basic Koha installation. Before the Koha 
deployment is necessary to setup many parameters:
the system preferences, the privilegies for users, library branches, type of 
items, templates for cataloging, setup authorized values, circulation rules, 
patron categories, import of authorities, import of bibliographic records, 
import of patrons, setup Postfix (mailserver), Z 39.50 client and server, cron 
procedures, and others. This is not quite easy process and it requires some 
experience.  Valuable source are manuals on: 
http://es.koha-community.org/manual/ . Study, try, test, ask help, put the 
questions, and you will be successful
Regards 
Bohdan Smilauer
www.koha-community.cz
Czechia
-- Původní zpráva --
Od: Jonathan Druart 
Komu: Decka David 
Datum: 6. 10. 2015 9:40:33
Předmět: Re: [Koha] Koha installation on Ubuntu 14.04.3
 
Hello,

Did you follow this doc wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages ?

Regards,
Jonathan

2015-10-06 8:08 GMT+01:00 Decka David :
> Dear Koha Developers
>
> I am new to Ubuntu OS as well as Koha ILS . I have read about Koha which I
> am interested to use for my university library however I tried installing
> Koha (old stable) on Ubuntu 14.04 LTS and not many information on the wiki
> Koha. Is there anyone who wish to assist me with simple instructions on how
> to setup Koha on Ubuntu 14.04 LTS behind proxy setup.
>
> Many thanks in advance.
>
> Decka David
> PNG Unitech
> Library Systems
> ___
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha
___
Koha mailing list http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha
=
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-12 Thread Decka David
I again encountered this problem with my installation of Koha stable on Ubuntu 
14.04 again. Please help and assist with gpg error.
 
W: GPG error: http://debian.koha-community.org stable InRelease: The following 
signatures couldn't be verified because the public key is not available: 
NO_PUBKEY 3C9356BBA2E41F10
 
root@mlkoha:~# gpg --keyserver pgpkeys.mit.edu --recv-key  3C9356BBA2E41F10
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this 
run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key A2E41F10 from hkp server pgpkeys.mit.edu
gpg: keyserver timed out
gpg: keyserver receive failed: keyserver error
 
root@mlkoha:~# apt-get install wget
Reading package lists... Done
Building dependency tree   
Reading state information... Done
wget is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 121 not to upgrade.
 
root@mlkoha:~# echo "deb http://debian.koha-community.org/koha stable main" > 
/etc/apt/sources.list.d/koha.list
 
root@mlkoha:~# wget -O- http://debian.koha-community.org/koha/gpg.asc | apt-key 
add -
--2015-10-12 09:48:32--  http://debian.koha-community.org/koha/gpg.asc
Resolving debian.koha-community.org (debian.koha-community.org)... 
67.220.127.145
Connecting to debian.koha-community.org 
(debian.koha-community.org)|67.220.127.145|:80... failed: Connection timed out.
Retrying.
 
Thanks
 
--
Decka David
 
-Original Message-
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Decka David
Sent: Wednesday, October 07, 2015 9:52 AM
To: 'Bohdan Šmilauer'; 'Jonathan Druart'
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Ubuntu 14.04.3
 
Really appreciate all your responses and assistances as some of the sites 
listed which I have seen. I will take the step forward for the initial setup.
Looking forward to more queries when get stuck.
Regards,
Decka David
From: Bohdan Šmilauer [ <mailto:b.smila...@post.cz> mailto:b.smila...@post.cz]
Sent: Wednesday, October 07, 2015 6:32 AM
To: Jonathan Druart
Cc:  <mailto:koha@lists.katipo.co.nz> koha@lists.katipo.co.nz; Decka David
Subject: Re: [Koha] Koha installation on Ubuntu 14.04.3
Hello,
Instructions how to install Koha 3.20 on Ubuntu 14.04 (Trusty Tahr) is 
described here, see:
 <http://wiki.koha-community.org/wiki/Debian#Installation_Process> 
http://wiki.koha-community.org/wiki/Debian#Installation_Process
Based on this guide, step by step installation is illustrated on  
<http://www.koha-community.cz/Instalace_Koha_3_20.pdf> 
http://www.koha-community.cz/Instalace_Koha_3_20.pdf. 
Try to follow this guide for basic Koha installation. Before the Koha 
deployment is necessary to setup many parameters:
the system preferences, the privilegies for users, library branches, type of 
items, templates for cataloging, setup authorized values, circulation rules, 
patron categories, import of authorities, import of bibliographic records, 
import of patrons, setup Postfix (mailserver), Z 39.50 client and server, cron 
procedures, and others. This is not quite easy process and it requires some 
experience.  Valuable source are manuals on: 
 <http://es.koha-community.org/manual/> http://es.koha-community.org/manual/ . 
Study, try, test, ask help, put the questions, and you will be successful 
Regards Bohdan Smilauer  <http://www.koha-community.cz> www.koha-community.cz 
Czechia
-- Původní zpráva --
Od: Jonathan Druart < <mailto:jonathan.dru...@bugs.koha-community.org> 
jonathan.dru...@bugs.koha-community.org>
Komu: Decka David < <mailto:dda...@lib.unitech.ac.pg> dda...@lib.unitech.ac.pg>
Datum: 6. 10. 2015 9:40:33
Předmět: Re: [Koha] Koha installation on Ubuntu 14.04.3
Hello,
 
Did you follow this doc wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages ?
 
Regards,
Jonathan
 
2015-10-06 8:08 GMT+01:00 Decka David < <mailto:dda...@lib.unitech.ac.pg> 
dda...@lib.unitech.ac.pg>:
> Dear Koha Developers
> 
> I am new to Ubuntu OS as well as Koha ILS . I have read about Koha 
> which I am interested to use for my university library however I tried 
> installing Koha (old stable) on Ubuntu 14.04 LTS and not many 
> information on the wiki Koha. Is there anyone who wish to assist me 
> with simple instructions on how to setup Koha on Ubuntu 14.04 LTS behind 
> proxy setup.
> 
> Many thanks in advance.
> 
> Decka David
> PNG Unitech
> Library Systems
> ___
> Koha mailing list  <http://koha-community.org> http://koha-community.org  
> <mailto:Koha@lists.katipo.co.nz> Koha@lists.katipo.co.nz 
>  <https://lists.katipo.co.nz/mailman/listinfo/koha> 
>

Re: [Koha] Koha installation on Ubuntu 14.04.3

2015-10-12 Thread Robin Sheat
Decka David schreef op ma 12-10-2015 om 11:52 [+1000]:
> Connecting to debian.koha-community.org (debian.koha-community.org)|
> 67.220.127.145|:80... failed: Connection timed out.

Either the server was down when you tried, or there were/are network
issues between you and it.

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF


signature.asc
Description: This is a digitally signed message part
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha / Installation / Manual / Needed / 2020-Reg.

2020-09-28 Thread Sebastian R
Dear sir / Madam,

Greetings Always...

I am in the situation to implement the new software, particularly Koha, so
can you suggest or provide any procedure to install the proper manner.

Thanks & Regards,
Seba.
___

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


[Koha] Koha Installation Manual Needed/2022-Reg.

2022-02-24 Thread Sebastian R
Dear All,
Greetings Always...

Kindly share the full installation link and the manual.

Thanks & Regards,
R.Seba.
___

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


[Koha] Koha installation on Ubuntu 14.04 LTS

2014-04-19 Thread Vimal Kumar V.
Dear Friends,
I made an attempt to install Koha on Ubuntu 14.04. I got following
 messages after executing the command apt-get install koha-common.
I invite your help to interpret the message.

Setting up libapache2-mpm-itk (2.4.6-01-1) ...
dpkg: error processing package libapache2-mpm-itk (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
 apache2-mpm-itk depends on libapache2-mpm-itk; however:
  Package libapache2-mpm-itk is not configured yet.

dpkg: error processing package apache2-mpm-itk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
No apport report written because the error message indicates its a followup
error from a previous failure.
   koha-common depends on apache2-mpm-itk; however:
  Package apache2-mpm-itk is not configured yet.

dpkg: error processing package koha-common (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup
error from a previous failure.
  Errors were encountered while processing:
 libapache2-mpm-itk
 apache2-mpm-itk
 koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)


Regards,
-- 
Vimal Kumar V.
Technical Assistant
Mahatma Gandhi University Library
Kottayam, Kerala- 686 560
Web: http://www.vimalkumar.info
Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
http://moovandan.blogspot.in
---
"I forget what I was taught. I only remember what I have learnt"
-Patrick White
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Koha installation on Ubuntu 14.04 LTS

2014-04-19 Thread Vimal Kumar V.
Dear Friends,
I made an attempt to install Koha on Ubuntu 14.04. I got following
 messages after executing the command apt-get install koha-common.
I invite your help to interpret the message.

Setting up libapache2-mpm-itk (2.4.6-01-1) ...
dpkg: error processing package libapache2-mpm-itk (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of apache2-mpm-itk:
 apache2-mpm-itk depends on libapache2-mpm-itk; however:
  Package libapache2-mpm-itk is not configured yet.

dpkg: error processing package apache2-mpm-itk (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of koha-common:
No apport report written because the error message indicates its a followup
error from a previous failure.
   koha-common depends on apache2-mpm-itk; however:
  Package apache2-mpm-itk is not configured yet.

dpkg: error processing package koha-common (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup
error from a previous failure.
  Errors were encountered while processing:
 libapache2-mpm-itk
 apache2-mpm-itk
 koha-common
E: Sub-process /usr/bin/dpkg returned an error code (1)


Regards,

-- 
Vimal Kumar V.
Technical Assistant
Mahatma Gandhi University Library
Kottayam, Kerala- 686 560
Web: http://www.vimalkumar.info
Blog: http://linuxhalwa.blogspot.com http://kohageek.blogspot.in
http://moovandan.blogspot.in
---
"I forget what I was taught. I only remember what I have learnt"
-Patrick White
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation - Zoom & Yaz Issue

2011-05-16 Thread Colin Campbell
On 14/05/11 18:30, Ling Zhai wrote:
> 
> Hi Everyone,
> 
>   I run into a problem installing Koha 3.04.00. And ZOOM 1.28 doesn't seem to 
> load with YAZ 4.1.7. I am using Perl 5.8.8 on Centos 5.5 (64 bit).
>   I also posted my issue here, 
> https://rt.cpan.org/Public/Bug/Display.html?id=6819.
> 
>   Any idea would be greatly helpful. If anyone is aware of the working 
> Zoom/YAZ versions to use for Koha, that would be helpful too.

> [root@ koha-3.04.00.000]# perl Makefile.PL
> Can't load
> '/usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so'
> for module Net::Z3950::ZOOM: libyaz.so.4: cannot open shared object
> file: No such file or directory at

Looks like it cant find the shared library libyaz.so.4 which would
normally be in /usr/lib. If you've built the library elsewhere you may
need to add the path to  ld.so.conf (by adding and entry to
ld.so.conf.d) and then running ldconfig as root.

C.

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 845 557 5634 (phone)
+44 (0) 7759 633626  (mobile)
colin.campb...@ptfs-europe.com
skype: colin_campbell2

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


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-14 Thread Robin Sheat
Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated. 

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a
normal word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D


signature.asc
Description: This is a digitally signed message part
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-14 Thread Gyaneshwar Narayan Junior
My apologies!!!
Thanks for the infor by the way

-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Robin Sheat
Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA 
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install 
> KOHA.
> Any prompt help will be highly appreciated. 

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a normal 
word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

--
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

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


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-17 Thread G. Laws

You need to add user "koha" to the /etc/sudoers file.

Greg
--

On 08/17/2011 05:55 AM, Deepak Bhatia wrote:


Hi Dibyendra,

When I run the command below in Ubuntu 11, I get a screen which then 
hangs.


*$ *sudo users-admin

Can I run the commands logged in as root ...?

Or please tell me how can I make user koha as administrator ?

Regards

Deepak Bhatia

*From:*koha-boun...@lists.katipo.co.nz 
[mailto:koha-boun...@lists.katipo.co.nz] *On Behalf Of *Dibyendra Hyoju

*Sent:* Monday, August 15, 2011 12:22 PM
*To:* naraya...@usp.ac.fj
*Cc:* koha@lists.katipo.co.nz
*Subject:* Re: [Koha] Koha installation on Debian/Ubuntu

Hi Gyaneshwar Narayan,

I had prepared this detail installation guide for the Koha workshop. 
I hope it will be useful for you to install Koha on Ubunu.


Good luck!

With regards,

Dibyendra Hyoju

Madan Puraskar Pustakalaya
Patan Dhoka, Lalitpur, Nepal
Telephone: 977-1-5005515, 977-1-5549948
Web: http://madanpuraskar.org/

On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
mailto:naraya...@usp.ac.fj>> wrote:


My apologies!!!
Thanks for the infor by the way


-Original Message-
From: koha-boun...@lists.katipo.co.nz 
<mailto:koha-boun...@lists.katipo.co.nz> 
[mailto:koha-boun...@lists.katipo.co.nz 
<mailto:koha-boun...@lists.katipo.co.nz>] On Behalf Of Robin Sheat

Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz <mailto:koha@lists.katipo.co.nz>
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated.

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a 
normal word.

2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

--
Robin Sheat
Catalyst IT Ltd.
? +64 4 803 2204 
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

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

DISCLAIMER:
---
The contents of this e-mail and any attachment(s) are confidential and
intended
for the named recipient(s) only.
It shall not attach any liability on the originator or NECHCL or its
affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the
opinions of NECHCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of
this message without the prior written consent of the author of this e-mail is
strictly prohibited. If you have
received this email in error please delete it and notify the sender
immediately. .
---


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



--

Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506

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


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-17 Thread 毛慶禎
Dear Dibyendra,

Thanks for your document Koha_3.4_installation_on_ubuntu_11_linux_[detail].pdf.
It is very useful for beginners like me.  I love it.

I have a question.
At the end of 9.1.6.1, as below, there is npte
Note: If you still see the same “Looks bad” message instead of message
as shown in
13.1.7, the you have to perform steps as shown in 13.1.8. Otherwise,
you can jump
to step 14.

I can not find 13.1.7, 13.1.8 in you document.

9.1.6 Test your SAX parser again
9.1.6.1
$ ./misc/sax_parser_print.pl
Note: If the screen prints the following output, then your SAX parser will work
well with Koha:
Koha wants something like:
XML::LibXML::SAX::Parser=HASH(0x81fe220)
You have:
XML::LibXML::SAX

Note: If you still see the same “Looks bad” message instead of message
as shown in
13.1.7, the you have to perform steps as shown in 13.1.8. Otherwise,
you can jump
to step 14.


2011/8/15 Dibyendra Hyoju :
> Hi Gyaneshwar Narayan,
> I had prepared this detail installation guide for the Koha workshop. I hope
> it will be useful for you to install Koha on Ubunu.
> Good luck!
> With regards,
> Dibyendra Hyoju
>
> Madan Puraskar Pustakalaya
> Patan Dhoka, Lalitpur, Nepal
> Telephone: 977-1-5005515, 977-1-5549948
> Web: http://madanpuraskar.org/
>



-- 
Wishing you all the best. . . .


Anthony Mao 毛慶禎
+886 2 29052334 (voice)
+ 886 2 29017405 (FAX)
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-17 Thread Deepak Bhatia
Hi Greg,

Please send me the sudoers file. Thanx in advance.

Regards

Deepak Bhatia


-Original Message-
From: koha-boun...@lists.katipo.co.nz on behalf of G. Laws
Sent: Thu 8/18/2011 2:34 AM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu
 
You need to add user "koha" to the /etc/sudoers file.

Greg
--

On 08/17/2011 05:55 AM, Deepak Bhatia wrote:
>
> Hi Dibyendra,
>
> When I run the command below in Ubuntu 11, I get a screen which then 
> hangs.
>
> *$ *sudo users-admin
>
> Can I run the commands logged in as root ...?
>
> Or please tell me how can I make user koha as administrator ?
>
> Regards
>
> Deepak Bhatia
>
> *From:*koha-boun...@lists.katipo.co.nz 
> [mailto:koha-boun...@lists.katipo.co.nz] *On Behalf Of *Dibyendra Hyoju
> *Sent:* Monday, August 15, 2011 12:22 PM
> *To:* naraya...@usp.ac.fj
> *Cc:* koha@lists.katipo.co.nz
> *Subject:* Re: [Koha] Koha installation on Debian/Ubuntu
>
> Hi Gyaneshwar Narayan,
>
> I had prepared this detail installation guide for the Koha workshop. 
> I hope it will be useful for you to install Koha on Ubunu.
>
> Good luck!
>
> With regards,
>
> Dibyendra Hyoju
>
> Madan Puraskar Pustakalaya
> Patan Dhoka, Lalitpur, Nepal
> Telephone: 977-1-5005515, 977-1-5549948
> Web: http://madanpuraskar.org/
>
> On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
> mailto:naraya...@usp.ac.fj>> wrote:
>
> My apologies!!!
> Thanks for the infor by the way
>
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz 
> <mailto:koha-boun...@lists.katipo.co.nz> 
> [mailto:koha-boun...@lists.katipo.co.nz 
> <mailto:koha-boun...@lists.katipo.co.nz>] On Behalf Of Robin Sheat
> Sent: Monday, 15 August 2011 12:05 PM
> To: koha@lists.katipo.co.nz <mailto:koha@lists.katipo.co.nz>
> Subject: Re: [Koha] Koha installation on Debian/Ubuntu
>
> Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> > I am just wondering if anyone has a PDF/Word documentation of KOHA
> > installation on Debian or Ubuntu.
> > I am a first time user and I am finding it very difficult to install
> > KOHA.
> > Any prompt help will be highly appreciated.
>
> Two points:
> 1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a 
> normal word.
> 2) The wiki is full of information on installing Koha.
> For example:
> http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
>
> --
> Robin Sheat
> Catalyst IT Ltd.
> ? +64 4 803 2204 
> GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
>
> ___
> Koha mailing list http://koha-community.org
> Koha@lists.katipo.co.nz <mailto:Koha@lists.katipo.co.nz>
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
> DISCLAIMER:
> ---
> The contents of this e-mail and any attachment(s) are confidential and
> intended
> for the named recipient(s) only.
> It shall not attach any liability on the originator or NECHCL or its
> affiliates. Any views or opinions presented in
> this email are solely those of the author and may not necessarily reflect the
> opinions of NECHCL or its affiliates.
> Any form of reproduction, dissemination, copying, disclosure, modification,
> distribution and / or publication of
> this message without the prior written consent of the author of this e-mail is
> strictly prohibited. If you have
> received this email in error please delete it and notify the sender
> immediately. .
> ---
>
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha


-- 

Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506





DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written c

Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-17 Thread Dibyendra Hyoju
Alternate way to do that is by opening the User and Groups tool and
performing following steps:

1. Select koha user
2. Select Advanced settings
3. Provide the password of current user (or who can perform sudo)
4. Select User Privileges tab and check "Administer the system" check box.

Now you can do sudo using koha user as well.

With regards,
Dibyendra

2011/8/18 G. Laws 

>  You need to add user "koha" to the /etc/sudoers file.
>
> Greg
> --
>
>
> On 08/17/2011 05:55 AM, Deepak Bhatia wrote:
>
>  Hi Dibyendra,
>
> ** **
>
> When I run the command below in Ubuntu 11, I get a screen which then hangs.
> 
>
> ** **
>
> *$ *sudo users-admin
>
> ** **
>
> Can I run the commands logged in as root …?
>
> ** **
>
> Or please tell me how can I make user koha as administrator ?
>
> ** **
>
> Regards
>
> ** **
>
> Deepak Bhatia
>
> ** **
>
> *From:* koha-boun...@lists.katipo.co.nz [
> mailto:koha-boun...@lists.katipo.co.nz ]
> *On Behalf Of *Dibyendra Hyoju
> *Sent:* Monday, August 15, 2011 12:22 PM
> *To:* naraya...@usp.ac.fj
> *Cc:* koha@lists.katipo.co.nz
> *Subject:* Re: [Koha] Koha installation on Debian/Ubuntu
>
> ** **
>
> Hi Gyaneshwar Narayan,
>
> ** **
>
> I had prepared this detail installation guide for the Koha workshop. I hope
> it will be useful for you to install Koha on Ubunu.
>
> ** **
>
> Good luck!
>
> ** **
>
> With regards,
>
> ** **
>
> Dibyendra Hyoju
>
> Madan Puraskar Pustakalaya
> Patan Dhoka, Lalitpur, Nepal
> Telephone: 977-1-5005515, 977-1-5549948
> Web: http://madanpuraskar.org/
>
> 
>
> On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior <
> naraya...@usp.ac.fj> wrote:
>
> My apologies!!!
> Thanks for the infor by the way
>
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz [mailto:
> koha-boun...@lists.katipo.co.nz] On Behalf Of Robin Sheat
> Sent: Monday, 15 August 2011 12:05 PM
> To: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Koha installation on Debian/Ubuntu
>
> Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> > I am just wondering if anyone has a PDF/Word documentation of KOHA
> > installation on Debian or Ubuntu.
> > I am a first time user and I am finding it very difficult to install
> > KOHA.
> > Any prompt help will be highly appreciated.
>
> Two points:
> 1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a
> normal word.
> 2) The wiki is full of information on installing Koha.
> For example:
> http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
>
> --
> Robin Sheat
> Catalyst IT Ltd.
> ✆ +64 4 803 2204 <%2B64%204%20803%202204>
> GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>
> ** **
>
> DISCLAIMER:
> ---
> The contents of this e-mail and any attachment(s) are confidential and
> intended
> for the named recipient(s) only.
> It shall not attach any liability on the originator or NECHCL or its
> affiliates. Any views or opinions presented in
> this email are solely those of the author and may not necessarily reflect the
> opinions of NECHCL or its affiliates.
> Any form of reproduction, dissemination, copying, disclosure, modification,
> distribution and / or publication of
> this message without the prior written consent of the author of this e-mail is
> strictly prohibited. If you have
> received this email in error please delete it and notify the sender
> immediately. .
> ---
>
>
>
> ___
> Koha mailing list  
> http://koha-community.orgk...@lists.katipo.co.nzhttp://lists.katipo.co.nz/mailman/listinfo/koha
>
>
>
> --
>
> Greg Lawson
> Rolling Hills Consolidated Library
> 1912 N. Belt Highway
> St. Joseph, MO 64506
>
>
> ___
> 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 installation on Debian/Ubuntu

2011-08-17 Thread Deepak Bhatia
Dear Dibyendra,

 

Actually when I install Ubuntu, I create a user by my name.

 

Then I adduser Koha and give it administration rights using Users and Groups.

 

Then I login as koha, but I am not able to execute the commands below.

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Thursday, August 18, 2011 10:39 AM
To: G. Laws
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Alternate way to do that is by opening the User and Groups tool and performing 
following steps:

 

1. Select koha user

2. Select Advanced settings

3. Provide the password of current user (or who can perform sudo)

4. Select User Privileges tab and check "Administer the system" check box.

 

Now you can do sudo using koha user as well.

 

With regards,
Dibyendra

 

2011/8/18 G. Laws 

You need to add user "koha" to the /etc/sudoers file.

Greg
--



On 08/17/2011 05:55 AM, Deepak Bhatia wrote: 

Hi Dibyendra,

 

When I run the command below in Ubuntu 11, I get a screen which then hangs.

 

$ sudo users-admin

 

Can I run the commands logged in as root …?

 

Or please tell me how can I make user koha as administrator ?

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Monday, August 15, 2011 12:22 PM
To: naraya...@usp.ac.fj
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Hi Gyaneshwar Narayan,

 

I had prepared this detail installation guide for the Koha workshop. I hope it 
will be useful for you to install Koha on Ubunu.

 

Good luck!

 

With regards,

 

Dibyendra Hyoju

Madan Puraskar Pustakalaya
Patan Dhoka, Lalitpur, Nepal
Telephone: 977-1-5005515, 977-1-5549948
Web: http://madanpuraskar.org/

On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
 wrote:

My apologies!!!
Thanks for the infor by the way


-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Robin Sheat
Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated.

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a normal 
word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

--
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204  
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

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

 

DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---

 

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

 

-- 
 
Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506


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

 




DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates. 

Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread Deepak Bhatia
Hi Dibyendra,

 

I think we need to make account type of Koha to be “Administrator”.

 

Please confirm the same.

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Thursday, August 18, 2011 10:39 AM
To: G. Laws
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Alternate way to do that is by opening the User and Groups tool and performing 
following steps:

 

1. Select koha user

2. Select Advanced settings

3. Provide the password of current user (or who can perform sudo)

4. Select User Privileges tab and check "Administer the system" check box.

 

Now you can do sudo using koha user as well.

 

With regards,
Dibyendra

 

2011/8/18 G. Laws 

You need to add user "koha" to the /etc/sudoers file.

Greg
--



On 08/17/2011 05:55 AM, Deepak Bhatia wrote: 

Hi Dibyendra,

 

When I run the command below in Ubuntu 11, I get a screen which then hangs.

 

$ sudo users-admin

 

Can I run the commands logged in as root …?

 

Or please tell me how can I make user koha as administrator ?

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Monday, August 15, 2011 12:22 PM
To: naraya...@usp.ac.fj
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Hi Gyaneshwar Narayan,

 

I had prepared this detail installation guide for the Koha workshop. I hope it 
will be useful for you to install Koha on Ubunu.

 

Good luck!

 

With regards,

 

Dibyendra Hyoju

Madan Puraskar Pustakalaya
Patan Dhoka, Lalitpur, Nepal
Telephone: 977-1-5005515, 977-1-5549948
Web: http://madanpuraskar.org/

On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
 wrote:

My apologies!!!
Thanks for the infor by the way


-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Robin Sheat
Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated.

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a normal 
word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

--
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204  
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

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

 

DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---

 

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

 

-- 
 
Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506


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

 




DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
thi

Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread Deepak Bhatia
Hi Dibyendra,

 

I will explain what I am doing

 

1.   When I install the Ubuntu 11, then I create a user by my name “deepak”

2.   Then I login as deepak and set the password for root using “sudo 
passwd root”

3.   Then create a koha user while logged in as deepak, using the command 
“adduser koha”

4.   Then I do “sudo users-admin” and give administer rights to koha

5.   Then I logout and login using koha

6.   Then I follow the steps after that as suggested by you in your PDF.

 

Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands had 
worked, like sudo apt-get update, sudo dselect)

 

Please let me know if I am doing correctly.

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Thursday, August 18, 2011 10:39 AM
To: G. Laws
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Alternate way to do that is by opening the User and Groups tool and performing 
following steps:

 

1. Select koha user

2. Select Advanced settings

3. Provide the password of current user (or who can perform sudo)

4. Select User Privileges tab and check "Administer the system" check box.

 

Now you can do sudo using koha user as well.

 

With regards,
Dibyendra

 

2011/8/18 G. Laws 

You need to add user "koha" to the /etc/sudoers file.

Greg
--



On 08/17/2011 05:55 AM, Deepak Bhatia wrote: 

Hi Dibyendra,

 

When I run the command below in Ubuntu 11, I get a screen which then hangs.

 

$ sudo users-admin

 

Can I run the commands logged in as root …?

 

Or please tell me how can I make user koha as administrator ?

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Monday, August 15, 2011 12:22 PM
To: naraya...@usp.ac.fj
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Hi Gyaneshwar Narayan,

 

I had prepared this detail installation guide for the Koha workshop. I hope it 
will be useful for you to install Koha on Ubunu.

 

Good luck!

 

With regards,

 

Dibyendra Hyoju

Madan Puraskar Pustakalaya
Patan Dhoka, Lalitpur, Nepal
Telephone: 977-1-5005515, 977-1-5549948
Web: http://madanpuraskar.org/

On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
 wrote:

My apologies!!!
Thanks for the infor by the way


-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Robin Sheat
Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated.

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a normal 
word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze

--
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204  
GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

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

 

DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---

 

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

 

-- 
 
Greg Lawson
Rolling Hills Consolidated Library
1912 N. Belt Highway
St. Joseph, MO 64506


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

Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread Dibyendra Hyoju
Hi Deepak,

Yes, you are doing correctly. If you have any problem using the guide,
please let me know.

All the best!

With regards,
Dibyendra

On Thu, Aug 18, 2011 at 3:01 PM, Deepak Bhatia wrote:

>  Hi Dibyendra,
>
> ** **
>
> I will explain what I am doing
>
> ** **
>
> **1.   **When I install the Ubuntu 11, then I create a user by my name
> “deepak”
>
> **2.   **Then I login as deepak and set the password for root using
> “sudo passwd root”
>
> **3.   **Then create a koha user while logged in as deepak, using the
> command “adduser koha”
>
> **4.   **Then I do “sudo users-admin” and give administer rights to
> koha
>
> **5.   **Then I logout and login using koha
>
> **6.   **Then I follow the steps after that as suggested by you in
> your PDF.
>
> ** **
>
> Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
> had worked, like sudo apt-get update, sudo dselect)
>
> ** **
>
> Please let me know if I am doing correctly.
>
> ** **
>
> Regards
>
> ** **
>
> Deepak Bhatia
>
> ** **
>
> *From:* koha-boun...@lists.katipo.co.nz [mailto:
> koha-boun...@lists.katipo.co.nz] *On Behalf Of *Dibyendra Hyoju
>
> *Sent:* Thursday, August 18, 2011 10:39 AM
> *To:* G. Laws
> *Cc:* koha@lists.katipo.co.nz
> *Subject:* Re: [Koha] Koha installation on Debian/Ubuntu
>
>  ** **
>
> Alternate way to do that is by opening the User and Groups tool and
> performing following steps:
>
> ** **
>
> 1. Select koha user
>
> 2. Select Advanced settings
>
> 3. Provide the password of current user (or who can perform sudo)
>
> 4. Select User Privileges tab and check "Administer the system" check box.
> 
>
> ** **
>
> Now you can do sudo using koha user as well.
>
> ** **
>
> With regards,
> Dibyendra
>
> ** **
>
> 2011/8/18 G. Laws 
>
> You need to add user "koha" to the /etc/sudoers file.
>
> Greg
> --
>
>
>
> On 08/17/2011 05:55 AM, Deepak Bhatia wrote: 
>
> Hi Dibyendra,
>
>  
>
> When I run the command below in Ubuntu 11, I get a screen which then hangs.
> 
>
>  
>
> *$ *sudo users-admin
>
>  
>
> Can I run the commands logged in as root …?
>
>  
>
> Or please tell me how can I make user koha as administrator ?
>
>  
>
> Regards
>
>  
>
> Deepak Bhatia
>
>  
>
> *From:* koha-boun...@lists.katipo.co.nz [
> mailto:koha-boun...@lists.katipo.co.nz ]
> *On Behalf Of *Dibyendra Hyoju
> *Sent:* Monday, August 15, 2011 12:22 PM
> *To:* naraya...@usp.ac.fj
> *Cc:* koha@lists.katipo.co.nz
> *Subject:* Re: [Koha] Koha installation on Debian/Ubuntu
>
>  
>
> Hi Gyaneshwar Narayan,
>
>  
>
> I had prepared this detail installation guide for the Koha workshop. I hope
> it will be useful for you to install Koha on Ubunu.
>
>  
>
> Good luck!
>
>  
>
> With regards,
>
>  
>
> Dibyendra Hyoju
>
> Madan Puraskar Pustakalaya
> Patan Dhoka, Lalitpur, Nepal
> Telephone: 977-1-5005515, 977-1-5549948
> Web: http://madanpuraskar.org/
>
> On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior <
> naraya...@usp.ac.fj> wrote:
>
> My apologies!!!
> Thanks for the infor by the way
>
>
> -Original Message-
> From: koha-boun...@lists.katipo.co.nz [mailto:
> koha-boun...@lists.katipo.co.nz] On Behalf Of Robin Sheat
> Sent: Monday, 15 August 2011 12:05 PM
> To: koha@lists.katipo.co.nz
> Subject: Re: [Koha] Koha installation on Debian/Ubuntu
>
> Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> > I am just wondering if anyone has a PDF/Word documentation of KOHA
> > installation on Debian or Ubuntu.
> > I am a first time user and I am finding it very difficult to install
> > KOHA.
> > Any prompt help will be highly appreciated.
>
> Two points:
> 1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a
> normal word.
> 2) The wiki is full of information on installing Koha.
> For example:
> http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squeeze
>
> --
> Robin Sheat
> Catalyst IT Ltd.
> ✆ +64 4 803 2204
> GPG: 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D
>
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> http://lists.katipo.co.nz/m

Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread 毛慶禎
Dear Dibyendra,


Thanks for such quick reply.

One more place.  Could you review it again?

9.1.6 Test your SAX parser again
9.1.6.1
$ ./misc/sax_parser_print.pl
Note: If the screen prints the following output, then your SAX parser will work
well with Koha:
Koha wants something like:
XML::LibXML::SAX::Parser=HASH(0x81fe220)
You have:
XML::LibXML::SAX::Parser=HASH(0x85dbd68)
Looks good.
Note: If you still see the same “Looks bad” message instead of message
as shown in
13.1.7, the you have to perform steps as shown in 13.1.8. Otherwise,
you can jump
to step 14



2011/8/18 Dibyendra Hyoju :
> Hello Anthony Mao,
> My mistake. Actually there used to be that step in the original installation
> guide which was prepared for the Koha workshop, but later I edited the guide
> and removed steps which was specific for that particular workshop, to make
> it generic for Ubuntu users. Thank you for pointing my mistake. I have
> edited the document once again. Please find attached herewith the updated
> document.
> Good luck!
>
> With warm regards,
> Dibyendra
>
> On Wed, Aug 17, 2011 at 9:12 AM, 毛慶禎  wrote:
>>
>> Dear Dibyendra,
>>
>>
>>  I am so happy that you provide this paper for us. KOHA 3.4
>> INSTALLATION ON UBUNTU LINUX
>> It helps me a lot.
>>
>> One question.
>>
>> 13.1.8 and 13.1.7 are not available in this document.
>>
>> 9.1.7
>> Reinstall SAX and libxml
>> 9.1.7.1 $ sudo cpan CPANPLUS
>> 9.1.7.2 $ sudo cpanp -u XML::SAX
>> 9.1.7.3 $ LC_ALL=C sudo apt-get install --reinstall libxml-sax-perl
>> 9.1.7.4 $ sudo apt-get install libxml-libxml-perl
>> Note: After performing the steps as shown in 13.1.8, test your SAX
>> parser again as
>> shown in 13.1.7.
>>
>>
>>
>> 2011/8/15 Dibyendra Hyoju :
>> > Hi Gyaneshwar Narayan,
>> > I had prepared this detail installation guide for the Koha workshop.
>> > I hope
>> > it will be useful for you to install Koha on Ubunu.
>> > Good luck!
>> > With regards,
>> > Dibyendra Hyoju
>> >
>> > Madan Puraskar Pustakalaya
>> > Patan Dhoka, Lalitpur, Nepal
>> > Telephone: 977-1-5005515, 977-1-5549948
>> > Web: http://madanpuraskar.org/
>> >
>>
>>
>> --
>> Wishing you all the best. . . .
>>
>>
>> Anthony Mao 毛慶禎 http://bit.ly/maolins
>> Department of Library and Information Science
>> Fu Jen Catholic University  http://bit.ly/lins
>> 510 Jhongjheng Rd., Sinjhuang City,
>> Taipei County 24205,
>> Taiwan
>
>



-- 
Wishing you all the best. . . .


Anthony Mao 毛慶禎 http://bit.ly/maolins
Department of Library and Information Science
Fu Jen Catholic University  http://bit.ly/lins
510 Jhongjheng Rd., Sinjhuang City,
Taipei County 24205,
Taiwan
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Tomas Cohen Arazi
Deepak

On Thu, Aug 18, 2011 at 7:01 AM, deepak.bhatia
 wrote:
> Hi,
>
> 1.      When I install the Ubuntu 11, then I create a user by my name “deepak”
> 2.      Then I login as deepak and set the password for root using “sudo 
> passwd
> root”
> 3.      Then create a koha user while logged in as deepak, using the command
> “adduser koha”
> 4.      Then I do “sudo users-admin” and give administer rights to koha
> 5.      Then I logout and login using koha
> 6.      Then I follow the steps after that as suggested by you in your PDF.
>
> Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
> had worked, like sudo apt-get update, sudo dselect)

It is not enough to tell us that

$sudo cpan HTTP::OAI

fails. You need to tell us *how* does it fail. Most likely a CPAN
problem downloading packages? Please, provide us with more details,
perhaps a message the command throws to your shell output.

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


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Deepak Bhatia
Hi Tomas,

Please find the error message below

$sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
> PDF::API2::Simple Storable Text::CSV::Encoded MARC::Crosswalk::DublinCore \
> GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
> PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
> CGI::Session::Driver::memcached
CPAN: Storable loaded ok (v2.20)
CPAN: LWP::UserAgent loaded ok (v5.835)
CPAN: Time::HiRes loaded ok (v1.9719)
Warning: no success downloading 
'/home/koha/.cpan/sources/authors/01mailrc.txt.gz.tmp1828'. Giving up on it. at 
/usr/share/perl/5.10/CPAN/Index.pm line 225
Fetching with LWP:
  http://www.perl.org/CPAN/authors/01mailrc.txt.gz
LWP failed with code[500] message[Can't connect to www.perl.org:80 (connect: 
Connection refused)]

Trying with "/usr/bin/wget -O 
/home/koha/.cpan/sources/authors/01mailrc.txt.tmp1828" to get
"http://www.perl.org/CPAN/authors/01mailrc.txt.gz";
--2011-08-18 22:20:24--  http://www.perl.org/CPAN/authors/01mailrc.txt.gz
Resolving www.perl.org... 207.171.7.41, 2607:f238:3::1:41
Connecting to www.perl.org|207.171.7.41|:80... failed: Connection refused.

-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Tomas Cohen Arazi
Sent: Thursday, August 18, 2011 7:30 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha Installation on Ubuntu 11

Deepak

On Thu, Aug 18, 2011 at 7:01 AM, deepak.bhatia
 wrote:
> Hi,
>
> 1.      When I install the Ubuntu 11, then I create a user by my name “deepak”
> 2.      Then I login as deepak and set the password for root using “sudo 
> passwd
> root”
> 3.      Then create a koha user while logged in as deepak, using the command
> “adduser koha”
> 4.      Then I do “sudo users-admin” and give administer rights to koha
> 5.      Then I logout and login using koha
> 6.      Then I follow the steps after that as suggested by you in your PDF.
>
> Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands
> had worked, like sudo apt-get update, sudo dselect)

It is not enough to tell us that

$sudo cpan HTTP::OAI

fails. You need to tell us *how* does it fail. Most likely a CPAN
problem downloading packages? Please, provide us with more details,
perhaps a message the command throws to your shell output.

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



DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Tomas Cohen Arazi
On Thu, Aug 18, 2011 at 11:03 AM, Deepak Bhatia
 wrote:
> Hi Tomas,
>
> Please find the error message below
>
> $sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
>> PDF::API2::Simple Storable Text::CSV::Encoded MARC::Crosswalk::DublinCore \
>> GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
>> PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
>> CGI::Session::Driver::memcached
> CPAN: Storable loaded ok (v2.20)
> CPAN: LWP::UserAgent loaded ok (v5.835)
> CPAN: Time::HiRes loaded ok (v1.9719)
...
> Connecting to www.perl.org|207.171.7.41|:80... failed: Connection refused.

  ^^
Exactly, it looks like you can't reach perl servers. And is not a cpan
command problem. If you still have this issue (problem looks solved
from Argentina at least) try using a different mirror, that can be set
in the file

/etc/perl/CPAN/Config.pm

Mirrors can be found here:

http://search.cpan.org/mirror

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


Re: [Koha] Koha Installation on Ubuntu 11

2011-08-18 Thread Deepak Bhatia
Hi Tomas,

Thanks for your support.

I can google the updation of config.pn to contain the urllist of the
mirrors for perl servers, but will be grateful to you if you can send me
an example as I not a perl expert.

Regards

Deepak Bhatia

-Original Message-
From: koha-boun...@lists.katipo.co.nz
[mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Tomas Cohen Arazi
Sent: Thursday, August 18, 2011 7:40 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha Installation on Ubuntu 11

On Thu, Aug 18, 2011 at 11:03 AM, Deepak Bhatia
 wrote:
> Hi Tomas,
>
> Please find the error message below
>
> $sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \
>> PDF::API2::Simple Storable Text::CSV::Encoded
MARC::Crosswalk::DublinCore \
>> GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \
>> PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \
>> CGI::Session::Driver::memcached
> CPAN: Storable loaded ok (v2.20)
> CPAN: LWP::UserAgent loaded ok (v5.835)
> CPAN: Time::HiRes loaded ok (v1.9719)
...
> Connecting to www.perl.org|207.171.7.41|:80... failed: Connection
refused.

  ^^
Exactly, it looks like you can't reach perl servers. And is not a cpan
command problem. If you still have this issue (problem looks solved
from Argentina at least) try using a different mirror, that can be set
in the file

/etc/perl/CPAN/Config.pm

Mirrors can be found here:

http://search.cpan.org/mirror

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



DISCLAIMER: 
---
 
The contents of this e-mail and any attachment(s) are confidential and
intended 
for the named recipient(s) only.  
It shall not attach any liability on the originator or NECHCL or its 
affiliates. Any views or opinions presented in  
this email are solely those of the author and may not necessarily reflect the 
opinions of NECHCL or its affiliates.  
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of  
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have  
received this email in error please delete it and notify the sender 
immediately. . 
---
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread Dibyendra Hyoju
You can view the revised document in the following URL:
http://www.docstoc.com/docs/90816646/Koha-34-Installation-on-Ubuntu-11

If you find any other mistakes, please let me know.

With regards,
Dibyendra


On Thu, Aug 18, 2011 at 5:47 PM, 毛慶禎  wrote:

> Dear Dibyendra,
>
>
> Thanks for such quick reply.
>
> One more place.  Could you review it again?
>
> 9.1.6 Test your SAX parser again
> 9.1.6.1
> $ ./misc/sax_parser_print.pl
> Note: If the screen prints the following output, then your SAX parser will
> work
> well with Koha:
> Koha wants something like:
> XML::LibXML::SAX::Parser=HASH(0x81fe220)
> You have:
> XML::LibXML::SAX::Parser=HASH(0x85dbd68)
> Looks good.
> Note: If you still see the same “Looks bad” message instead of message
> as shown in
> 13.1.7, the you have to perform steps as shown in 13.1.8. Otherwise,
> you can jump
> to step 14
>
>
>
> 2011/8/18 Dibyendra Hyoju :
> > Hello Anthony Mao,
> > My mistake. Actually there used to be that step in
> the original installation
> > guide which was prepared for the Koha workshop, but later I edited the
> guide
> > and removed steps which was specific for that particular workshop, to
> make
> > it generic for Ubuntu users. Thank you for pointing my mistake. I have
> > edited the document once again. Please find attached herewith the updated
> > document.
> > Good luck!
> >
> > With warm regards,
> > Dibyendra
> >
> > On Wed, Aug 17, 2011 at 9:12 AM, 毛慶禎  wrote:
> >>
> >> Dear Dibyendra,
> >>
> >>
> >>  I am so happy that you provide this paper for us. KOHA 3.4
> >> INSTALLATION ON UBUNTU LINUX
> >> It helps me a lot.
> >>
> >> One question.
> >>
> >> 13.1.8 and 13.1.7 are not available in this document.
> >>
> >> 9.1.7
> >> Reinstall SAX and libxml
> >> 9.1.7.1 $ sudo cpan CPANPLUS
> >> 9.1.7.2 $ sudo cpanp -u XML::SAX
> >> 9.1.7.3 $ LC_ALL=C sudo apt-get install --reinstall libxml-sax-perl
> >> 9.1.7.4 $ sudo apt-get install libxml-libxml-perl
> >> Note: After performing the steps as shown in 13.1.8, test your SAX
> >> parser again as
> >> shown in 13.1.7.
> >>
> >>
> >>
> >> 2011/8/15 Dibyendra Hyoju :
> >> > Hi Gyaneshwar Narayan,
> >> > I had prepared this detail installation guide for the Koha workshop.
> >> > I hope
> >> > it will be useful for you to install Koha on Ubunu.
> >> > Good luck!
> >> > With regards,
> >> > Dibyendra Hyoju
> >> >
> >> > Madan Puraskar Pustakalaya
> >> > Patan Dhoka, Lalitpur, Nepal
> >> > Telephone: 977-1-5005515, 977-1-5549948
> >> > Web: http://madanpuraskar.org/
> >> >
> >>
> >>
> >> --
> >> Wishing you all the best. . . .
> >>
> >>
> >> Anthony Mao 毛慶禎 http://bit.ly/maolins
> >> Department of Library and Information Science
> >> Fu Jen Catholic University  http://bit.ly/lins
> >> 510 Jhongjheng Rd., Sinjhuang City,
> >> Taipei County 24205,
> >> Taiwan
> >
> >
>
>
>
> --
> Wishing you all the best. . . .
>
>
> Anthony Mao 毛慶禎 http://bit.ly/maolins
> Department of Library and Information Science
> Fu Jen Catholic University  http://bit.ly/lins
> 510 Jhongjheng Rd., Sinjhuang City,
> Taipei County 24205,
> Taiwan
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Debian/Ubuntu

2011-08-18 Thread Deepak Bhatia
Thanks Dibyendra,

 

I am getting the following error when I run the below command

 

$sudo cpan HTTP::OAI Locale::Currency::Format Memoize::Memcached \

> PDF::API2::Simple Storable Text::CSV::Encoded MARC::Crosswalk::DublinCore \

> GD::Barcode::UPCE HTML::Scrubber Email::Date YAML PDF::Reuse \

> PDF::Reuse::Barcode Test::More Test::Simple Business::ISBN \

> CGI::Session::Driver::memcached

CPAN: Storable loaded ok (v2.20)

CPAN: LWP::UserAgent loaded ok (v5.835)

CPAN: Time::HiRes loaded ok (v1.9719)

Warning: no success downloading 
'/home/koha/.cpan/sources/authors/01mailrc.txt.gz.tmp1828'. Giving up on it. at 
/usr/share/perl/5.10/CPAN/Index.pm line 225

Fetching with LWP:

  http://www.perl.org/CPAN/authors/01mailrc.txt.gz

LWP failed with code[500] message[Can't connect to www.perl.org:80 (connect: 
Connection refused)]

 

Trying with "/usr/bin/wget -O 
/home/koha/.cpan/sources/authors/01mailrc.txt.tmp1828" to get

"http://www.perl.org/CPAN/authors/01mailrc.txt.gz";

--2011-08-18 22:20:24--  http://www.perl.org/CPAN/authors/01mailrc.txt.gz

Resolving www.perl.org... 207.171.7.41, 2607:f238:3::1:41

Connecting to www.perl.org|207.171.7.41|:80... failed: Connection refused.

 

From: Dibyendra Hyoju [mailto:dibyen...@gmail.com] 
Sent: Thursday, August 18, 2011 4:04 PM
To: Deepak Bhatia
Cc: G. Laws; koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Hi Deepak,

 

Yes, you are doing correctly. If you have any problem using the guide, please 
let me know.

 

All the best!

With regards,
Dibyendra

 

On Thu, Aug 18, 2011 at 3:01 PM, Deepak Bhatia  
wrote:

Hi Dibyendra,

 

I will explain what I am doing

 

1.   When I install the Ubuntu 11, then I create a user by my name “deepak”

2.   Then I login as deepak and set the password for root using “sudo 
passwd root”

3.   Then create a koha user while logged in as deepak, using the command 
“adduser koha”

4.   Then I do “sudo users-admin” and give administer rights to koha

5.   Then I logout and login using koha

6.   Then I follow the steps after that as suggested by you in your PDF.

 

Then when I run $sudo cpan HTTP::OAI, this fails (But earlier sudo commands had 
worked, like sudo apt-get update, sudo dselect)

 

Please let me know if I am doing correctly.

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju


Sent: Thursday, August 18, 2011 10:39 AM
To: G. Laws

Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Alternate way to do that is by opening the User and Groups tool and performing 
following steps:

 

1. Select koha user

2. Select Advanced settings

3. Provide the password of current user (or who can perform sudo)

4. Select User Privileges tab and check "Administer the system" check box.

 

Now you can do sudo using koha user as well.

 

With regards,
Dibyendra

 

2011/8/18 G. Laws 

You need to add user "koha" to the /etc/sudoers file.

Greg
--



On 08/17/2011 05:55 AM, Deepak Bhatia wrote: 

Hi Dibyendra,

 

When I run the command below in Ubuntu 11, I get a screen which then hangs.

 

$ sudo users-admin

 

Can I run the commands logged in as root …?

 

Or please tell me how can I make user koha as administrator ?

 

Regards

 

Deepak Bhatia

 

From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Dibyendra Hyoju
Sent: Monday, August 15, 2011 12:22 PM
To: naraya...@usp.ac.fj
Cc: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

 

Hi Gyaneshwar Narayan,

 

I had prepared this detail installation guide for the Koha workshop. I hope it 
will be useful for you to install Koha on Ubunu.

 

Good luck!

 

With regards,

 

Dibyendra Hyoju

Madan Puraskar Pustakalaya
Patan Dhoka, Lalitpur, Nepal
Telephone: 977-1-5005515, 977-1-5549948
Web: http://madanpuraskar.org/

On Mon, Aug 15, 2011 at 6:00 AM, Gyaneshwar Narayan Junior 
 wrote:

My apologies!!!
Thanks for the infor by the way


-Original Message-
From: koha-boun...@lists.katipo.co.nz [mailto:koha-boun...@lists.katipo.co.nz] 
On Behalf Of Robin Sheat
Sent: Monday, 15 August 2011 12:05 PM
To: koha@lists.katipo.co.nz
Subject: Re: [Koha] Koha installation on Debian/Ubuntu

Gyaneshwar Narayan Junior schreef op ma 15-08-2011 om 09:07 [+1200]:
> I am just wondering if anyone has a PDF/Word documentation of KOHA
> installation on Debian or Ubuntu.
> I am a first time user and I am finding it very difficult to install
> KOHA.
> Any prompt help will be highly appreciated.

Two points:
1) Koha isn't an acronym, so it doesn't need to be in capitals. It's a normal 
word.
2) The wiki is full of information on installing Koha.
For example:
http://wiki.koha-community.org/wiki/Koha_3.2_on_Debian_Squ

Re: [Koha] Koha Installation on Ubuntu 11

2011-08-19 Thread deepak.bhatia
Thanks for your help, actually we have to set the http_proxy in the Config.pm
file……..Thanks

--
View this message in context: 
http://koha.1045719.n5.nabble.com/Koha-Installation-on-Ubuntu-11-tp4711550p4715013.html
Sent from the Koha - Discuss 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] Koha Installation on Ubuntu 10.04

2011-10-21 Thread Owen Leonard
> I want to install koha 3.4.0 on ubuntu 10.04. Please send me document of
> installation including the installation of Apache, Mysql, Perl and other
> dependencies.

Your Koha download comes with an INSTALL file for Ubuntu. That's the
best place to start.

  -- Owen

-- 
Web Developer
Athens County Public Libraries
http://www.myacpl.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04 LTS

2014-04-19 Thread Galen Charlton
Hi,

On Sat, Apr 19, 2014 at 9:46 AM, Vimal Kumar V.  wrote:
> I made an attempt to install Koha on Ubuntu 14.04. I got following
>  messages after executing the command apt-get install koha-common.
> I invite your help to interpret the message.
>
> Setting up libapache2-mpm-itk (2.4.6-01-1) ...
> dpkg: error processing package libapache2-mpm-itk (--configure):
>  subprocess installed post-installation script returned error exit status 1
> dpkg: dependency problems prevent configuration of apache2-mpm-itk:
>  apache2-mpm-itk depends on libapache2-mpm-itk; however:
>   Package libapache2-mpm-itk is not configured yet.

This appears to be the following bug in Ubuntu:

https://bugs.launchpad.net/ubuntu/+source/mpm-itk/+bug/1286882

That bug report suggests a work-around.

Regards,

Galen
-- 
Galen Charlton
Manager of Implementation
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org &
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha installation on Ubuntu 14.04 LTS

2014-04-19 Thread Mark Tompsett

Greetings,

On another note, always check the wiki. I had already made sure the 
instructions mentioned this problem in a later appendix:

http://wiki.koha-community.org/wiki/Koha_on_ubuntu_-_packages#Appendix_B:_Troubleshooting

Yes, it says Beta, but that was only a week or so ago. :)

GPML,
Mark Tompsett 


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


[Koha] koha installation error on ubuntu/lubuntu 12.04 64 bit version

2013-10-20 Thread Sunita Barve
i am struggling to install koha on ubuntu/lubuntu 12.04 64 bit
version. Web installation is successfull also i could add few records
but OPAC search does not work.

Here are few last lines of intranet log and opac log.

Intranet log

mainpage.pl: DBD::mysql::st fetchrow_hashref failed: fetch() without
execute() at /usr/share/koha/lib/C4/Languages.pm line 355.
[Sun Oct 20 19:10:11 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:10:11 2013] mainpage.pl: DBD::mysql::st execute failed: Table
'koha_library.language_descriptions' doesn't exist at
/usr/share/koha/lib/C4/Languages.pm line 360.
[Sun Oct 20 19:10:11 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:10:11 2013] mainpage.pl: DBD::mysql::st fetchrow_hashref failed:
fetch() without execute() at /usr/share/koha/lib/C4/Languages.pm line
361.
[Sun Oct 20 19:10:11 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:10:11 2013] mainpage.pl: DBD::mysql::st execute failed: Table
'koha_library.language_descriptions' doesn't exist at
/usr/share/koha/lib/C4/Languages.pm line 354.

opac log

 opac-search.pl: Use of uninitialized value $_ in pattern match (m//)
at /usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 39., referer:
http://localhost:/cgi-bin/koha/opac-search.pl?q=radio
[Sun Oct 20 19:39:21 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:39:21 2013] opac-search.pl: Use of uninitialized value $limit_desc
in concatenation (.) or string at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 631., referer:
http://localhost:/cgi-bin/koha/opac-search.pl?q=radio
[Sun Oct 20 19:39:23 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:39:23 2013] opac-search.pl: Use of uninitialized value $_ in
pattern match (m//) at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 34., referer:
http://localhost:/cgi-bin/koha/opac-search.pl?q=radio
[Sun Oct 20 19:39:23 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:39:23 2013] opac-search.pl: Use of uninitialized value $_ in
pattern match (m//) at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 39., referer:
http://localhost:/cgi-bin/koha/opac-search.pl?q=radio
[Sun Oct 20 19:39:23 2013] [error] [client 127.0.0.1] [Sun Oct 20
19:39:23 2013] opac-search.pl: Use of uninitialized value $limit_desc
in concatenation (.) or string at
/usr/share/koha/opac/cgi-bin/opac/opac-search.pl line 631., referer:
http://localhost:/cgi-bin/koha/opac-search.pl?q=radio

can some one help?

reg

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