php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4186 Undefined symbol _muldi3
Submitted: 2000-04-19 10:15 UTC Modified: 2000-05-15 15:14 UTC
From: tixier at france-loisirs dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 1 OS: Solaris 2.6
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: tixier at france-loisirs dot com
New email:
PHP Version: OS:

 

 [2000-04-19 10:15 UTC] tixier at france-loisirs dot com
Can't start Apache:
Syntax error on line 238 of /app/apache/conf/httpd.conf:
Cannot load /app/apache/libexec/libphp4.so into server: ld.so.1: /app/apache/bin
/httpd: fatal: relocation error: file /app/apache/libexec/libphp4.so: symbol __muldi3: referenced symbol not found
/app/apache/bin/apachectl start: httpd could not be started

PHP was comfigured with:
./configure \
--with-apxs=/app/apache/bin/apxs \
--disable-debug \
--without-gd

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 15:14 UTC] sas at cvs dot php dot net
Please configure PHP with --enable-libgcc.
 [2002-09-09 04:15 UTC] melzer at lfrz dot at
I had the same error message under Solaris 7 and 9 when compileing apache && php with ldap support. 
I used the openldap-libraries.

The --enable-libgcc option solved the problem.
Now everything works fine :o)

thanks
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 08:01:30 2025 UTC