|
|
sybperl-l Archive
Up Prev Next
From: "Sabherwal, Balvinder (MBS)" <Balvinder dot Sabherwal at mortgagefamily dot com>
Subject: RE: Perl Error
Date: Mar 27 2002 12:45PM
You are right, I compiled with 12.5 libs and copied on 11.9.2.
Thanks for the help Michael!!
-----Original Message-----
From: Michael Peppler [mailto:mpeppler@peppler.org]
Sent: Tuesday, March 26, 2002 4:17 PM
To: SybPerl Discussion List
Subject: Re: Perl Error
Sabherwal, Balvinder (MBS) writes:
> Guru's
>
> I am getting error as below when I try to execute the perl script on my
> Solaris host. I am using AvtiveState Perl 5.6 with solaris 5.8. The perl
was
> tared up from one of our host where I re-complied it with sybperl. Do I
need
> to do a pkgadd and again re-compile the sybperl or is there any other way
> around to fix this problem??
>
>
> njsundb6old/tmp $ dbcc.pl
>
> The context allocation routine failed.
>
> The following problem caused the failure:
>
> Invalid context version.
You're trying to run a copy sybperl that was compiled for a more
recent version of OpenClient than the one that is installed on your
machine.
When Sybase::CTlib gets loaded it calls cs_ctx_alloc() with the
highest "version" value that it can find (so that new features in OC
12.0 and 12.5 can be enabled). In your case you have a sybperl binary
that was built for 12.0 or 12.5 but an OpenClient library that is
older (11.x, or 12.0).
You need to either rebuild sybperl on this box, or upgrade OpenClient.
Michael
--
Michael Peppler Data Migrations, Inc.
mpeppler@peppler.org *or* mpeppler@mbay.net
http://www.mbay.net/~mpeppler
International Sybase User Group: http://www.isug.com
|