Add to Favorites
Hosting Discussion
 

forgot password?


Reply


Old
  Post #1 (permalink)   04-27-2005, 10:09 PM
HD Addict
 
Join Date: Apr 2005
Posts: 130

Status: kylespringer is offline
Can someone give me specific instructions on how to install mycrypt through ssh. I need some guidance on this. Be sure to include all steps.
__________________
<< Please see rules for signature guidelines. >>
 
 
 


Old
  Post #2 (permalink)   05-13-2005, 09:42 AM
HD Newbie
 
Join Date: Mar 2005
Posts: 26

Status: dysk is offline
If you're using centos/fedora:

"yum install mycrypt" Will probably do the trick to install the shared libraries. Depending upon what you need it for, you may still need to recompile php with --with-mcrypt

I'd also recommend that you find a good server admin to do maintenance for you, at least until you learn a little more about linux.

Good luck,
Erek
 
 
 


Old
  Post #3 (permalink)   05-13-2005, 10:56 AM
HD Addict
 
Join Date: Apr 2005
Posts: 130

Status: kylespringer is offline
I do have an admin, I just like trying to do it before I ask him. I could find no tutorial on how to recompile php, how do you do this?
__________________
<< Please see rules for signature guidelines. >>
 
 
 


Old
  Post #4 (permalink)   05-17-2005, 07:44 AM
HD Amateur
 
Join Date: Mar 2005
Posts: 63

Status: AlexF is offline
What o/s and control panel (if applicable) are you using?
__________________
MCJ Interactive
http://www.mcjinteractive.com
Delivering Quality Hosting & Design Services
 
 
 


Old
  Post #5 (permalink)   05-17-2005, 12:05 PM
HD Newbie
 
Join Date: Apr 2005
Posts: 22

Status: bones is offline
I'm thinking out loud here, but this is what I would do because I have found myself having to recompile php on many occasions.
1. Download mcrypt from source
2. Copy this tar ball to your /usr/local directory
3. exctract the tar ball tar -zxvof mcrypt.version.tar.gz
4. cd into the mcrypt directory
5. compile mcrypt make;make install
6. Create a softlink to mcrypt.v.3.blah by doing the following ln -s /usr/local/newcompiledmcryptversion mcrypt
7. Now you need to recompile your php, so take a peek at the config.log or config.status which contains the exact options you used to compile php which is found in your php directory, OR find out what php was compiled with by aking a phpinfo file. THis will tell you what you have compiled into php.
8. Get those options,and add --with-mcrypt=/usr/local/mcrypt
9. from php directory, do make;make install

This should get you going, but do keep an eye on things while you are compiling. Good luck!
Bones
 
 
 
Reply

Thread Tools

New Post New Post   Old Post Old Post
Posting Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On