Hello!
On Thu, 6 Sep 2007, Alexander V Alekseev wrote:
Failed to load Oracle extension and/or shared libraries:
install_driver(Oracle) failed: Can't load
'/tmp/work/DBD-Oracle-1.19/blib/arch/auto/DBD/Oracle/Oracle.sl' for module
DBD::Oracle: Unresolved external at /opt/perl_64/li
b/5.8.8/PA-RISC2.0-thread-multi-LP64/DynaLoader.pm line 230.
at (eval 7) line 3
Compilation failed in require at (eval 7) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/01base.t line 19
The remaining tests will probably also fail with the same error
Yes, I currently get the same error. It looks like:
install_driver(Oracle) failed: Can't load
'/home/alex/Programs/dbd-oracle-trunk-alex/blib/arch/auto/DBD/Oracle/Oracle.so'
for module DBD::Oracle:
/home/alex/Programs/dbd-oracle-trunk-alex/blib/arch/auto/DBD/Oracle/Oracle.so:
undefined symbol: neatspv at
/usr/lib/perl5/5.8.6/i386-linux/DynaLoader.pm line 230.
It's my fault. Just change "neatspv" -> "neatsvpv" in patch.
Strange, but it works OK with sample code, but doesn't pass tests.
Bye. Alex.