Archived

This forum has been archived. Please start a new discussion on GitHub.

icephp.so

running linux rhel4 i386.

i downloaded and installed the linux rhel4 rpm bundle. pretty much installed everything. however, i'm focusing on the icephp install rpm.

after installing, i need php to be able to point to the IcePHP.so file. however, i cannot find this IcePHP.so library.

looking for guidance on this.

thanks in advance.

Comments

  • xdm
    xdm La Coruña, Spain
    Hi Austin,

    When you install ice-php rpm in rhel4 files are place in following locations.

    IcePHP module:
    /usr/lib/php/modules/IcePHP.so

    Configuration file:
    /etc/php.d/ice.ini
  • thanks for reply. i was receiving this error:
    Module compiled with module API=20050922, debug=0, thread-safety=0
    PHP    compiled with module API=20060613, debug=0, thread-safety=0
    These options need to match
     in Unknown on line 0
    

    so i did some research and i was using php-5.2.6. looks like everything was configured with php-5.1.4. rebuilt php with that release and all issues resolved.

    thanks again.