Skip to Content.
Sympa Menu

freetds - Re: install_driver(Sybase) failed:

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: PMoore AT axa.com.au
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Re: install_driver(Sybase) failed:
  • Date: Tue, 24 Jul 2001 09:30:43 +1000



Is your Perl compiled for dynamic loading (default) or not?

the following code will show what Perl modules you have installed:
#!/usr/local/bin/perl

use ExtUtils::Installed;
my $instmod = ExtUtils::Installed->new();
foreach my $module ($instmod->modules()) {
my $version = $instmod->version($module) || "???";
print "$module -- $version\n";
}

so you may want to run it.
are you able to post some of your code or a link to it?
cheers
peter


Peter Moore
Contractor,
ITeG, Axa Australia






"Allen, Jay" <Jay.Allen AT cwusa.com>@franklin.oit.unc.edu on 24/07/2001
08:18:32 AM

Please respond to "TDS Development Group" <freetds AT franklin.oit.unc.edu>

Sent by: bounce-freetds-132908 AT franklin.oit.unc.edu


To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
cc: "Mohal, Rajeev" <Rajeev.Mohal AT cwusa.com>
Subject: [freetds] install_driver(Sybase) failed:


To Whom this may concern:

I've tried just about everything I can think of, but still get this error
when running my perl script.

Sun System running the following software:
Solaris 2.6
Perl 5.6.1
DBI-1.18
freetds-0.51
DBD-Sybase-0.91

Has anyone seen this or has an idea on how to fix it?

install_driver(Sybase) failed: Can't load
'/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBD/Sybase/Sybase.so

' for module DBD::Sybase: ld.so.1: perl: fatal: relocation error: file
/usr/local/freetds-0.51/lib/libct.so.0: symbol g_tds_err_handler:
referenced
symbol not found at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm
line 206.
at (eval 1) line 3 Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at gcd.pl line 48

Jay C. Allen
Systems Development Specialist
Global Network Management Systems
Cable & Wireless
(703) 760-3113




---
You are currently subscribed to freetds as: [PMoore AT axa.com.au]
To unsubscribe, forward this message to
$subst('Email.Unsub')










**********************************************************************
Important Note
This email (including any attachments) contains information which is
confidential and may be subject to legal privilege. If you are not
the intended recipient you must not use, distribute or copy this
email. If you have received this email in error please notify the
sender immediately and delete this email. Any views expressed in this
email are not necessarily the views of AXA. Thank you.
**********************************************************************




Archive powered by MHonArc 2.6.24.

Top of Page