php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3666 missing libmhash.so.1 and libmcrytp-2.2.so.2.
Submitted: 2000-02-29 09:31 UTC Modified: 2000-07-31 14:53 UTC
From: simonng at sitna dot com Assigned:
Status: Closed Package: mcrypt related
PHP Version: 3.0.15 OS: RedHat 6.1
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: simonng at sitna dot com
New email:
PHP Version: OS:

 

 [2000-02-29 09:31 UTC] simonng at sitna dot com
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 \     

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-31 14:53 UTC] sas@php.net
You need to install mhash and libmcrypt (2.2.x, not the latest). You can find the URLs of these packages on http://freshmeat.net 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 11:01:30 2024 UTC