
August 18th, 2002, 06:58 PM
|
|
Contributing User
|
|
Join Date: May 2001
Location: New Zealand
Posts: 638
Time spent in forums: 22 m 10 sec
Reputation Power: 8
|
|
|
Installing PHP from cvs on FreeBSD
Greetings All,
We're trying to install the lastest version of PHP from CVS onto FreeBSD 4.6-Release. We tried hitting CVS from the bsd machine itself from a shell script but found that instead of getting a directory back, we get echo to the screen. Not sure why this is?
Following this we grabbed PHP from a linux box (no problems with CVS there) and had no problems with the build and configure scripts. However when we run make we get the following error with byacc:
PHP Code:
byacc -p zend -v -d /usr/local/src/php4/Zend/zend_language_parser.y -o Zend/zend_language_parser.c
usage: yacc [-dlrtv] [-b file_prefix][-o output_filename]
[-p symbol_prefix] filename
*** Error code 1
Stop in /usr/local/src/php4.
If anyone can suggest why this is happening we would appreciate it lots
Thanx,
Z.
|