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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC