Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

David Parra's Blog:
Compiling PHP under OpenSolaris
Sep 30, 2008 @ 13:46:09

David Parra has posted his method for getting the latest version of PHP compiled under a machine running OpenSolaris.

As I switched my main system recently from Linux to OpenSolaris I compiled PHP. Quiet obvious things are a little bit different on Solaris. The usual ./buildconf && ./configure && make install doesn't work anymore. The good news: It's not much harder.

A few extra packages are required (like SUNWgmake, SUNWgcc and SUNWbison) and the Re2c library, but after that, it's just like a normal install. All commands needed to make the build are included in the post.

tagged: opensolaris compile php5 library package sun

Link:


Trending Topics: