|
|
sybperl-l Archive
Up Prev Next
From: michael dot peppler at bnpparibas dot com
Subject: Re: Sybperl and Oracle
Date: Aug 24 2007 1:32PM
That simply means that your DBI binary is not compatible with your sybperl
binary - it looks like your sybperl binary is a perl 5.6 binary with
Sybase::DBlib and/or Sybase::CTlib linked in. You could rebuild sybperl
for perl5.8 with dynamic linking and then use this and DBI together.
Michael
Internet
davanemd@gw.fis.ncsu.edu - 24.08.2007 15:28
To: Michael PEPPLER
cc: sybperl-l
Subject: Re: Sybperl and Oracle
Michael,
I guess this is a very simplistic approach...but...
#!/usr/local/bin/sybperl5_6
use lib '/usr/local/lib/perl5.8.0/site_perl/sun4-solaris/auto/DBI';
require '/usr/local/lib/perl5.8.0/site_perl/sun4-solaris/DBI.pm';
# use DBI;
and I am getting:
ld.so.1: sybperl5_6: fatal: relocation error: file
/usr/local/lib/perl5.8.0/site_perl/sun4-solaris/auto/DBI/DBI.so: symbol
Perl_get_sv: referenced symbol not found
Killed
Dave Van Emden
Enterprise Applications and Database Services
North Carolina State University
David_VanEmden@ncsu.edu
Yahoo IM: dvanemden
919-513-1692
>>> 8/24/2007 9:23 AM >>>
What do you mean by "hook in DBI interface" ? What sort of problems did
you get ?
Michael
Internet
davanemd@gw.fis.ncsu.edu@peppler.org - 24.08.2007 15:17
Sent by: owner-sybperl-l@peppler.org
To: sybperl-l
cc:
Subject: Sybperl and Oracle
I have an application currently written in sybperl. I need now use an
Oracle database as well. I tried to just hook in DBI interface with no
luck. Is there a way to do this, or am I going to convert my sybperl to
DBI-DBD?
Thanks,
Dave Van Emden
Enterprise Applications and Database Services
North Carolina State University
David_VanEmden@ncsu.edu
Yahoo IM: dvanemden
919-513-1692
This message and any attachments (the "message") is intended solely for
the addressees and is confidential.
If you receive this message in error, please delete it and immediately
notify the sender. Any use not in accord with
its purpose, any dissemination or disclosure, either whole or partial, is
prohibited except formal approval.
The internet can not guarantee the integrity of this message.
BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable
for the message if modified.
Do not print this message unless it is necessary, consider the
environment.
---------------------------------------------
Ce message et toutes les pieces jointes (ci-apres le "message") sont
etablis a l'intention exclusive de ses destinataires et sont
confidentiels. Si vous recevez ce
message par erreur, merci de le detruire et d'en avertir immediatement
l'expediteur.
Toute utilisation de ce message non conforme a sa destination, toute
diffusion ou toute publication, totale ou partielle, est interdite, sauf
autorisation expresse.
L'internet ne permettant pas d'assurer l'integrite de ce message, BNP
PARIBAS (et ses filiales) decline(nt) toute responsabilite au titre de ce
message, dans l'hypothese ou il aurait ete modifie.
N'imprimez ce message que si necessaire, pensez a l'environnement.
|