Mantis - libmcrypt4
Viewing Issue Advanced Details
4872 major have not tried 2011-11-29 20:25 2012-06-17 08:16
zwluxx  
maciej  
normal  
closed  
fixed  
none    
none  
0004872: libmcrypt seems to have no algorithms compiled in at all
libmcrypt seems to have no algorithms compiled at all. I have reported previously as bug 0004870 for php5_mcrypt.

I have compiled libmcrypt myself (with a great deal of struggle) and it appears to solve my problem.

I used SUN CC=cc, CXX=CC, I had to do autoconf in libltdl to clear autoconf 2.1 configure file

./configure --prefix=/opt/biosoft/libmcrypt --enable-dynamic-loading --with-included-algos=cast-128,gost,rijndael-128,twofish,arcfour,cast-256,loki97,rijndael-192,saferplus,wake,blowfish-compat,des,rijndael-256,serpent
related to 0004870closed maciej php5_mcrypt php5_mcrypt has no builtin supported ciphers or modes 
Issue History
2011-11-29 20:25 zwluxx New Issue
2011-11-29 21:44 dam Status new => assigned
2011-11-29 21:44 dam Assigned To => dam
2011-11-29 23:54 maciej Note Added: 0009443
2011-11-30 00:33 zwluxx Note Added: 0009444
2011-12-03 04:26 bwalton Relationship added related to 0004870
2012-06-17 08:16 maciej Assigned To dam => maciej
2012-06-17 08:16 maciej Note Added: 0009953
2012-06-17 08:16 maciej Status assigned => closed
2012-06-17 08:16 maciej Resolution open => fixed

Notes
(0009443)
maciej   
2011-11-29 23:54   
What was the failure mode? The build recipe listed all the algorithms, so they should be compiled in. Only the dynamic loading was disabled, because of some problems with linking.

Could you provide more information to help find out what's wrong with the OpenCSW package?
(0009444)
zwluxx   
2011-11-30 00:33   
Hi Maciej,

Please look at the following:

https://www.opencsw.org/mantis/view.php?id=4870 [^]

php5_mcrypt would fail to find any ciphers and modes with libmcrypt.so

Thank you.
(0009953)
maciej   
2012-06-17 08:16   
This is fixed.

http://sourceforge.net/apps/trac/gar/changeset?new=16571%40csw%2Fmgar%2Fpkg%2Flibmcrypt%2Ftrunk%2FMakefile&old=16388%40csw%2Fmgar%2Fpkg%2Flibmcrypt%2Ftrunk%2FMakefile [^]