Hi,
if you don't need the "Oracle Advanced Security" (OAS) package you
may just use the "Oracle Universal Installer" to deinstall OAS.
- start $ORACLE_HOME/oui/install/runInstaller.sh
- click on "Deinstall Products..."
- open the Folders "oracle", "Oracle8i Enterprice Edition",
"Oracle8i Server" and select "Oracle Advanced Security"
- press the "Remove..." button
- done! build DBD-Oracle
Winfried Koenig
--
callisto germany.net GmbH EMail: [EMAIL PROTECTED]
Stresemannallee 30 Telefon: +49-69-63397-400
D-60596 Frankfurt FAX: +49-69-63397-444
> -----Original Message-----
> From: Dave Tamillow [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 05, 2001 10:24 AM
> To: Swensen, Jesse [PGC:4148:EXCH]
> Subject: Re: Problem with new Oracle 8.1.6 install
>
>
> Hi Jesse!
>
> Read the README.java file in the DBD install that you have. It explains the
> problem and the workarounds. I had the same problem yesterday, and I fixed
> it using the LD_PRELOAD option. (Recompiling an Oracle lib was more than I
> had time to tackle.) I first set "LD_PRELOAD=/usr/lib/libthread.so.1"
> in my .profile, but I found that made some shell executables on my Solaris 8
> workstation core dump. So I wrote a little wrapper (that I'll expand
> later) to set the LD_PRELOAD and run my PERL script to access the database.
> It's better than nothing for right now.
>
>
> I hope that helps.
>
> Dave Tamillow