Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: DBD::Oracle installation

by rootcho (Pilgrim)
on Jul 08, 2011 at 15:25 UTC ( [id://913369]=note: print w/replies, xml ) Need Help??


in reply to Re: DBD::Oracle installation
in thread DBD::Oracle installation

If I don't specify C_INCLUDE_PATH it does not compile, because it can't find the include files.
# ldd Oracle.so linux-vdso.so.1 => (0x00007fffb01ff000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f8a4cfb1000) libc.so.6 => /lib/libc.so.6 (0x00007f8a4cc5a000) /lib64/ld-linux-x86-64.so.2 (0x00007f8a4d443000)

Replies are listed 'Best First'.
Re^3: DBD::Oracle installation
by mje (Curate) on Jul 08, 2011 at 16:30 UTC

    There is something very wrong with that. There is no reference to any Oracle shared libs. e.g. for my instant client installation ldd on Oracle.so shows:

    $ ldd /usr/local/lib/perl/5.10.0/auto/DBD/Oracle/Oracle.so linux-gate.so.1 => (0x00d22000) libclntsh.so.11.1 => /home/martin/instantclient_11_1/libclntsh.so. +11.1 (0x00d23000) libc.so.6 => /lib/libc.so.6 (0x00110000) libnnz11.so => /home/martin/instantclient_11_1/libnnz11.so (0x0026 +d000) libdl.so.2 => /lib/libdl.so.2 (0x00417000) libm.so.6 => /lib/libm.so.6 (0x0041b000) libpthread.so.0 => /lib/libpthread.so.0 (0x00441000) libnsl.so.1 => /lib/libnsl.so.1 (0x009bf000) libaio.so.1 => /lib/libaio.so.1 (0x0045b000) /lib/ld-linux.so.2 (0x00b71000)

    I guess we need to see the bit after perl Makefile.PL but before you run make test i.e., the compilation and linking phases.

    UPDATE: I've only just noticed:

    042 Note (probably harmless): No library found for -locci 043 Note (probably harmless): No library found for -lclntsh

    I doubt that is harmless at all

      hmm.. interesting .... probably it can't find some other lib during generating the makefile... I will if i can figure out something so that it can find something for those "harmless" libs ;)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://913369]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (5)
As of 2024-03-28 22:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found