Jump to content

PHP 5.2.5 extensions (mbstring.so, mcrypt.so and mysql.so) for Red Hat Linux


yogesharora

Recommended Posts

Hello Friends,

 

I need to run PHP on Linux environment and existing code which I need to integrate on Tomcat is using the functions of mbstring.so (like mb_language() etc.),  functions of mcrypt.so (shared objects - windows equivalent of .dll file).

 

Could anyone of you tell me from where I can get these .so (shared objects)?

 

Environment details

===============

Operating System - Enterprise Red Hat Linux Version 4

PHP - Version 5.2.5

Tomcat - Version 6.0.15

JSR 223 - Reference Implementation

JDK - Version 1.5.0_14

 

Please help me.

 

Thanks,

Yogesh

 

You download php's source, cd into the ext directory, cd into the directory of the extension you need then run...

 

phpize
./configure # add your configure options here.
make

 

this will create the relevent *.so file within the modules directory. All you need do is then copy it into your extensions directory and restart the server.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.