Ehlo,

Ken Jepson writes:


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?

yes of course... look at the bottom ;) this is my 'current' configure...
I'll add mcrypt soon because I have to build libmcrypt package first..then the php module...
cheers


Fremen


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 \



%build
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr \
       --with-apxs2=/usr/sbin/apxs \
       --with-config-file-path=/etc/httpd \
       --with-regex=php \
       --with-exec-dir=/usr/bin \
       --enable-safe-mode \
       --enable-dba \
       --with-db4 \
       --enable-bcmath \
       --enable-debugger \
       --enable-magic-quotes \
       --enable-track-vars \
       --enable-memory-limit \
       --enable-ftp \
       --enable-exif=shared,/usr \
       --disable-debug \
       --disable-rpath \
       --with-bz2 \
       --with-cyrus=shared,/usr \
       --with-pear \
       --with-readline \
       --with-gmp \
       --with-zlib=/usr \
       --with-imap-ssl \
       --enable-gd-native-ttf \
       --with-freetype-dir=/usr \
       --with-gd=shared \
       --with-jpeg-dir=/usr \
       --with-png-dir=/usr \
       --with-imap=shared,/usr \
       --with-ldap=shared,/usr \
       --with-mysql=shared,/usr \
       --with-pgsql=shared,/usr \
       --with-openssl=/usr \
       --with-dom=shared,/usr \
       --with-gettext
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to