Semaj
11-30-2002, 09:03 PM
I need mcrypt installed in order to run my scripts.......
Can someone explain how this is done?
James
Can someone explain how this is done?
James
![]() | View Full Version : How do I? Semaj 11-30-2002, 09:03 PM I need mcrypt installed in order to run my scripts....... Can someone explain how this is done? James StevenG 11-30-2002, 09:07 PM Didn't check the version .. this is a good reference for you anyway.. download the latest and follow those instructions.. should be fairly straight forward :-) http://www.alt-php-faq.org/local/95/ then configure php --with-mcrypt --with-other-options palmtree 11-30-2002, 09:34 PM I think you also need Zlib installed also.. Check out: www.rpmfind.net for sources.. Or search Yahoo for a wealth of info. dennis Semaj 11-30-2002, 10:43 PM Wen to http://www.alt-php-faq.org/local/95/ Followed the directions, got to make in mcrypt & got error no file found........ now what nozol 11-30-2002, 11:03 PM You may get it from http://rpms.arvin.dk/libmcrypt/ http://rpms.arvin.dk/ is a good resource for rpms. Semaj 11-30-2002, 11:13 PM O.K. Got past "make install" but then got this when executing: ldconfig ldconfig: /usr/lib/libmcrypt.so.4 is not a symbolic link any suggestions???? nozol 11-30-2002, 11:22 PM see the above post. Semaj 12-01-2002, 02:36 AM O.K. I got all the files installed but mcrypt still doesn't show in php.info Do I have to edit the php.ini file? If so Please explain how to do this in SSH. I am used to Webmin with the file manager so I really have never had to use the command line ..... James StevenG 12-01-2002, 02:50 AM You will need to recompile php --with-mcrypt The php.net site has everything that you need to know about that here:- http://www.php.net/manual/en/faq.installation.php |