faqts : Computers : Programming : Languages : PHP : General Information : PHP3 to PHP4 Migration : Unix

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

41 of 71 people (58%) answered Yes
Recently 8 of 10 people (80%) answered Yes

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.