Hi,

On Tue, Apr 23, 2013 at 12:42 PM, Scott Kushner
<skush...@mplmain.mtpl.org> wrote:
> root@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:  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

Reply via email to