I compiled libmcrypt with no problems and configure php
with mcrypt. But the phpinfo() reports that mcrypt is
included but no cipher or mode is supported.
I tryed changed the libdirs mode to 755 as
recommended in another list, but the problems persists.
I am on Solaris 9.
Logged In: YES
user_id=1106741
I had the same problem ... the first indicator was make
check failed. I was able to get it to work by adding
--enable-dynamic-loading to the configure invocation.