Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Wamp php and oracle

  • 12-12-2007 4:40pm
    #1
    Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭


    Im trying to get php working with oci8.

    I downloaded oci8 and couldn't find oci8.so which is the module required so I read somehere that you apparently have to build this using pear.

    I installed pear and tried to get pear to install oci8 but its giving me this error when I try it

    C:\wamp\php>pear install oci8-1.2.4.tgz
    10 source files, building
    running: msdev oci8.dsp /MAKE "oci8 - Release"
    ERROR: Did not understand the completion status returned from msdev.exe.

    So what am I doing wrong?
    How can I get pear to install oci8 properly and build the oci8.so?


Comments

  • Closed Accounts Posts: 30 Mr. Magoo


    On windows the file should be oci8.dll, .so files are for *nix systems. Once you have the oci8.dll file it should just be a case of uncommenting the load oci8.dll line in the php.ini. If your database isn't on the same machine as your web server then you will also need to install the oracle client software. Hope this helps.


  • Registered Users, Registered Users 2 Posts: 1,559 ✭✭✭quinnd6


    Ok and would it be possible to run 2 versions of apache at the same time on the same computer?

    Could I run them both simultaneously if I ran them both on different ports?

    I want to run apache 1.3.9 and apache 2.2.4 at the same time on same computer.


  • Moderators, Science, Health & Environment Moderators Posts: 10,088 Mod ✭✭✭✭marco_polo


    quinnd6 wrote: »
    Ok and would it be possible to run 2 versions of apache at the same time on the same computer?

    Could I run them both simultaneously if I ran them both on different ports?

    I want to run apache 1.3.9 and apache 2.2.4 at the same time on same computer.

    There should be no problem running two instances of apache on the same box.


Advertisement