Hi,
How do I compile php, cuz some of the module are missing how do I configre those module as well.
thansk
On Windoz, on Linux ?` Which modules are you missing?
Thanks for quick reply
Linux
http://www.php.net/manual/en/installation.php
http://www.php.net/manual/en/faq.obtaining.php http://www.php.net/manual/en/faq.installation.php
I want to compile with gdbm module , if you know staright forward can you tell me pls.
I want to do urgently.
Thansk
Where is configure file located to configure and compile.
thanks
It depends on your distribution. I think the best is to download the sources http://www.php.net/downloads.php
<? phpinfo(); ?>
Execute phpinfo and try to find out the actual compile options. It is possible that they are displayed.
Download all module sources you need and read php installation manual.
Document says that run configure scripts to enable the module but I coudn't find configure scripts.
Thanks
This depends on your distribution! I think you only have a precompiled binary version running on your system, without any sources.
So I think you can't configure and compile it.
./configure --options make make install
if I configred all in configure file when I compile , should I have to give all the option or I can jsut compile like.
./configure