knmnyn / ParsCit

An open-source CRF Reference String Parsing Package
http://wing.comp.nus.edu.sg/parsCit
GNU Lesser General Public License v3.0
155 stars 47 forks source link

Tutorial #6

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi guys,

I am currently working on a JavaEE project (Tomcat) where your citation parser would be a key component. I am totally new to Perl, and would like to use your software as a service. I am just wondering if there is any tutorial how to configure it, or if there is any sort of help I can expect from you guys.

The parser is rocking that's just what I would need for my project, congrats guys.

Many Thanks in Advance,

gergiusz

ghost commented 12 years ago

If there is anyone there that's what I have got so far:

INFO: cgi: runCGI (stderr):Can't load 'd:/WEBSERV/Resources/Perl/perl/vendor/lib/auto/XML/Parser/Expat/Expat.dll' for module XML::Parser::Expat: load_file:The specified module could not be found at d:/WEBSERV/Resources/Perl/perl/lib/DynaLoader.pm line 190.

it seems there is an issue with this Expat thing, seen posts on it.

P.s.: Using Strawberry

knmnyn commented 12 years ago

Hi Gergiusz, we'll look into it, but we'd appreciate some community help if anyone has recently installed ParsCit. Hope you'll hear from us in a few days. Appreciate it if you let us know more about your system's configuration.

As you said it looks like an Expat thing and not anything related to ParsCit.

ghost commented 12 years ago

Thanks for the quick reply, I am indeed sure it's just some compatibility issue.

I am running it on a Tomcat 7.08 application container on Windows 7 with the latest Strawberry install. Haven't tried it in command line yet as like I said I would intend to use it as a web service via SOAP.

ghost commented 12 years ago

I have found these bug reports in the meantime. ( I have also learned that the main problem with PERL is the inconsistent runtime environment. What works here might not work there :/ ).

http://serverfault.com/questions/194662/perl-module-xmlexpat-wont-dynamicall-load-under-iis-7-and-windows-2008 https://rt.cpan.org/Public/Bug/Display.html?id=56225

ghost commented 12 years ago

...I have managed to overcome the compatibility issues by installing ActivePerl.