Please help- How to Integrate RFID with Koha
Hi, I want to integrate RFID with Koha for a library. So, please help me that what I have to do ? If we have to enable SIP2 then how to enable SIP2 in koha version 3.12.05.000 on Centos 6.4. I have followed up the following link but getting error in Start Server. http://wiki.koha-community.org/wiki/Koha_SIP2_server_setup *I have run the following line :-* [root@localhost ~]# perl -IC4/SIP/ -MILS /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml *And getting following error :-* [root@localhost ~]# perl -IC4/SIP/ -MILS /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml Can't locate ILS.pm in @INC (@INC contains: C4/SIP/ /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .). BEGIN failed--compilation aborted. You have new mail in /var/spool/mail/root [root@localhost ~]# Please reply as soon as possible. Thanks.
On Mon, Feb 16, 2015 at 11:10:35AM +0530, Bipin Dubey wrote:
[root@localhost ~]# perl -IC4/SIP/ -MILS /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml
*And getting following error :-*
[root@localhost ~]# perl -IC4/SIP/ -MILS /usr/share/koha/lib/C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml Can't locate ILS.pm in @INC (@INC contains: C4/SIP/ /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .). BEGIN failed--compilation aborted.
Perl needs the path to the ILS module in its include list. In the command you are using it should be -I./C4/SIP rather than -IC4/SIP C. -- Colin Campbell Chief Software Engineer, PTFS Europe Limited Content Management and Library Solutions +44 (0) 800 756 6803 (phone) +44 (0) 7759 633626 (mobile) colin.campbell@ptfs-europe.com skype: colin_campbell2 http://www.ptfs-europe.com
participants (2)
-
Bipin Dubey -
Colin Campbell