Date: Tue, 22 Aug 2000 14:38:52 +0500 From: "Sergey A. Ivanov" <lw@pd.chel.ru> To: freebsd-database@freebsd.org Subject: linuxOracle+DBI+DBD::Oracle =? Message-ID: <7892914098.20000822143852@pd.chel.ru>
next in thread | raw e-mail | index | archive | help
Hello!
Is there any how-to connect to remote Oracle server from FreeBSD using Perl
with modules?
Now i have installed ports/emulators/linux-base, ports/devel/linux_devtools
as described in handbook (ch.23.4), Oracle 8.0.5.0.0 for linux (client and
Pro*C), ports/databases/DBI, and trying to install DBD::Oracle by hands:
perl Makefile.PL - ok
make - ok
make test - fail with diagnostics:
----------------
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness
qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/base..............FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/general...........install_driver(Oracle) failed: Can't load
'blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle:
/usr/local/oracle/lib/libclntsh.so.1.0: Undefined symbol "slpmprodstab" at
/usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at (eval 1) line 3
Perhaps a required shared library or dll isn't installed where expected
at t/general.t line 20
dubious
Test returned status 255 (wstat 65280, 0xff00)
t/long..............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module
DBD::Oracle: /usr/local/oracle/lib/libclntsh.so.1.0: Undefined symbol "slpmprodstab"
at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at t/long.t line 4
BEGIN failed--compilation aborted at t/long.t line 4.
dubious
Test returned status 255 (wstat 65280, 0xff00)
t/plsql.............Can't load 'blib/arch/auto/DBD/Oracle/Oracle.so' for module
DBD::Oracle: /usr/local/oracle/lib/libclntsh.so.1.0: Undefined symbol "slpmprodstab"
at /usr/libdata/perl/5.00503/DynaLoader.pm line 169.
at t/plsql.t line 17
BEGIN failed--compilation aborted at t/plsql.t line 17.
dubious
Test returned status 255 (wstat 65280, 0xff00)
t/reauth............skipping test on this platform
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/base.t 5 2 40.00% 4-5
t/general.t 255 65280 ?? ?? % ??
t/long.t 255 65280 ?? ?? % ??
t/plsql.t 255 65280 ?? ?? % ??
1 test skipped.
Failed 4/5 test scripts, 20.00% okay. 2/5 subtests failed, 60.00% okay.
*** Error code 2
Stop in /var/tmp/DBD-Oracle-1.06.
-------------------------
Where may be i wrong?
Best regards,
Sergey mailto:lw@pd.chel.ru
ICQ UIN: 49432691
http://lw.narod.ru
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7892914098.20000822143852>
