php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17687 php_apache.c Syntax error problem
Submitted: 2002-06-10 20:48 UTC Modified: 2002-06-11 06:37 UTC
From: bate@php.net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.0CVS-2002-06-10 OS: FreeBSD 4.4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bate@php.net
New email:
PHP Version: OS:

 

 [2002-06-10 20:48 UTC] bate@php.net
I downloaded the beta.tar.gz from the main website.
but after configure; make i got this error:

/bin/sh libtool --silent --mode=compile gcc -I/usr/local/apache/include -Isapi/apache/ -I/install/php-4.3.0-dev-zend2-alpha1/sapi/apache/ -DPHP_ATOM_INC -I/install/php-4.3.0-dev-zend2-alpha1/include -I/install/php-4.3.0-dev-zend2-alpha1/main -I/install/php-4.3.0-dev-zend2-alpha1 -I/install/php-4.3.0-dev-zend2-alpha1/Zend -I/usr/local/include/freetype2/freetype -I/usr/local/include -I/install/gd-1.8.4 -I/usr/local/include/c-client -I/install/libmcal -I/usr/local/mysql/current/include/mysql -I/install/php-4.3.0-dev-zend2-alpha1/ext/xml/expat  -DMOD_SSL=208105 -DMOD_SSL=208105 -DMOD_PERL -DEAPI -DUSE_EXPAT -I/install/php-4.3.0-dev-zend2-alpha1/TSRM -g -O2  -prefer-pic -c /install/php-4.3.0-dev-zend2-alpha1/sapi/apache/php_apache.c -o sapi/apache/php_apache.lo
/install/php-4.3.0-dev-zend2-alpha1/sapi/apache/php_apache.c:186: syntax error
*** Error code 1

Configure command:

#! /bin/sh
#
# Created by configure

'./configure' \
'--with-apxs=/usr/local/apache/bin/apxs' \
'--with-openssl=/usr' \
'--with-mysql=/usr/local/mysql/current' \
'--with-zlib' \
'--with-gd=../gd-1.8.4/' \
'--with-tiff-dir' \
'--with-jpeg-dir=/usr/local/lib' \
'--with-png-dir=../libpng-1.2.0/' \
'--with-xml' \
'--with-freetype-dir=../freetype-2.0.5/' \
'--with-ftp' \
'--with-config-file-path=/usr/local/apache/' \
'--with-t1lib=../t1lib-1.3.1/' \
'--with-zip=../zziplib-0.10.27/' \
'--with-mcal=../libmcal/' \
'--with-ldap' \
'--with-imap' \
'--with-mcrypt' \
'--with-gettext' \
'--enable-versioning' \
'--enable-inline-optimization' \
'--enable-track-vars' \
'--enable-safe-mode' \
'--enable-bcmath' \
'--enable-calendar' \
'--enable-ftp' \
'--enable-memory-limit' \
'--enable-exif' \
'--enable-trans-sid' \
'--disable-debug' \
"$@"

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-10 20:58 UTC] bate@php.net
#elif  defined(NETWARE)
this is the correct line in the cvs. The zip file is 
not up2date.
 [2002-06-11 06:37 UTC] sniper@php.net
Mail this directly to Andi..he doesn't read bug reports
and this is not a bug in the main development branches.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 13:01:32 2024 UTC