Does anyone know where to get a sparc or solaris binaries for PHP? Please help! Thank you! :-)
| SitePoint Sponsor |
Does anyone know where to get a sparc or solaris binaries for PHP? Please help! Thank you! :-)
Devin McLean
http://dreamer.spacecoast.com
-------------------------
Aren't you able to download and compile one of the source distributions?
Kevin Yank
CTO, sitepoint.com
I wrote: Simply JavaScript | BYO PHP/MySQL | Tech Times | Editize
Baby’s got back—a hard back, that is: The Ultimate CSS Reference
I downloaded the complete source download for PHP4.0.2. When I type:
./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php --with-apxs=/usr/sbin/apxs --enable-track-vars --enable-magic-quotes --enable-debugger
It goes through a little then stopps and says:
checking lex output file root... ./configure: lex: not found
configure: error: cannot find output from lex; giving up
Please help! Thank you! :-)
Devin McLean
http://dreamer.spacecoast.com
-------------------------
From posts on the PHP Installation mailing list, it sounds like you'll need to install something called "Flex". Under Linux, this is a simple matter of installing an RPM. I'm afraid I don't know enough about Solaris to tell you how to go about doing this on your OS.
Kevin Yank
CTO, sitepoint.com
I wrote: Simply JavaScript | BYO PHP/MySQL | Tech Times | Editize
Baby’s got back—a hard back, that is: The Ultimate CSS Reference
ok, thanks
Devin McLean
http://dreamer.spacecoast.com
-------------------------
Bookmarks