[imp] Re: php/c-client issues

Josh Trutwin josh at trutwins.homeip.net
Thu Jun 17 12:36:46 PDT 2004


On Thu, 17 Jun 2004 15:18:06 -0400
Matt <soccio at astro.psu.edu> wrote:

> Thanks for the follow up.  I have tried that combo and I still get
> the seg fault.  Can you tell me what versions of apache(-ssl) and
> mysql you are using, if you are using them at all?  Also, if you
> have your config options for php still hanging around in your
> config.nice file, that may turn on a light bulb.

Apache 2.0.49, MySQL 4.0.20 (from source)

PhP config:

./configure \
--with-config-file-path=/etc/httpd \
--enable-libgcc \
--enable-sigchild \
--enable-track-vars \
\
--with-apxs2=/usr/local/apache/bin/apxs \
\
--enable-exif \
--enable-ftp \
--with-mcrypt \
--with-mhash \
--with-openssl=/usr/local \
--with-iconv \
--with-gettext \
--with-curl \
\
--with-imap=/usr \
--with-imap-ssl=/usr \
\
--with-bz2 \
--with-zip=/usr/local \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
\
--with-mysql=/usr/local/mysql \
--with-mysql-sock=/usr/local/mysql/mysql.sock \
\
--with-pgsql=/usr/local/pgsql \
\
--with-gd \
--with-ttf \
--with-freetype \
--with-t1lib \
--with-png-dir=/usr \
--with-jpeg-dir=/usr \
--with-tiff-dir=/usr \
--with-xpm-dir=/usr \
\
--enable-xml \
--enable-wddx \
--with-xmlrpc \
--with-dom=/usr/local \
\
--enable-xslt \
--with-dom-xslt=/usr/local \
--with-dom-exslt=/usr/local \
--with-xslt-sablot \
\
--with-java=/usr/local/java/ 

Josh


More information about the imp mailing list