[Koha] [Koha-devel] Sip error in Koha on my local git copy

Galen Charlton gmc at esilibrary.com
Wed Apr 24 07:52:27 NZST 2013


Hi,

On Tue, Apr 23, 2013 at 12:42 PM, Scott Kushner
<skushner at mplmain.mtpl.org> wrote:
> root at mtplkohacomm:/home/koha/kohaclone# perl -I ./SIPServer.pm
> /home/koha/kohaclone/etc/SIPconfig.xml
>
> syntax error at /home/koha/kohaclone/etc/SIPconfig.xml line 2, near "-->"

The invocation isn't quite right.  Assuming you're in C4/SIP, try:

perl -I . ./SIPServer.pm /home/koha/kohaclone/etc/SIPconfig.xml

"-I ." tells the Perl interpreter to add the current working directory
to the module search path.

Regards,

Galen
--
Galen Charlton
Manager of Implementation
Equinox Software, Inc. / The Open Source Experts
email:  gmc at 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


More information about the Koha mailing list