[redland-dev] Installation problems (Perl v5.6.1)
Chris Purcell
cjp39 at cam.ac.uk
Tue Feb 10 18:38:54 GMT 2004
Hi.
I'm trying to install Redland 0.9.15, Perl interface, on a UNIX server,
but without much luck. It's an old version of Perl, v5.6.1, and to make
things more interesting access to /usr/local is denied.
I figured out how to install outside of /usr/local - ./configure
--prefix=~ and perl Makefile.PL PREFIX=~
Next I had errors complaining "Can't locate loadable object for module
RDF::Redland::CORE in @INC". After running around Google for a while, I
figured that the CORE.so file was mis-installed; instead of
auto/RDF/Redland/CORE/CORE.so, the file was auto/RDF/Redland/CORE.so.
Moving it solved that problem.
*Now* I get:
Can't load '~/local/lib/perl/5.6.1/auto/RDF/Redland/CORE/CORE.so'
for module RDF::Redland::CORE: librdf.so.0: cannot open shared object
file: No such file or directory at /usr/lib/perl/5.6.1/DynaLoader.pm
line 202.
at ~/local/lib/perl/5.6.1/RDF/Redland.pm line 33
Compilation failed in require at
~/local/lib/perl/5.6.1/RDF/Redland.pm line 33.
BEGIN failed--compilation aborted at
~/local/lib/perl/5.6.1/RDF/Redland.pm line 33.
(my home directory replaced by ~)
What am I doing wrong now?
Many thanks,
Chris Purcell
More information about the redland-dev
mailing list