i have installed libmcrypt-2.5.3  i have compiled the latest microcode the encode binary works fine but when i load microcode.so in php.ini and try to use it in the apache error_log i get
31[Wed Oct  2 17:57:55 2002] [notice] child pid 28561 exit signal Segmentation fault (11)
31[Wed Oct  2 17:58:05 2002] [notice] child pid 28565 exit signal Segmentation fault (11)
31[Wed Oct  2 18:07:52 2002] [notice] child pid 28564 exit signal Segmentation fault (11)
31[Wed Oct  2 18:08:19 2002] [notice] child pid 28562 exit signal Segmentation fault (11)

when i run ./microcode.so
i get ./microcode.so
Segmentation fault
i tried to debug with strace
strace ./microcode.so
execve("./microcode.so", ["./microcode.so"], [/* 26 vars */]) = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

any ideas ? i am on slackware 8.0 php 4.2.3 apache 1.3.26
10x for any help