php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20043 ld: fatal: Symbol referencing errors.
Submitted: 2002-10-23 08:37 UTC Modified: 2002-10-23 09:40 UTC
From: webmaster at scienafregia dot it Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.2.3 OS: SunOS 5.8
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: webmaster at scienafregia dot it
New email:
PHP Version: OS:

 

 [2002-10-23 08:37 UTC] webmaster at scienafregia dot it
Sorry people, I'm not so expert. :-) I was trying to compile php as self executable with this configure options:

./configure \
--prefix=/usr/local/php' \
--with-config-file-path=/etc' \
--enable-pic \
--enable-shared \
--enable-inline-optimization \
--with-regex=system \
--with-gettext \
--with-zlib \
--enable-debugger \
--enable-magic-quotes \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-ftp \
--enable-wddx \
--with-xml

--- make command fails with this error: -------------
Undefined                       first referenced
 symbol                             in file
php_regerror                        ./.libs/libphp4.a(reg.lo)
core_globals                        ./.libs/libphp4.a(cgi_main.o)
php_regexec                         ./.libs/libphp4.a(browscap.lo)
php_regcomp                         ./.libs/libphp4.a(browscap.lo)
compiler_globals                    ./.libs/libphp4.a(cgi_main.o)
executor_globals                    ./.libs/libphp4.a(cgi_main.o)
sapi_globals                        ./.libs/libphp4.a(cgi_main.o)
php_regfree                         ./.libs/libphp4.a(browscap.lo)
ld: fatal: Symbol referencing errors. No output written to php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `php'
Current working directory /export/home/source/php-4.2.3
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-23 09:40 UTC] webmaster at scienafregia dot it
Problem solved downloading php4-STABLE-200210230600

Thanx
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 10:01:33 2025 UTC