Yasuo Ohgaki wrote:
> Zeev Suraski wrote:
> 
>> Finally, it's out.
>> www.php.net/~zeev/php-4.0.7RC3.tar.gz
>>
> 
> RC3 seems to have the same problem as 4.0.8-dev.
> I can't compile with mhash some configure option(s).

There is dependecy problem.
Problem could be avoided with simple reorder of configure options.
Following configure works for me.

./configure \
--with-apxs \
--disable-short-tags \
--without-mysql \
--with-bz2 \
--with-curl \
--with-ftp \
--with-iconv \
--with-mhash \
--with-mcrypt \
--with-openssl \
--with-pgsql \
--with-regex=system \
--with-zlib \
--with-gd=/usr \
   --enable-gd-native-ttf \
   --with-freetype-dir=/usr/local \
   --with-jpeg-dir=/usr \
   --with-png-dir=/usr \
   --with-xpm-dir=/usr/X11R6 \
--enable-bcmath  \
--enable-ftp \
--enable-shmop \
--enable-sysvsem \
--enable-sysvshm \
--enable-sockets \
--enable-mbstring \
--enable-mbstr-enc-trans \
--enable-memory-limit \
--enable-wddx \

--
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to