Re: [PHP-INSTALL] Question

2006-04-09 Thread Luc I. Suryo
> I would like to know if it is possible to install PHP on two webservers on > > the same machine. I have a sunone webserver running with PHP already and > I would like to install PHP with apache on the same machine can anyone > point me in the right diresction. > yes as long the webservers

Re: [PHP-INSTALL] Trouble running configure on Solaris 9, Apache, MySQL install

2005-12-06 Thread Luc I. Suryo
Hi Bill, > Hey Andy, > I tried again, and it took the 'crle' commands to make it work. The > 'configure' ran successfully this time; no ATTENTION message. Woohoo! > :) > > I kicked off the 'make' and we'll see where that ends up tomorrow > morning (takes a while to run). I've already seen a c

Re: [PHP-INSTALL] PHP install help needed:

2005-03-28 Thread Luc I. Suryo
you pointing to a 64-bits Oracle, so you will to have everything in 64 bits and the compiler will need to be able to compile 64 bits binary as well... for GCC use the flags -m64 for ld use the flags -xarch=v9 and there is a big change you will need to have a hardcoded library search path.. gcc =

Re: [PHP-INSTALL] Installing PHP4.3.3 on apache 1.3.28

2003-11-04 Thread Luc I. Suryo
platform? OS? (version) nb: 4.3.4 was released yesterday so you might want to get that first.. > > can you post some error messages? > > > My apache webserver is working perfectly.. > I follow the instructions to install php but its not working. > It wont load PHP when starting apache again.

[PHP-INSTALL] DSO installation weirdness Apache 2.0.x and Solaris 8 32 bits

2003-11-02 Thread Luc I. Suryo
Hello, hope there is someone can help me with this... Env: apache 2.0.48 php 4.3.3 Sun C 32 bits compilation Compilation does not show any error however once the module is loaded into apache the server core dumps.. now the weird things is that if I compile all the above in 64 bits it w