Installing on Mac OS X Server
I'm trying to install wsf/php on mac os x server (10.5.2). I followed the instructions for installing from source on linux. I have apache 2.0 and php 5.2.5, the binaries that come with the OS.
WSF/PHP configures, makes and installs without a problem. However, when I re-start apache, I get a warning that wsf.so cannot be loaded. The error is the ever helpful "(null) in Unknown on line 0".
Does anyone know if this just won't work on a Mac and/or if there are any other steps/tricks?
Thanks.
- Login or register to post comments
- Printer friendly version
- 176 reads











Don't use extensions with apple's php, roll your own.
You seem to be using Apple's php. They screwed up the build and stripped all symbols, so you can't use extensions. Build your own php or use macports, and try again.
Hope this helps.
bkw
Thanks
Thanks for the confirmation. I hate to do it, but I'll build php on my own.