Koha 3.03/Ubuntu 9.04 Started playing with setup of the SIP server got to the part of the instructions where you fire it off Nothing Tried a slight variation perl -I./ ./SIPServer.pm ./SIPServer.xml got this... koha@koha:/usr/share/koha/lib/C4/SIP$ perl -I./ ./SIPServer.pm ./ SIPServer.xml Can't locate Net/Server/PreFork.pm in @INC (@INC contains: ./ /usr/ share/koha/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/ perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/ share/perl/5.10 /usr/local/lib/site_perl .) at ./SIPServer.pm line 7. BEGIN failed--compilation aborted at ./SIPServer.pm line 7. nothing in the syslog or the sipserver.log Much obliged for a nudge in the right direction
2009/8/7 Erik Lewis <ELEWIS@ngrl.org>:
Koha 3.03/Ubuntu 9.04
Started playing with setup of the SIP server got to the part of the instructions where you fire it off
Nothing
Tried a slight variation
perl -I./ ./SIPServer.pm ./SIPServer.xml
got this...
koha@koha:/usr/share/koha/lib/C4/SIP$ perl -I./ ./SIPServer.pm ./ SIPServer.xml Can't locate Net/Server/PreFork.pm in @INC (@INC contains: ./ /usr/ share/koha/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/ perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/ share/perl/5.10 /usr/local/lib/site_perl .) at ./SIPServer.pm line 7. BEGIN failed--compilation aborted at ./SIPServer.pm line 7.
That tells you you are missing a perl module needed by the SIPServer Net::Server
From the README
SIPServer is written entirely in Perl, but it require these CPAN perl modules to run: Net::Server - The SIP server is a Net::Server::Prefork server XML::LibXML XML::Parser XML::Simple - for parsing the config file UNIVERSAL::require - for loading the correct ILS interface module Clone - for running the test cases so in ubuntu sudo apt-get install libnet-server-perl Should get you that missing module (you may be missing one of the others too) Hope this helps Chris
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it. I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't. Aug 6 14:44:26 koha koha_sip: Group Not Defined. Defaulting to EGID '1000 4 20 24 46 106 121 122 1000' Aug 6 14:44:26 koha koha_sip: User Not Defined. Defaulting to EUID '1000' On Aug 6, 2009, at 2:23 PM, Chris Cormack wrote:
2009/8/7 Erik Lewis <ELEWIS@ngrl.org>:
Koha 3.03/Ubuntu 9.04
Started playing with setup of the SIP server got to the part of the instructions where you fire it off
Nothing
Tried a slight variation
perl -I./ ./SIPServer.pm ./SIPServer.xml
got this...
koha@koha:/usr/share/koha/lib/C4/SIP$ perl -I./ ./SIPServer.pm ./ SIPServer.xml Can't locate Net/Server/PreFork.pm in @INC (@INC contains: ./ /usr/ share/koha/lib /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/ perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/ share/perl/5.10 /usr/local/lib/site_perl .) at ./SIPServer.pm line 7. BEGIN failed--compilation aborted at ./SIPServer.pm line 7.
That tells you you are missing a perl module needed by the SIPServer
Net::Server
From the README
SIPServer is written entirely in Perl, but it require these CPAN perl modules to run:
Net::Server - The SIP server is a Net::Server::Prefork server XML::LibXML XML::Parser XML::Simple - for parsing the config file UNIVERSAL::require - for loading the correct ILS interface module Clone - for running the test cases
so in ubuntu sudo apt-get install libnet-server-perl
Should get you that missing module (you may be missing one of the others too)
Hope this helps
Chris _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation: <accounts> <login id="term1" password="term1" delimiter="|" error-detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error-detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error-detect="enabled" institution="LPL" /> </accounts> The user is normal Koha staff user with appropiate permissions. Regards, Marijana -- Marijana Glavica, systems librarian Faculty of Humanities and Social Sciences Library http://knjiznica.ffzg.hr/
Thanks, thats the first thing I checked. Now I've discovered that the sip staff user i created can't login to the staff client. Created another one and it can't login either. I got some problem here with staff users. Created 2 yesterday and they logged in without a problem. Went back adjusted my sip config file to a user already created that could login to the staff client and was able to test the sip connection with no problem. My sip user is marked as staff with circulate permissions. One more thing my sip user can login to the opac. On Aug 7, 2009, at 9:28 AM, Marijana Glavica wrote:
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation:
<accounts> <login id="term1" password="term1" delimiter="|" error- detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error- detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error- detect="enabled" institution="LPL" /> </accounts>
The user is normal Koha staff user with appropiate permissions.
Regards,
Marijana
-- Marijana Glavica, systems librarian Faculty of Humanities and Social Sciences Library http://knjiznica.ffzg.hr/ _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Check permissions again. "Circulate" isn't all that is required to access the staff client. You also need "Catalogue (View Catalogue)". SIP isn't all about checkin/checkout. It also is used to retrieve patron information, pay fines, etc. -- Joe Atzberger LibLime - Open Source Library Solutions On Fri, Aug 7, 2009 at 9:40 AM, Erik Lewis <elewis@ngrl.org> wrote:
Thanks, thats the first thing I checked. Now I've discovered that the sip staff user i created can't login to the staff client. Created another one and it can't login either. I got some problem here with staff users. Created 2 yesterday and they logged in without a problem. Went back adjusted my sip config file to a user already created that could login to the staff client and was able to test the sip connection with no problem. My sip user is marked as staff with circulate permissions. One more thing my sip user can login to the opac.
On Aug 7, 2009, at 9:28 AM, Marijana Glavica wrote:
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation:
<accounts> <login id="term1" password="term1" delimiter="|" error- detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error- detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error- detect="enabled" institution="LPL" /> </accounts>
The user is normal Koha staff user with appropiate permissions.
Regards,
Marijana
cool beans, thanks Joe On Aug 7, 2009, at 10:08 AM, Joe Atzberger wrote:
Check permissions again. "Circulate" isn't all that is required to access the staff client. You also need "Catalogue (View Catalogue)".
SIP isn't all about checkin/checkout. It also is used to retrieve patron information, pay fines, etc.
-- Joe Atzberger LibLime - Open Source Library Solutions
On Fri, Aug 7, 2009 at 9:40 AM, Erik Lewis <elewis@ngrl.org> wrote: Thanks, thats the first thing I checked. Now I've discovered that the sip staff user i created can't login to the staff client. Created another one and it can't login either. I got some problem here with staff users. Created 2 yesterday and they logged in without a problem. Went back adjusted my sip config file to a user already created that could login to the staff client and was able to test the sip connection with no problem. My sip user is marked as staff with circulate permissions. One more thing my sip user can login to the opac.
On Aug 7, 2009, at 9:28 AM, Marijana Glavica wrote:
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation:
<accounts> <login id="term1" password="term1" delimiter="|" error- detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error- detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error- detect="enabled" institution="LPL" /> </accounts>
The user is normal Koha staff user with appropiate permissions.
Regards,
Marijana
Do you feel free to say what kind of equipment or service you are trying to get configured to use with SIP? Liz Rea NEKLS On Aug 7, 2009, at 9:08 AM, Joe Atzberger wrote:
Check permissions again. "Circulate" isn't all that is required to access the staff client. You also need "Catalogue (View Catalogue)".
SIP isn't all about checkin/checkout. It also is used to retrieve patron information, pay fines, etc.
-- Joe Atzberger LibLime - Open Source Library Solutions
On Fri, Aug 7, 2009 at 9:40 AM, Erik Lewis <elewis@ngrl.org> wrote: Thanks, thats the first thing I checked. Now I've discovered that the sip staff user i created can't login to the staff client. Created another one and it can't login either. I got some problem here with staff users. Created 2 yesterday and they logged in without a problem. Went back adjusted my sip config file to a user already created that could login to the staff client and was able to test the sip connection with no problem. My sip user is marked as staff with circulate permissions. One more thing my sip user can login to the opac.
On Aug 7, 2009, at 9:28 AM, Marijana Glavica wrote:
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation:
<accounts> <login id="term1" password="term1" delimiter="|" error- detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error- detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error- detect="enabled" institution="LPL" /> </accounts>
The user is normal Koha staff user with appropiate permissions.
Regards,
Marijana
Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Not a problem, its PCRes and thanks to Joe I solved my final obstacle on making the sip server run. Onto connecting PCRes to it. On Aug 7, 2009, at 12:13 PM, Liz Rea wrote:
Do you feel free to say what kind of equipment or service you are trying to get configured to use with SIP?
Liz Rea NEKLS On Aug 7, 2009, at 9:08 AM, Joe Atzberger wrote:
Check permissions again. "Circulate" isn't all that is required to access the staff client. You also need "Catalogue (View Catalogue)".
SIP isn't all about checkin/checkout. It also is used to retrieve patron information, pay fines, etc.
-- Joe Atzberger LibLime - Open Source Library Solutions
On Fri, Aug 7, 2009 at 9:40 AM, Erik Lewis <elewis@ngrl.org> wrote: Thanks, thats the first thing I checked. Now I've discovered that the sip staff user i created can't login to the staff client. Created another one and it can't login either. I got some problem here with staff users. Created 2 yesterday and they logged in without a problem. Went back adjusted my sip config file to a user already created that could login to the staff client and was able to test the sip connection with no problem. My sip user is marked as staff with circulate permissions. One more thing my sip user can login to the opac.
On Aug 7, 2009, at 9:28 AM, Marijana Glavica wrote:
On Thu, Aug 06, 2009 at 02:51:20PM -0400, Erik Lewis wrote:
Chris, It helped alot. After you pointed out the error message I smacked myself in the head for not reading it.
I'm on to a new piece of the puzzle to get sip running. I've got a koha user and group but I don't believe I saw anything in the xml to define them. Actually I know I didn't.
In accounts section of the SIPconfig.xml file you can define your user, if that is what you need. Here are examples provided with Koha installation:
<accounts> <login id="term1" password="term1" delimiter="|" error- detect="enabled" institution="CPL" /> <login id="koha" password="koha" delimiter="|" error- detect="enabled" institution="kohalibrary" /> <login id="koha2" password="koha" institution="kohalibrary2" /> <login id="lpl-sc" password="1234" institution="LPL" /> <login id="lpl-sc-beacock" password="xyzzy" delimiter="|" error- detect="enabled" institution="LPL" /> </accounts>
The user is normal Koha staff user with appropiate permissions.
Regards,
Marijana
Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
On Fri, Aug 07, 2009 at 11:09:45AM -0500, Liz Rea wrote:
Do you feel free to say what kind of equipment or service you are trying to get configured to use with SIP? Liz Rea NEKLS
we have 3M self-check equipment and software in production -- Marijana Glavica, systems librarian Faculty of Humanities and Social Sciences Library
participants (7)
-
Chris Cormack -
Erik Lewis -
Erik Lewis -
Erik Lewis -
Joe Atzberger -
Liz Rea -
Marijana Glavica