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