Re: DBD::Oracle 1.72 fail

2014-04-16 Thread H.Merijn Brand
On Tue, 15 Apr 2014 13:38:38 +0200, H.Merijn Brand h.m.br...@xs4all.nl wrote: Builds fail on Linux with OIC-12.1 tl;dr; if you are not interested in porting DBD::Oracle I have now installed/gathered the available stuff for HP-UX Itanium 64bit, moved all into the required locations and tried to

dynamic LD_LIBRARY_PATH

2014-04-16 Thread H.Merijn Brand
I have a situation where the default location for Oracle ($ORACLE_HOME) is pointing to a complete Oracle-10g database environment. That setting includes $LD_LIBRARY_PATH (and on HP-UX $SHLIB_PATH) That environment is used for 3gl, 4gl and perl So far so good. Oracle's 10g libraries cause a

Re: dynamic LD_LIBRARY_PATH

2014-04-16 Thread H.Merijn Brand
On Wed, 16 Apr 2014 17:06:19 +0200, H.Merijn Brand h.m.br...@xs4all.nl wrote: I have a situation where the default location for Oracle ($ORACLE_HOME) is pointing to a complete Oracle-10g database environment. That setting includes $LD_LIBRARY_PATH (and on HP-UX $SHLIB_PATH) That environment

Re: dynamic LD_LIBRARY_PATH

2014-04-16 Thread H.Merijn Brand
On Wed, 16 Apr 2014 17:06:19 +0200, H.Merijn Brand h.m.br...@xs4all.nl wrote: if I change Oracle.pm to start with --8--- BEGIN { use Config; (my $loc = $INC{DBD/Oracle.pm}) =~ s{/DBD/Oracle.pm$}{/$Config{archname}/auto/DBD/Oracle}; $ENV{LD_LIBRARY_PATH} =

Re: dynamic LD_LIBRARY_PATH

2014-04-16 Thread Jan Dubois
On Wed, Apr 16, 2014 at 10:33 AM, Jan Dubois j...@activestate.com wrote: It's been probably 15 years ago, but for a similar problem with p4 tells me it was 12 years ago... Cheers, -Jan