ldd DBI.so just returns:

libc.so.1  =>  /usr/lib32/libc.so.1

Robert Aspinall

NOAA's National Ocean Service
CO-OPS/Information Systems Division
1305 East-West Highway
Bldg. SSMC4, Station Id 6314
Silver Spring, MD 20910

[EMAIL PROTECTED]



Stas Bekman wrote:

[Robert, please don't forget to Reply-All]

Robert Aspinall wrote:

I saw that article, however, as far as I can tell I'm using the same perl libraries that I compiled modperl with.


Right, what about DBI.so, that's the only that fails.

Stas Bekman wrote:

Robert Aspinall wrote:

I'm running modperl 1.29 on Apache 1.3.31 with Perl 5.8.2, running on
Irix 6.5.25m.

When I try to use the Apache::DBI module, I get the following


Can't load
'/opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so' for
module DBI: 71121247:/var/sgi_apache/server/sbin/httpd: rld: Fatal
Error: unresolvable symbol in
/opt/perl-5.8.2/lib/site_perl/5.8.2/IP27-irix/auto/DBI/DBI.so:
PL_curstackinfo at /opt/perl-5.8.2/lib/5.8.2/IP27-irix/DynaLoader.pm




Usually that's the case when you get a wrong perl library loaded. (not the one mod_perl was compiled with). Please take a look at: http://perl.apache.org/docs/1.0/guide/troubleshooting.html#_relocation_errors__or__undefined_symbol_



Reply via email to