你好:
請問一下我在AIX-RS6000的環境下己經裝好了1.3.9的 APACHE了我想要再裝上PHP,
我先用了QUICK INSTALL(STATIC)來安裝我依序打了以下的指令
$cd apache_1.3.9
$./configure
$cd ..
$cd php-4.0.4
$./configure --with-informix
--with-apache=/usr/local/apache_1.3.9 --enable-track-vars
$make
之後就發生了以下的訊息了
Making all in
Zend
yacc -p Zend -v -d ./zend_language_parser.y -o Zend_language_parser.c yacc:1285-742 The escape is not valid or pure_parser is not a reserved word. Line 47 make:1254-004 The error code from the last command is l. Make Quitting. make:1254-004 The error code from the last command is l. Make Quitting. 請問是發生了什事 |