Page 7 of 7 FirstFirst ... 567
Results 61 to 66 of 66

Thread: Howto: Install Oracle Instant Client and PHP OCI8 module

  1. #61
    Join Date
    Feb 2010
    Beans
    1

    Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    Thanks for the guide. Just what I need. I have been trying to do this with no luck, gonna try now.

  2. #62
    Join Date
    Sep 2008
    Location
    Manila, Philippines
    Beans
    47
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    after i execute "make"...

    /usr/bin/ld: skipping incompatible /opt/oracle/instantclient/libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [oci8.la] Error 1


    Can somebody help me please?

  3. #63
    Join Date
    Aug 2010
    Beans
    2

    Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    Quote Originally Posted by VirtualEdgar View Post
    after i execute "make"...

    /usr/bin/ld: skipping incompatible /opt/oracle/instantclient/libclntsh.so when searching for -lclntsh
    /usr/bin/ld: cannot find -lclntsh
    collect2: ld returned 1 exit status
    make: *** [oci8.la] Error 1


    Can somebody help me please?

    Same problem Ubuntu 10.04 32b - tried to find solution - nothing!

  4. #64
    Join Date
    Aug 2010
    Beans
    2

    Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    Quote Originally Posted by guimau67 View Post
    Same problem Ubuntu 10.04 32b - tried to find solution - nothing!

    Ok, I had installed instant client version 64 bit

    Reinstalled correct version 32bit, everything works!

  5. #65
    Join Date
    Aug 2010
    Location
    Dhaka,Banladesh
    Beans
    141
    Distro
    Kubuntu 12.10 Quantal Quetzal

    Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    Quote Originally Posted by guimau67 View Post
    Ok, I had installed instant client version 64 bit

    Reinstalled correct version 32bit, everything works!
    Hello There
    Here it is written
    Code:
    ln –s libclntsh.so.11.1 libclntsh.so
    ln –s libocci.so.11.1 libocci.so
    I think it will be like
    Code:
    ln -s libclntsh.so.11.1 libclntsh.so
    ln -s libocci.so.11.1 libocci.so
    I am getting this while configure oci8
    Code:
    checking Oracle Instant Client version... configure: error: Link from /opt/oracle/instantclient/libclntsh.so to libclntsh.so.10.1 not found
    error.
    Please tell me how you manage to work it in Ubuntu 64 Bit. I can not use 32 Bit for sound card driver problem. It is argent.
    Thank you.
    Last edited by ashickur.noor; January 26th, 2011 at 03:51 PM. Reason: New Error

  6. #66
    Join Date
    Oct 2011
    Beans
    8

    Unhappy Re: Howto: Install Oracle Instant Client and PHP OCI8 module

    hey the zip files you told are not working.....!!

Page 7 of 7 FirstFirst ... 567

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •