php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1862 two mains defined while linking apache
Submitted: 1999-07-24 12:25 UTC Modified: 1999-07-25 09:03 UTC
From: cfpage at lorax dot mv dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 1 OS: Linux RH 6.0
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cfpage at lorax dot mv dot com
New email:
PHP Version: OS:

 

 [1999-07-24 12:25 UTC] cfpage at lorax dot mv dot com
  I could not link Apache 1.3.6  httpd as two mains were undefined. Looking at acconfig.h, showed that CGI_BINARY was not defined properly. This was presumably because APACHE was not defined correctly.

  I hand edited the file to set APACHE to a 1, and then built httpd. But, it still won't recognize any <? syntax.

  Do you have patches or work-arounds?

Regards,
Cal Page

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-07-25 09:03 UTC] ssb at cvs dot php dot net
You didn't say what configure options you used, there may
be a number of reasons why this happened.  Make sure you run
"make clean" between a CGI compile and an Apache compile.
If you used --with-shared-apache, use --with-apxs instead.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Mar 13 20:01:30 2025 UTC