You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ivan Venuti <i....@caribel.pisa.it> on 2003/12/16 12:18:02 UTC

[users@httpd] Apache 1.3.28 segmentation fault

Hi,

I've installed Apache 1.3.28 on Linux.
When I try to run it with mod_jk.so as a connector to Tomcat I optain, (in
logs/error_log):

[Tue Dec 16 12:06:13 2003] [notice] child pid 6041 exit signal Segmentation
fault (11)


but if I comment out the LoadModule (and all the related directives)
everything runs well.
Anyone can help me in locating the error?
Thanks for any suggestion!

Here are mu configuration/installation commands:



------------------------------------------------------------------
0 - Extract
------------------------------------------------------------------


$ tar -xvzf apache_1.3.28.tar.gz
$ tar -xvzf mod_ssl-2.8.15-1.3.28.tar.gz
$ tar -xvzf openssl-0.9.7c.tar.gz
$ tar -xvzf mm-1.1.3.tar.gz
$ unzip jakarta-tomcat-connectors-jk-1.2-src-current.zip


------------------------------------------------------------------
1 - Configure MM
------------------------------------------------------------------

$ cd mm-1.1.3
$ ./configure
$ make
$ cd ..




------------------------------------------------------------------
2 - Configure open SSL
------------------------------------------------------------------

$ cd openssl-0.9.7c
$ ./config
$ make
$ cd ..

------------------------------------------------------------------
3 - Configure Mod SSL
------------------------------------------------------------------

$ cd mod_ssl-2.8.15-1.3.28

$ ./configure --with-apache=../apache_1.3.28 \
	--with-ssl=../openssl-0.9.7c \
	--with-mm=../mm-1.1.3 \
	--enable-module=so \
	--prefix=/usr/local/apache

$ cd ..

------------------------------------------------------------------
4 - Configure and installa Apache
------------------------------------------------------------------

$ cd apache_1.3.28
$ make
$ make certificate TYPE=test
$ su
# make install
$ cd ..


------------------------------------------------------------------
5 - Apache-Tomcat connector
------------------------------------------------------------------


$ cd jakarta-tomcat-connectors-jk-1.2.5-src/jk/native
$ ./buildconf.sh
$./configure --with-apxs=/usr/local/apache/bin/apxs --enable-EAPI
$ make
$ su
# cp apache-1.3/mod_jk.so /usr/local/apache/libexec/

-- Ivan



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org