"Pentothal" wrote:

> "Rasmus Lerdorf" wrote:
>
> > Please include your configure flags.
>
> Yes, obviously - I need to sleep longer!!!!!
>
> ./configure \
>     --with-apxs=/usr/sbin/apxs \
>     --with-config-file-path=/etc/httpd/conf \
>     --disable-cgi \
>     --with-tsrm-pthreads \
>     --enable-trans-sid \
>     --enable-sysvsem \
>     --enable-sysvshm \
>     --with-zlib=shared
>
>
> > Chances are you need to add
> > --with-zlib
>
> Trying right now without "shared".

Ok. It works wen built with non-shared zlib.

Thanks!!!



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to