Hi,

if you are only missing some modules form the php shipped with RH7.2,
you can also do the following:

- install both the binary and source rpm.
- extract the php sources, they are in /usr/src/redhat/SOURCES after
source rpm installation
- cd into php-4.x.x/ext/<the module you need>
- run (phpize && ./configure && make && su -c 'make install')

this installs the missing module. You can then add a 

php_value extension "the_module_you_need.so"

to /etc/httpd/conf/httpd.conf.

Cheers,
Ben

On Fri, 2002-06-07 at 11:01, COPPEL,DENIS (Non-HP-France,ex1) wrote:
> Hi,
> To install midgard on a RH7.2, I need a mod_php package that works with PHP
> 4.0.6 and that works with library libcrypto.so.2 and libssl.so.2 provide by
> package openssl-0.9.6b-8.
> I have mod_php-4.0.6-10.arvin.rh7.1 that need libcrypto.so.1 and
> libssl.so.1.
> Is there someone that could provide me a mod_php for RH7.2 based on a PHP
> 4.0.6?
> 
> Thanks for your help.
> 
> Denis
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to