On Tue, 2004-03-09 at 10:54, Hemant Kotta wrote:
> hello,
> 
> can anyone help me identify if I am missing anything... 

> install_driver(Sybase) failed: Can't load
> '/db/dev/CPAN/perl/5.005_51/install/SunOS_5.5.1//lib/site_perl/5.00551/sun4-solaris/auto/DBD/Sybase/Sybase.so'
>  for module DBD::Sybase: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file 
> /db/dev/CPAN/perl/5.005_51/install/SunOS_5.5.1//lib/site_perl/5.00551/sun4-solaris/auto/DBD/Sybase/Sybase.so:
>  symbol PL_no_modify: referenced symbol not found at

This tells me that the problem is due to a DBD::Sybase binary used with
a perl binary from a different build and/or version.

PL_no_modify is a symbol defined in the perl binary itself - so if it
isn't found it is likely due to using an older perl binary.

You need to make sure that your installation of perl and/or
DBI/DBD::Sybase is consistent.

Michael
-- 
Michael Peppler                              Data Migrations, Inc.
[EMAIL PROTECTED]                       http://www.peppler.org/
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or 
long term contract positions - http://www.peppler.org/resume.html

Reply via email to