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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.