Entry
How do I setup PHP on Solaris 7?
Jan 26th, 2000 21:21
Nathan Wallace, Chad Cunningham
I have it on several Solaris7 machines. I've used gcc and Sun's
workshop C compiler. I'd stick with gcc, it's a bit friendlier. Also
make sure you don't use any of the GNU linking stuff. Basically I use
gcc to compile, but have /usr/ccs/bin/ before any of the GNU stuff on
the path. If you use gnu's ld, you're most likely going to have
problems. We were getting a lot of frequent core dumps with php/apache
until we realized gnu's ld had some issues with building php as a
loadable module.