1: libmcrypt:
CC=cc
./configure --disable-posix-threads; make
2: mhash: (sorry, forgot to mention i had this), v 0.8.18
CC=cc
./configure --disable-posix-threads; make
3: mcrypt:
CC=cc
./configure; make
(php🙂
CC="gcc -m32"
EAPI_MM=SYSTEM
./configure --with-apxs=/usr/local/WWW/bin/apxs \
--enable-ftp \
--with-config-file-path=/etc/php.ini \
--enable-trans-sid \
--disable-cli --enable-sockets \
--enable-force-cgi-redirect \
--enable-discard-path \
--disable-path-info-check \
--with-zlib-dir=/usr/local \
--with-mysql=/usr/local/mysql \
--with-mhash=/usr/local --with-ndbm \
--with-mm --with-mcrypt=/usr/local \
--with-openssl=/usr/local/ssl \
--with-gd --with-png-dir -with-jpeg-dir \
--with-ttf \
--with-freetype-dir=/usr/local \
--enable-gd-native-ttf \
--with-gettext \
--with-imap=/usr/local/src/imap-2002d \
--with-dom=/usr/local \
make
I just realized that mcrypt, however, seems out of date from current snapshot [others are current though]. Maybe that has something to do with it. Also, Google found me an old thread where someone re-untarred their source again and it worked (whereas make clean did not) for them [previous version, but...]. I will grab the latest, recompile all three again and then link in php again and see what happens. Will post again with results.
thanks for replying!
ivo