Re: DBD-Oracle-1.16 (make error)
csfltd wrote:
> *Tim -
>
> I have this same problem, do you have the solution?
>
> Thanks,
>
> CSFLTD *
do you still have the problem?
If you have multiple versions of oracle on you machine this would be
the cause? or If you have incomplete installation of oracle client.
So make sure you have oci.h and ocidfn.h in oracle include files.
at dbd oracle installation directory execute
perl Makefile.PL -m $ORACLE_HOME/rdbms/demo/oracle.mk
make
make test
make install
Test by typing
perl -e 'use DBD::Oracle'
Hope this helps!!
Cheers,
Bhavani
--
bhavani
------------------------------------------------------------------------
Posted via
http://www.codecomments.com
------------------------------------------------------------------------
.
Relevant Pages
- Compiling and running DBD for Oracle 10g without installing Oracle
... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ... (perl.dbi.users) - Compiling and running DBD for Oracle 10g without installing Oracle
... I recently had to compile the DBD modules for Oracle 10g on machines, ... perl, DBI etc. of recent enough version ... Oracle 10g installation disk for your architecture (available at ... (perl.dbi.users) - Asp.net/vb and Oracle
... setup on other machines where I have installed the Oracle 9i client, ... Oracle 9.0 odbc drivers will connect to my oracle database when debugging. ... Oracle client and networking components were not found. ... later client software installation. ... (microsoft.public.dotnet.framework.aspnet) - RE: Asp.net/vb and Oracle
... Oracle Provider for OLE DB components, as well as the orcle Data Provider for ... setup on other machines where I have installed the Oracle 9i client, ... Oracle client and networking components were not found. ... later client software installation. ... (microsoft.public.dotnet.framework.aspnet) - Re: 9i linux install: permission problems: what is "oracle user"
... The existing documentation says to create a separate linux user "bob" ... "oracle" account to run the Oracle install program. ... The installation should have been done as 'oracle'. ... (comp.databases.oracle.server) |
|