Click to See Complete Forum and Search --> : Satellite and PHP


Anon
10-29-2001, 04:58 PM
I downloaded ORBit from the link given in the readme, ran
./configure, make, make install for ORBit

Step-3 compile PHP with apxs support, and enable satellite.
Step-4 make
Step-4 make install
Step-5 /etc/rc.d/init.d/httpd restart

After removing the ORBit Random example, I got ORBit to compile, PHP compiled OK with Satellite. The problem is when I try to start apache.

The error is:

Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: CORBA_Object_create_request2


BTW: this happens when I follow the instructions for installing php into apache as well.

Why does apache give this error?

thanks,
James

dannys
10-30-2001, 07:07 AM
I've had similar problems when compiling with other modules.

The only way, I've found, to get around it is to compile the cgi version of PHP and make the necessary changes to the Apache config.

You should beware that using the CGI version is not as secure as the mod_apache version.