>Forgive me for the simplistic question, I'm not much of a Unix, Apache, >or PHP wiz. I'm running Mac OS X 10.2 on a 12" PB. I've installed PHP >4.3.0 from Marc Lynric's site (http://www.entropy.ch). However, I cannot >actually find the installation files on my laptop. > >My web server works. It serves PHP pages quite well, but I want to know >where the binaries are located. I've tried using some sources I thought >might tell me where the files are located, but they have not. > >Can anyone shed some light?
A few ways to do it - the default configuration has it in /usr/libexec/httpd/libphp4.so, so you can try `locate libphp4.so`. I imagine that Marc's version goes there as well. When in doubt, you can also check out your httpd.conf file (/etc/httpd/httpd.conf) and look for the line that starts with 'LoadModule php4_module...'. It will tell you where Apache is searching for the .so, relative to the ServerRoot ('/usr' by default). --------------------------------------------------------------------- michal migurski- contact info and pgp key: sf/ca http://mike.teczno.com/contact.html -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php