|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-07-31 14:53 UTC] sas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 15 10:00:01 2026 UTC |
I try to build a rpm on PHP 3.0.15 with Apache 1.3.12 as RedHat 6.1 There is a error on missing lib libmhash.so.1 is need by php-3.0.15 and libmcrypt.so.2.2 is need by php-3.o0.15 Is any one know susessful install it befor Please let me know export CPPFLAGS="-I/usr/include" export CPPFLAGS="-I/usr/local/include" export LDFLAGS="-L/usr/lib" export LDFLAGS="-L/usr/local/lib" CFLAGS="-fPIC" ./configure --prefix=/usr \ --with-apxs=/usr/sbin/apxs \ --with-config-file-path=/etc/httpd \ --enable-safe-mode \ --with-exec-dir=/usr/bin \ --with-system-regex \ --disable-debug \ --with-zlib \ --enable-debugger \ --enable-magic-quotes \ --enable-track-vars \ --with-xml \ --with-mysql=/usr \ --with-gd \ --with-snmp \ --with-mhash \ --with-WDDX \ --with-ttf \ --with-jpeg \ --enable-t1lib \