I had a similar problem installing DBD::ODBC and DBD::Oracle on 64-bit RedHat. My Perl build was a 64-bit. I received the same error as you did. In my case Makefile.PL was writing the path to my 32-bit libraries to my makefile. I had to edit it replacing the ../lib/.. paths with ../lib64/.. After that, it built and tested just fine.
Best of luck, Craig ---------------------------------------- > Date: Fri, 3 Aug 2007 16:01:58 -0700 > From: [EMAIL PROTECTED] > Subject: Re: DBD::Oracle in 64 bit Linux > To: [EMAIL PROTECTED] > CC: [email protected] > > Hello Jim, > Thank you very much for the information. Actually, I > was unaware of this permission issue. Is the > permission issue a general issue or specific to 64 bit > installation? Because I did compile and installed > DBD::Oracle for oracle 10 client in 32 bit Linux > machine, which looks ok (so far). Though I know, some > people having issue with it. Do you know if > DBD::Oralce was tested for 64 bit machine? and if it > was, then what was the out come? > Thank you, > Partha Dhar > > --- Jim Brandt wrote: > > > We've recently been debugging an issue with the > > Oracle 10g client > > install that basically relates back to permissions > > on the client > > libraries. In a nutshell, we found that our normal > > procedure of: > > > > * run client install > > * run oracle permissions repair script > > > > didn't actually fully repair the permissions. We're > > still looking into > > the details, but the solution was to make sure the > > user trying to run > > the DBD::Oracle install has permission to read all > > of the client > > libraries. We did all (or nearly all) files because > > it was too difficult > > to narrow down exactly which ones were wrong on a > > case by case basis. > > > > > > a_arya2000 wrote: > > > The oracle client version is 10 > > > Thank you, > > > Arya > > > --- Jim Brandt wrote: > > > > > >> What version of the Oracle client do you have > > >> installed? > > >> > > >> > > >> a_arya2000 wrote: > > >>> Hi, I am trying to install DBD::Oracle in a > > Linux > > >> 64 > > >>> bit machine but facing problem and not sure what > > i > > >> am > > >>> doing wrong or if something wrong with oracle > > >> client > > >>> installation. make looks ok, but when I run make > > >> test > > >>> I get this. > > >>> --------------------------- > > >>> t/01base................Failed to load Oracle > > >>> extension and/or shared libraries: > > >>> install_driver(Oracle) failed: Can't load > > >>> > > > > > > '/usr/perl/src/src/DBD-Oracle-1.19/blib/arch/auto/DBD/Oracle/Oracle.so' > > >>> for module DBD::Oracle: > > >>> > > > > > > /usr/Linux/perl/src/src/DBD-Oracle-1.19/blib/arch/auto/DBD/Oracle/Oracle.so: > > >>> cannot open shared object file: No such file or > > >>> directory at > > >>> > > > > > > /usr/perl/perl-5.8.3/lib/5.8.3/i386-linux-thread-multi/DynaLoader.pm > > >>> line 229. > > >>> at (eval 3) line 3 > > >>> Compilation failed in require at (eval 3) line > > 3. > > >>> Perhaps a required shared library or dll isn't > > >>> installed where expected > > >>> ......... > > >>> ......... > > >>> ----------------------------------------- > > >>> > > >>> For rest of the tests I get almost same output. > > >> Also I > > >>> checked, Oracle.so in that give directory. I am > > >>> wondering what causing this problem? One thing I > > >>> should note though, oracle client that is > > >> installed in > > >>> this machine, is the basic installation not the > > >> full > > >>> installation. Could it be the reason? Any one > > else > > >>> experience this issue before? I am kind of suck > > on > > >>> that one, any help will be appreciated. Thank > > you > > >>> > > >>> > > >>> > > >>> > > >>> > > > > > > ____________________________________________________________________________________ > > >>> Be a better Globetrotter. Get better travel > > >> answers from someone who knows. Yahoo! Answers - > > >> Check it out. > > > > > > http://answers.yahoo.com/dir/?link=list&sid=396545469 > > >> -- > > >> Jim Brandt > > >> Administrative Computing Services > > >> University at Buffalo > > >> > > >> > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > Moody friends. Drama queens. Your life? Nope! - > > their life, your story. Play Sims Stories at Yahoo! > > Games. > > > http://sims.yahoo.com/ > > > > -- > > Jim Brandt > > Administrative Computing Services > > University at Buffalo > > > > > > > > > ____________________________________________________________________________________ > Pinpoint customers who are looking for what you sell. > http://searchmarketing.yahoo.com/ _________________________________________________________________ See what you’re getting into…before you go there http://newlivehotmail.com/?ocid=TXT_TAGHM_migration_HM_viral_preview_0507
