Hey, You need to set your "ORACLE_HOME" env variable to point to your dir where oracle is installed.
E.g if using a csh, then setenv ORACLE_HOME /soft_depot/product/oracle-8.16 or if using sh/ksh, then export ORACLE_HOME=/soft_depot/product/oracle-8.16 This should solve your problem. cheers, Ranjay --- Luciano Favaro <[EMAIL PROTECTED]> wrote: > Hi all, > > I was installing DBD-Oracle-1.12 just before the > DBI-installation like the README file hints > > and the following error message was showing ... > > The problem has occurring during the "perl > Makefile.PL" command ... > > (equinox) root > /home2/softwares/gnu/bin/DBD-Oracle-1.12>perl > Makefile.PL > > Using DBI 1.201 installed in > /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI > > Configuring DBD::Oracle ... > > >>> Remember to actually *READ* the > README file! > > Especially if you have any problems. > > The ORACLE_HOME environment variable must > be set. > > It must be set to hold the path to an Oracle > installation directory > > on this machine (or a machine with a > compatible architecture). > > See the README.clients file for more > information. > > ABORTED! > > The following environment variables are > setting like : > > (equinox) root > /home2/softwares/gnu/bin/DBD-Oracle-1.12>echo > $ORACLE_HOME > > /home/tools/app/dev6i > > (equinox) root > /home2/softwares/gnu/bin/DBD-Oracle-1.12>echo > $TWO_TASK > > victrix > > (equinox) root > /home2/softwares/gnu/bin/DBD-Oracle-1.12>echo > $ORACLE_SID > > oradt > > Someone have any idea to solve this problem ... > > Thanks all, > > Favaro, Luciano. > > Tropico S.A. > __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
