ok, tried it..

[EMAIL PROTECTED]> perl -e 'require Cwd; import Cwd; print cwd(),"\n"'
/etc
[EMAIL PROTECTED]>

what do we see in the results???

Also,  This version of DBD::Oracle gets away from the ld problem.    it 
uses gcc for linking and work pretty well after the make file is fixed.

Rich

p.s. I can try this material on SUN if need be..  we have 8, 9 and 10 
currently running.. 


--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind CSC to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------




Alexander V Alekseev <[EMAIL PROTECTED]> 
09/07/2007 12:05 PM

To
Richard T Malafa/DEF/[EMAIL PROTECTED]
cc
dbi-dev@perl.org
Subject
Re: DBD need to finish..






                                 Hello!

On Fri, 7 Sep 2007, Richard T Malafa wrote:

> Hi Alexander,
> That may be true if I was running an Itanium 11.23 system with "so"
> instead of normal "sl" files.     Yes HP furnishes files compilied with
                 I suppose, "so" is set somewhere deep in DynaLoader just 
a a
last resort. It shouldn't break anything, I suppose.

> the gcc and the other binaries also done that way.   Their was an issue
> some time ago with people using an aCC (c++) perl but that is not true 
in
> my case.
> You can check your perl with the perl -V option to see which compilier 
was
> used. Mine is (without giving you the whole output).
>
> This source file for DBD::Oracle came straight from cpan and once we
> correct the typo in the makefile.pl,  it ran all the way to this point
> with the "make test". And yes there are binaries for HP-UX but they are
> old and not at this version with 10g.
>
>   use64bitint=define use64bitall=define uselongdouble=undef
>    usemymalloc=n, bincompat5005=undef
>  Compiler:
>    cc='gcc', ccflags =' -D_POSIX_C_SOURCE=199506L -D_REENTRANT
> -D_HPUX_SOURCE -
> fPIC -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=
> 64  -fno-strict-aliasing -pipe',
>    optimize='',
>    cppflags='-Aa -D__STDC_EXT__ -D_HPUX_SOURCE -D_POSIX_C_SOURCE=199506L
> -D_REE
> NTRANT -D_HPUX_SOURCE
>
> Also, that item on google was solve sometime ago.   Note it was back in
> 2002.   It's a shame most people ask for help and then they don't 
provide
> feedback to the person whether it worked or not.   Usually if the answer
> works you never hear back from them.
                 I see this issue on Solaris 10, because of Sun ld usage. 
Sun
builds packages using it's own ld, not GNU ld. Sometimes generated
shared libraries become incompatible.

                 Please, check that this works:

perl -e 'require Cwd; import Cwd; print cwd(),"\n"'


                                 Bye. Alex.

Reply via email to