User login

Installing on Mac OS X Server

Forums :

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

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.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.