php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39511 Symbol Reference error while compiling PHP CLI on Solaris 9
Submitted: 2006-11-14 15:05 UTC Modified: 2006-11-14 15:16 UTC
From: czachary at wiley dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 5.2.0 OS: Solaris 9
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: czachary at wiley dot com
New email:
PHP Version: OS:

 

 [2006-11-14 15:05 UTC] czachary at wiley dot com
Description:
------------
While compiling PHP 5.2.0 CLI I received the following error.



Reproduce code:
---------------
Undefined                       first referenced
 symbol                             in file
__lshrdi3                           main/snprintf.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__cmpdi2                            ext/date/php_date.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__divdi3                            ext/date/php_date.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__floatdidf                         ext/date/php_date.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__moddi3                            ext/date/php_date.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__muldi3                            ext/date/lib/dow.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__ashldi3                           ext/pdo_sqlite/sqlite/src/vdbe.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__ashrdi3                           ext/pdo_sqlite/sqlite/src/vdbe.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__udivdi3                           ext/pdo/pdo.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
__umoddi3                           ext/date/lib/tm2unixtime.o  (symbol belongs to implicit dependency /usr/local/lib/libgcc_s.so.1)
ld: fatal: Symbol referencing errors. No output written to sapi/cgi/php
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php] Error 1



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-14 15:16 UTC] tony2001@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Not PHP problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat Aug 16 08:00:03 2025 UTC