Hi, On Tue, Apr 23, 2013 at 12:42 PM, Scott Kushner <[email protected]> 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: [email protected] 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-devel mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
