|
|
sybperl-l Archive
Up Prev Next
From: Michael Burstin <mikeb at concerto dot com>
Subject: Re: building sybperl on 12.0 but deploying on 12.5 too.
Date: Dec 3 2002 2:28PM
I have built sybperl (and DBD::Sybase) on Solarus under 12.0 and use
under 12.5. The only think you need to make sure of are that the
SYB_OCS variable is configured correctly _AND_ symlink
libtli.so.12.5.x.x (where x.x are version numbers) to libtli.so (OCS
12.0 called it libtli.so, 12.5 has the version number).
On Mon, Dec 02, 2002 at 03:02:32PM -0700, jmcallister@dtint.com wrote:
> Hi Michael (and other Sybperl gurus),
>
> I'm building sybperl 2.15 on Solaris 8. The Sybase version on the build
> server is 12.0, however, the modules may be deployed on systems with ASE
> 12.5 or 12.0. I'm trying to avoid having to make symlinks (OCS-12_0 --->
> OCS-12_5) to fake out sybperl when it's on an ASE 12.5 server.
>
> What's more, I also want the Sybase::CTlib module to magically figure out
> where Sybase is installed when it is loaded in a "terse" environment, say
> from cron or init. When I say "magic", I really just want it to use the
> environment variables if defined, next try the sybase user home account,
> and finally try some reasonable default (/usr/local/sybase). I've built it
> with EMBED_SYBASE=1 and EMBED_SYBASE_USE_HOME=1, but it seems to only
> check the sybase home account during the config phase, not dynamically
> after deployment.
>
> As far as the library files goes I want it to adapt to whatever is
> installed (lib, OCS-12_0, OCS-12_5, OCS-*). I can live with making a
> symlink ~sybase/lib ---> ~sybase/OCS-12_x/lib, but would rather not have
> to fake a version that's not installed.
>
> Do I need to do something like rewrite the BEGIN block in the *.pm
> scripts? If I can achieve my goals without tweaking generic sybperl files
> I'd be overjoyed.
>
> Thanks in advance,
>
> James McAllister
> Digital Technology, Int'l
>
> p.s. Thanks for a great product.
--
Michael Burstin
NPI Engineer
Concerto Software
978-952-0842
mikeb@concerto.com
|