Doug White wrote:
On Sat, 2 Apr 2005, Barney Wolff wrote:
On Fri, Apr 01, 2005 at 06:59:11PM -0800, Doug White wrote:
pid 62364 (httpd), uid 0: exited on signal 4 (core dumped)
Apr 1 11:48:45 www kernel: pid 62364 (httpd), uid 0: exited on signal 4
(core dumped)
Signal 4 is SIGABRT, which is a software-initiated abort.
Well, no, it's ILL, indicating perhaps code compiled for a different
cpu model than it's being run on, or a trashed library.
oops. heh. I really need to get into the habit of checking signal(3) more
often.
Yeah, SIGILL would imply the library was improperly compiled. Since
libcrypto will generate CPU-specific assembly based on the CPUTYPE
setting, setting it to the wrong CPU type will cause Wierd Problems.
I see, when i disable mod_php everything works...
Is there a conflict i don't know?
php is also compiled ( from source, not ports ) with openssl support.
php configure:
./configure \
--prefix=/usr/local \
--with-layout=GNU \
--without-sqlite \
--disable-debug \
--disable-rpath \
--disable-ipv6 \
--with-apxs=/usr/local/sbin/apxs \
--with-config-file-path=/etc \
--with-mysql=/usr/local \
--with-pcre-regex \
--with-regex=php \
--with-bz2=/usr -with-zlib-dir=/usr \
--with-zlib=/usr \
--with-zip=/usr/local \
--with-gd \
--enable-gd-native-ttf \
--with-freetype-dir=/usr/local \
--with-png-dir=/usr/local \
--with-jpeg-dir=/usr/local \
--with-t1lib=/usr/local \
--with-ttf \
--with-libxml-dir=/usr/local \
--with-dom=/usr/local \
--with-xsl=/usr/local \
--enable-xml \
--enable-dom \
--with-openssl=/usr \
--with-mcrypt=/usr/local \
--with-mhash=/usr/local \
--with-curl=/usr/local \
--with-curlwrappers \
--with-tsrm-pthreads \
--enable-bcmath \
--enable-cli \
--enable-memory-limit \
--enable-overload \
--enable-pear \
--enable-static \
--enable-shared \
--enable-soap \
--enable-sockets \
--enable-versioning
--
Uzi Klein
BMBY Software Systems Ltd
http://www.bmby.com
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"