Apache crash on start with oci8 module enabled

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • watayoune

    #1

    Apache crash on start with oci8 module enabled

    Hi,

    My apache (on win) crash when i start it, after i had oci8 extensions in
    php.ini !

    1. i had extension phph_oci8.dll in php.ini
    2. i've got a php_oci8.dll in my php extensions dir
    3. my exetnsion dirs are c:\php\extensio ns\ in php.ini
    4. i've installed oci8 client
    5. i've put my oci.dll (from oracle_home) in my windows dir (tips found
    in another newsgp)

    And when i start apache (as service) it crash but appear active in
    service control panel but i cannot start nor stop it and i had to delete
    it with the windows task manager ?!

    what's the problem ?

    thanks!
  • PIII450@HOME.NL

    #2
    Re: Apache crash on start with oci8 module enabled

    On Fri, 13 Feb 2004 21:20:45 +0100, watayoune <watayoune@free .fr>
    wrote:
    [color=blue]
    >Hi,
    >
    >My apache (on win) crash when i start it, after i had oci8 extensions in
    >php.ini !
    >
    >1. i had extension phph_oci8.dll in php.ini
    >2. i've got a php_oci8.dll in my php extensions dir
    >3. my exetnsion dirs are c:\php\extensio ns\ in php.ini
    >4. i've installed oci8 client
    >5. i've put my oci.dll (from oracle_home) in my windows dir (tips found
    >in another newsgp)
    >
    >And when i start apache (as service) it crash but appear active in
    >service control panel but i cannot start nor stop it and i had to delete
    >it with the windows task manager ?!
    >
    >what's the problem ?
    >
    >thanks![/color]

    You should not move the oci8.dll. Someone ones told me bad things
    happen when you do that. So get it to work with the oci.dll in de
    ora\bin dir.

    What you should confirm is that yhe ora\bin is in the $_ENV['PATH'].
    If you do a phpinfo() this one wil be in the list. See if ora\bin - of
    course the ora\bin as you named it on install of oracle - is in there.

    Let us know!

    Roger

    Comment

    Working...