On Wed, Dec 28, 2005 at 11:11:31PM +0000, Tim Bunce wrote:
>   http://www.data-plan.com/public/DBD-Oracle-1.17.tar.gz
> 
> =head1 Changes in DBD-Oracle 1.17 (svn rev 2334)

[...]

>   Changed "Binding Cursors" docs, clarifying examples thanks to Charles 
> Jardine.
>   Changed Makefile.PL to avoid risk of sqlplus hanging thanks to Mark Dedlow.
>   Changed Makefile.PL to prefer ~/rdbms/public over other ~/rdbms/* for .h 
> files.
>   Changed Makefile.PL to improve build rule detection.
>   Changed Makefile.PL to Instant Client build support thanks to Hilmar Lapp.

Hello Tim,

I have a Fedore Core 4 installation with the following .rpms installed

        oracle-instantclient-basic-10.2.0.1-1
        oracle-instantclient-sqlplus-10.2.0.1-1
        oracle-instantclient-devel-10.2.0.1-1

The -basic .rpm puts its .so's and .jar's into

        /usr/lib/oracle/10.2.0.1/client/lib

the -deve .rpm uses

        /usr/include/oracle/10.2.0.1/client

for .h files,

        /usr/lib/oracle/10.2.0.1/client/lib

to make two .so symlinks, and /usr/share/oracle/10.2.0.1/client for

        /usr/share/oracle/10.2.0.1/client/cdemo81.c
        /usr/share/oracle/10.2.0.1/client/demo.mk
        /usr/share/oracle/10.2.0.1/client/occidemo.sql
        /usr/share/oracle/10.2.0.1/client/occidemod.sql
        /usr/share/oracle/10.2.0.1/client/occidml.cpp

(I can send the full listing of files that can be found in those .rpm's
if you'd find it helpfull).

Running

        ORACLE_HOME=/usr/lib/oracle/10.2.0.1/client/lib perl Makefile.PL -m 
/usr/share/oracle/10.2.0.1/client/demo.mk

seems to go well for the Makefile.PL, but make is not able to find
the header files. So it seems that some more tweaking will be needed
for .rpm instalations of Instant Client where the only common path of
the installation is /usr.

-- 
------------------------------------------------------------------------
 Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/
 .project: Perl, mod_perl, DBI, Oracle, large Web systems, XML/XSL, ...
                Only self-confident people can be simple.

Reply via email to