ID:               22944
 User updated by:  dubious at 2xtreme dot net
 Reported By:      dubious at 2xtreme dot net
-Status:           Feedback
+Status:           Open
 Bug Type:         Java related
 Operating System: Linux (2.5.66)
 PHP Version:      4.3.2RC1
 New Comment:

Nope, just tried the snapshot - same problem: 
 
Installing PHP SAPI module 
/bin/sh: -c: line 1: syntax error near unexpected token `;' 
/bin/sh: -c: line 1: `; 
/tmp/temp/php4-STABLE-200304021630/build/shtool mkdir -p 
-f -m 0755 /usr/local/lib/php; 
/tmp/temp/php4-STABLE-200304021630/build/shtool install 
-c -m 0755 
/tmp/temp/php4-STABLE-200304021630/ext/java/php_java.jar 
/usr/local/lib/php' 
make: *** [install-sapi] Error 2 
bash-2.05b#


Previous Comments:
------------------------------------------------------------------------

[2003-04-02 10:29:27] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip


IIRC, this should be fixed now.


------------------------------------------------------------------------

[2003-03-28 18:12:13] dubious at 2xtreme dot net

UPDATE - this appears to be a bug specifically related to 
"--disable-cgi" (i.e. I want ONLY the CLI version of php).  If I 
remove the "--disable-cgi" it seems to compile AND install 
fine.

------------------------------------------------------------------------

[2003-03-28 17:58:33] dubious at 2xtreme dot net

Configuring with: 
 
./configure --enable-gd-native-ttf '--enable-sockets' 
'--with-ncurses' '--with-gd' '--enable-ftp' '--with-mysql' 
'--with-dom' '--with-zlib' '--enable-exif' '--with-bz2' 
'--with-curl' '--with-imap=/tmp/temp/imap-2002' 
'--with-imap-ssl=/tmp/temp/imap-2002' '--disable-cgi' 
--with-java=/usr/local/jdk 
 
compile seems fine, but on "make install" it dies at: 
 
Installing PHP SAPI module 
/bin/sh: -c: line 1: syntax error near unexpected token `;' 
/bin/sh: -c: line 1: `; /tmp/temp/php-4.3.2RC1/build/shtool 
mkdir -p -f -m 0755 /usr/local/lib/php; 
/tmp/temp/php-4.3.2RC1/build/shtool install -c -m 0755 
/tmp/temp/php-4.3.2RC1/ext/java/php_java.jar 
/usr/local/lib/php' 
make: *** [install-sapi] Error 2 
 
I've tried this with an earlier Blackdown 1.4.1 as well as Sun's 
most recent 1.4.1_02 release.  If I compile without the java 
option, it seems to install fine (but of course then there's not 
Java support...) 
 
This also seems to occur with 4.3.0. 

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22944&edit=1

Reply via email to