Search results

  1. R

    Anyone got PHP to work yet?

    The apache distribution that ships with OS X PB has dso support built in. To see for yourself, open a terminal and type the following command. /usr/sbin/apache -l If you've compiled your own version and didn't have it use the name "apache" the below should work for you. /usr/sbin/httpd -l...
  2. R

    Anyone got PHP to work yet?

    A good beginner command-line text editor is pico. That's what I started on. It's the same editor that the "pine" e-mail application uses.
  3. R

    Anyone got PHP to work yet?

    Spencer, I was able to get things working by doing the following after running the .pkg install. Hope this helps. 1. Add the following lines to /Library/WebServer/Configuration/apache.conf --- LoadModule php4_module /System/Library/Apache/Modules/libphp4.so AddModule mod_php4.c 2...
  4. R

    mySQL on OSX

    If some of you have hosed your apache install I'd reccomend re-compiling from the darwin apache source which is already reconfigured/patched to compile on Darwin/Mac OS X PB. That source can be accessed from: http://www.publicsource.apple.com/projects/darwin/projects.html Personally, I use...
Back
Top