fukushi wrote:
> #! /good_directory_for_perl/perl -w
> # fttest -- access MS-SQL7 using freetds
> 
> use strict;
> use DBI;
> 
> $ENV{SYBASE} =  "/good_direcroty_for_freetds/freetds";
> $ENV{LD_LIBRARY_PATH} =  $ENV{SYBASE}."/lib";

I believe, that you can't set the LD_LIBRARY_PATH variable this way
(just from within of you Perl-script and without any forking), so you 
should set this variable in the UNIX shell (or in httpd.conf of Apache).

I haven't used freetds, so I can't comment on your other problems...

Reply via email to