Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Apr 2005 19:27:17 +0300
From:      Uzi Klein <uzi@bmby.com>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: apache+mod_ssl signal 4
Message-ID:  <42501965.3030103@bmby.com>
In-Reply-To: <20050402145930.G1503@carver.gumbysoft.com>
References:  <424D1FBD.3070207@bmby.com> <20050401185643.I94922@carver.gumbysoft.com> <20050402065702.GA69101@pit.databus.com> <20050402145930.G1503@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42501965.3030103>