[EMAIL PROTECTED] wrote: > hello i have a problem with perlsimp.pl...what info should i include? > $ ls -l /usr/share/crystalspace/bindings/perl5/ > -rw-r--r-- 1 root root 517738 Jun 16 23:47 cspace.pm > -rwxr-xr-x 1 root root 5440560 Jun 16 23:47 cspace.so > $ ./perlsimp.pl > Can't locate loadable object for module cspace in @INC (@INC contains: > /usr/local/share/crystalspace/bindings /usr/share/crystalspace/bindings > ./scripts/perl5 /etc/perl /usr/lib/perl5/vendor_perl/5.8.8/i686-linux > Compilation failed in require at ./perlsimp.pl line 20.
It looks like you need to adjust your PERL5LIB environment variable to point at /usr/share/crystalspace/bindings/perl5/ where the .pm and .so files reside, rather than at /usr/local/share/crystalspace/bindings. > by the way will there be perl binding for cel? We have not yet had anyone volunteer to do this task, so there are no such plans at this time. -- ES ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
