I'm new bie to linux. I want to move php development from windows to linux.
Last night I succefully installed FC4.
And I also installed apache 2.0.54 from source to :/usr/local/apache2
with *.so enabled.
and installed php5.04 from source to /usr/local/apache2/php
--with-config-file-path=/usr/local/apache2/php
apache and php5 works with no prolems with phpinfo().
And then I want to install dbg. I downloaded binaries for Linux/glibc 2.2 platform DBG 2.11.32 dbg modules and
extracted needed dbg.so file from tgz file and rename it to dbg.so.
Then I must config server part. Related to this, Nusphere said in intallation guide as follow:
"copy php_dbg.dll (win32) or dbg.so (linux) into appropriate directory. Read PHP documentation on how to install PHP extension. "
But I don't know which directory is "appropriate directory" in fedora core 4.
In windows, I copied php_dbg.dll to c:\webserver\php5\ext
(In case I installed php5 to c:\webserver\php5)
Could anyone tell me where I must copy dbg.so to?
Pls help me. Ineed your help.
thanks