php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12232 Unresolved symbol: __umoddi3
Submitted: 2001-07-18 10:15 UTC Modified: 2001-07-26 20:54 UTC
From: r dot kalemba at mvnet dot de Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 4.0.6 OS: HP 10.20
Private report: No CVE-ID: None
 [2001-07-18 10:15 UTC] r dot kalemba at mvnet dot de
Apache 1.3.20
Mysql 3.22.32
gcc 2.8.1
PHP 4.0.6 compile:
./configure --with-mysql=/usr/local/mysql --enable-track-
vars --prefix=/usr3/php4.0.6 --enable-libgcc 
--with-apxs=/usr/local/apache1320/bin/apxs

Notice:
i have modify apxs ( HPUX required .sl Suffix ! )

Start Apache -->
Error :
/usr/lib/dld.sl: Unresolved symbol: __umoddi3 (code)  from /usr/local/mysql/lib/mysql/libmysqlclient.sl.6
Syntax error on line 58 of /usr/local/apache1320/conf/httpd.test:
Cannot load /usr/local/apache1320/libexec/libphp4.sl into server: No such file or
directory

Part of config.status:
s%@CONFIGURE_COMMAND@% './configure' '--with-mysql=/usr/local/mysql' '--enable-tra
ck-vars' '--prefix=/usr3/php4.0.6' '--enable-libgcc' '--with-apxs=/usr/local/apach
e1319/bin/apxs'%g
s%@EXTRA_LIBS@%  -lmysqlclient -lcrypt -lm  -lgcc %g
s%@NATIVE_RPATHS@% -L/opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.8.1 -L/usr/local/
mysql/lib/mysql%g

File:
-rw-rw-rw-   1 root       sys         333402 Sep 15  1998 /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/
2.8.1/libgcc.a

This is the second question.
The first answer get from Asmus ( PHP-Group )
 ...
install php with '--enable-libgcc' 

--> the same error

Have you another tip ?

R.Kalemba

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-26 20:54 UTC] sniper@php.net
Do NOT submit new bug reports about same issue, instead, re-open the first one!


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC