Hi Sawani, One general question, which operating system are you doing this on?
The most important point is that you need to be using Perl 5.8.5 or better, that is required. And in fact the current version of Perl is now 5.8.8 so it's probably time to upgrade to that. Did you try to install PDL using the automatic cpan installation script? That process is described in the INSTALL documentation. For your convenience I have cut and pasted that section here. Perl Data Language (version 2.4.1 or better) -------------------------------------------- SenseClusters uses the Perl Data Language (PDL) for efficient computations and storage of high dimensional data structures. It is available at: http://search.cpan.org/dist/PDL/ Note that if you have supervisor access on your machine, and have the MCPAN Perl module available, you can install PDL automatically via: perl -MCPAN -e shell > install PDL If you do not have supervisor access, you will need to install this module locally. Note that you can configure the CPAN module to install locally by setting PREFIX and LIB options to directories you have read write authority over. Note that PDL has quite a few dependencies, and can be tricky to install. You may want to check with your system adminstrator and see if they can install on your behalf before you tackle the local install of PDL. All the other code mentioned here can be locally installed quite routinely. This is a good description of how to do local installs of Perl modules: http://www.perl.com/pub/a/2002/04/10/mod_perl.html Let us know how this works! Good luck, Ted On 2/8/07, Sawani Bade <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to cluster search results using SenseClusters. However, I am > getting this error: > ERROR!! Premature end to source file! > Can't locate PDL.pm in @INC (@INC contains: /etc/perl > /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 > /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 > /usr/local/lib/site_perl /usr/local/lib/perl/5.8.0 > /usr/local/share/perl/5.8.0 .) at /usr/bin/order2vec.pl line 414. > BEGIN failed--compilation aborted at /usr/bin/order2vec.pl line 414. > Error while running order2vec.pl on > <../../SenseClusters-v0.95/CMC-inSenseEval.pro> > > I have the following issues: > > I have perl 5.008004 installed on my machine because of which I had to > change many Makefile.pl s to use this version instead of 5.008005. (I > remember your documentation mentioning that perl 5.008 and above should > suffice for using Senseclusters.) > Then I also tried to install PDL from > http://search.cpan.org/dist/PDL/ but could not. Pardon my > ignorance but your documentation on order2vec.pl lists PDL as system > requirement.What is its significance with respect to SenseClusters? > How can I get PDL on my machine so that I can use SenseClusters? > thanks in advance, > Sawani > > > ________________________________ > It's here! Your new message! > Get new email alerts with the free Yahoo! Toolbar. > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > senseclusters-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/senseclusters-users > > -- Ted Pedersen http://www.d.umn.edu/~tpederse ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ senseclusters-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/senseclusters-users
