Skip to Content.
Sympa Menu

freetds - Help for installation

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Maren Zubizarreta" <maren AT sarenet.es>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: Help for installation
  • Date: Tue, 21 Nov 2000 09:20:55 +0200

Title: RE: [freetds] Newbee's problem
Hi:
I'm using fretds version 0.51 and DBD::Sybase version 0.91
after installing succesfully freetds I set the path for freetds in the CONFIG file for
and DBD::Sybase, then run Makefile.PL,then I set user and password in PWD file,
(for the SRV I set the ip of the MS sql server) then make and when I type make test I get the
following messages:
 
>>PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.00503/sun4-solaris ->>I/usr/local/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
>>t/autocommit........install_driver(Sybase) failed: Can't load 'blib/arch/auto/DBD/Sybase/Sybase.so' for module >>DBD::Sybase: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/freetds/lib/libct.so.0: symbol >>g_tds_err_handler: referenced symbol not found at /usr/local/lib/perl5/5.00503/sun4-solaris/DynaLoader.pm line 169.
 
>> at (eval 1) line 3
 
>> at t/autocommit.t line 40
>>dubious
>>        Test returned status 255 (wstat 65280, 0xff00)
>>DIED. FAILED tests 2-4
 
If i try "make install" and then try to connect to the database using
this statement:
my $dbh = DBI-> connect("dbi:Sybase:database=bdcma;host=192.148.167.9", "unired", "unired") or die "Can't connect";
 
I get this:
 
>>install_driver(Sybase) failed: Can't load '/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/auto/DBD/Sybase/Sybase.so' for >>module DBD::Sybase: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file /usr/local/freetds/lib/libct.so.0: symbol >>g_tds_err_handler: referenced symbol not found at /usr/local/lib/perl5/5.00503/sun4-solaris/DynaLoader.pm line 169.
 
I'm under solaris (sparc 7) and sunOS 5.7.
           
                                                            I would thank any help because this is my third day
                                                               with this problem
                                                            Thanks



  • Help for installation, Maren Zubizarreta, 11/21/2000

Archive powered by MHonArc 2.6.24.

Top of Page