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
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: scott at emji dot net
New email:
PHP Version: OS:

 

 [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: Thu May 23 04:01:32 2024 UTC