Results 1 to 2 of 2

Thread: IcePHP on Apache 2 problem

  1. #1
    supasteevo is offline Registered User
    Name: Bressey Steven
    Organization: Alma
    Project: use Ice with mumble server
    Join Date
    Apr 2009
    Posts
    1

    IcePHP on Apache 2 problem

    Hello,

    I have an apache2 server running with php5 on an Ubuntu 9.04 workstation.
    I installed IcePHP via the official repository and configured php5 to use the IcePHP extension.
    When apache2 starts I get the following error :
    PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20060613+lfs/IcePHP.so' - libIce.so.32: cannot open shared object file: No such file or directory in Unknown on line 0

    Do you have any idea what the problem is ?

    Thank you for your support.

  2. #2
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,140
    Hi,

    IcePHP.so depends on the libIce.so.32 shared library and it looks like this library isn't installed or found by apache2.

    Which version of IcePHP do you have installed? libIce.so.32 is from Ice 3.2.x and from looking at the Ubuntu 9.04 package list, it should be Ice 3.3.0 instead. Did you download Ice from the right repository?

    According to Ubuntu -- Details of package php-zeroc-ice in jaunty, the libIce shared library is in the libzeroc-ice33 package.

    Cheers,
    Benoit.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. silverlight and apache
    By fengshengheli in forum Help Center
    Replies: 1
    Last Post: 03-09-2009, 01:33 PM
  2. how can construct apache +ice +mysql?
    By karlwu in forum Help Center
    Replies: 4
    Last Post: 08-21-2008, 08:55 AM
  3. Apache 2.0 License compatibility
    By aka50 in forum Comments
    Replies: 5
    Last Post: 11-17-2006, 09:36 AM
  4. Help IcePhp Config Problem!
    By youyou in forum Help Center
    Replies: 2
    Last Post: 11-13-2004, 11:14 AM
  5. problem with icephp
    By santi in forum Help Center
    Replies: 2
    Last Post: 02-07-2004, 07:35 AM

Posting Permissions

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