Mike R wrote:
<snip>
-----Original Message-----
From: John Nichel [mailto:[EMAIL PROTECTED]
>>
You can put where-ever you installed libmcrypt into /etc/ld.so.conf...ie, if you used '--prefix=/usr/local' when configuring libmcrypt, put /usr/local into /etc/ld.so.conf, and run 'ldconfig'



Did that. Same error. :\


-Mike

You ran ldconfig after, right? I'm afraid I can't help you more than that, as I'm not sure where to set the actual LD_LIBRARY_PATH...I mean, you can probably set it in /etc/profile, but I don't know if that's the proper place. If you want to give it a try, edit /etc/profile, and add this....


LD_LIBRARY_PATH=/path/to/ld:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH

If that isn't it, or if you want to be sure, you may want to try a mailing list for your OS. Sorry I couldn't be of more help.

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to