From:             [EMAIL PROTECTED]
Operating system: HPUX 11.00
PHP version:      4.2.0
PHP Bug Type:     Apache2 related
Bug description:  Unresolved symbol: __umoddi3 (code)

HP-UX 11.00
Binutils 2.12
GCC 3.0.4
GNU Make 3.79.1

mysql-3.23.49 (using GCC)
./configure --prefix=/opt/mysql

Have verified -lgcc being used in mysql build.

apache-2.0.35 (using GCC)
./configure --prefix=/opt/apache2

php-4.2.0 (using GCC)
./configure --prefix=/opt/php --enable-libgcc \
--with-apxs2=/opt/apache2/bin/apxs \
--with-mysql=/opt/mysql --enable-sockets

Start Apache:
/opt/apache2/bin/apachectl start

Error:
Syntax error on line 217 of /opt/apache2/conf/httpd.conf:
Cannot load /opt/apache2/modules/libphp4.so into server: Unresolved
symbol: __umoddi3 (code)  from /opt/mysql/lib/mysql/libmysqlclient.sl.10
/opt/apache2/bin/apachectl start: httpd could not be started

Everything has been compiled with GCC.  Have used -enable-libgcc in PHP's
compiling, but somehow I'm still having problems with this __umoddi3 not
being resolvable.

Patrick

-- 
Edit bug report at http://bugs.php.net/?id=16808&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16808&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16808&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16808&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16808&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16808&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16808&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16808&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16808&r=submittedtwice

Reply via email to