On Apr 16, 2005, at 3:23 PM, [EMAIL PROTECTED] wrote:
if you mind I'll add mcrypt module to my maintained php4 package.... it'll be available soon... cheers
Fremen
That would be terrific; thanks, Fremen!
FYI: As I understand it, in order for php to work properly with mcrypt, the libmcrypt must first be compiled as ./configure --enable-dynamic-loading --disable-posix-threads
All of the options that we are currently using with php are as follows. I don't know how to tell if your rpm supports all of the others or not. If it's not too much trouble, would you please look over this list and let me know how your package would compare, or supply advice if needed?
Thanks again,
-k
PHP sudo ./configure \ --enable-magic-quotes \ --enable-safe-mode \ --with-png-dir=/usr/include \ --with-config-file-path=/sav/conf \ --with-mcrypt=/usr/local/bin \ --with-regex=php \ --with-mandir=/usr/share/man \ --with-curl=/usr/share \ --with-mhash=/usr/include \ --with-pear=/usr/local/bin \ --with-openssl \ --with-mysql=shared,/usr/share \ --with-mysqli=shared \ --with-tiff-dir=/usr \ --with-zlib=shared,/usr \ --enable-gd-native-ttf \ --with-gd=shared,/usr \ --with-ttf=/usr \ --with-freetype \ --with-jpeg \ --with-apxs2=/usr/local/apache2/bin/apxs \
_______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
