Re: [PHP-INST] does php as loadable module need Apache.

2001-01-26 Thread Student7 SNT
Hi, It rather depends on how Apache was configured, if it was configured with mod_so compiled in then you can compile PHP with the --with-apxs option to get a shared object, which can be loaded into Apache. If not, then you have no choice but to re-compile Apache from source, and hence you may

Re: [PHP-INST] PHP, but no connection to internet.

2001-01-17 Thread Student7 SNT
Hi, Yeah, its possible. You'd need to set up a server on your computer, since you didn't supply what OS you are running I can't give exact details about how to do that. But unless you are running Mac OS, I'd recommend going to: www.apache.org and investigating whether you can install apache s

RE: [PHP-INST] compiling php

2001-01-11 Thread Student7 SNT
Hi, Well, if MySQL wasn't running, you'd get a different error (like "can't connect to."). The actual error indicates that the MySQL function have not been installed in the binary, most probably because it failed to find the relevant libraries. I'm pretty sure the configure script ought to

Re: [PHP-INST] Installing PHP under Solaris7/SPARC

2001-01-10 Thread Student7 SNT
Hi, In answer to your questions: >There is a sun package for PHP instalation on Sun/SPARC ? No. >How to compile PHP in a correct way on that Solaris machine? Follow the instructions for any UNIX machine. >How to integrate/install PHP to work with Apache ? Again, follow the instructions.