php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27 Final linkage w/Apache 1.3b3 fails
Submitted: 1998-02-01 19:44 UTC Modified: 1998-02-06 05:19 UTC
From: johnhowe at scn dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0b3 OS: Solaris 2.3 Generic_101318-88
Private report: No CVE-ID: None
 [1998-02-01 19:44 UTC] johnhowe at scn dot org
Solaris 2.3 Generic_101318-88
PHP w/GDBM (v1.7.3) support added.
Using GNU GCC 2.6.0, final linkage of Apache w/PHP fails with:

gcc -O2 -DSOLARIS2=230 -DSTATUS     -o httpd buildmark.o modules.o modules/stand
ard/libstandard.a modules/extra/libextra.a main/libmain.a os/unix/libos.a ap/lib
ap.a regex/libregex.a  -Lmodules/extra -L../modules/extra -lphp3 -lgdbm  -lm -ld
l -lnsl -lsocket

Undefined                       first referenced
 symbol                             in file
regerror                            modules/extra/libphp3.a(reg.o)
ld: fatal: Symbol referencing errors. No output written to httpd
make: *** [httpd] Error 1

Did have a previous error w/ldl as well ( undefined ).

Have tried copying *.o files in ~php/functions as 
per FAQ, no help.

Will be upgrading to Solaris 2.6 this weekend 
( yeah ! ) and GNU GCC 2.7.X ( yeah again! ). 
Maybe it will go away

Will keep hacking at it, maybe a DFU error somewhere, 
myself being the DFU >;}~

Thanks a bunch,

John Howe
Unix SA, Antioch University Seattle

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-02-06 05:19 UTC] ssb
The proper fix would probably be upgrading Solaris. :-)
Double-check that PHP uses the same regex library as
Apache?

 [2020-02-05 08:54 UTC] nikic@php.net
Automatic comment from SVN on behalf of nikic
Revision: http://svn.php.net/viewvc/?view=revision&revision=349125
Log: Document missing curl constants added in 7.3.x

Patch by ekinhbayar.

Closes php/doc-en#27.
 [2023-06-12 12:15 UTC] git@php.net
Automatic comment on behalf of remicollet
Revision: https://github.com/php/pecl-mail-mailparse/commit/80133bc2d425138df363a40487bb15ed16304999
Log: Fix #27 MimeMessage::__construct() throws TypeError with $mode=stream
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC