php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1461 won't compile with Stronghold 2.2 or 2.3
Submitted: 1999-05-27 11:14 UTC Modified: 2002-06-16 08:31 UTC
From: scott at emji dot net Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 3.0.7 OS: Solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 - 14 = ?
Subscribe to this entry?

 
 [1999-05-27 11:14 UTC] scott at emji dot net
Getting this error trying to compile php3 with stronghold2.3(apache 1.2.6)
Using these options:
./configure --with-mysql=/usr/local/mysql --with-apache
=/usr/local/apache --enable-track-vars

Errors:
gcc -g -O2 -O2   -I. -I.   -I/usr/local/apache/src      -I/usr/local/mysql/inclu
de                        -c language-parser.tab.c -o language-parser.tab.o
In file included from php.h:192,
                 from language-parser.y:56:
/usr/local/apache/src/httpd.h:612: parse error before `SSL'
/usr/local/apache/src/httpd.h:612: warning: no semicolon at end of struct or uni
on
/usr/local/apache/src/httpd.h:613: warning: data definition has no type or stora
ge class
/usr/local/apache/src/httpd.h:616: parse error before `}'
make: *** [language-parser.tab.o] Error 1

I have added other modules to this version of stronghold with no problems.
Any ideas?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 08:31 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC