Return-Path: X-Original-To: apmail-httpd-bugs-archive@www.apache.org Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D297C91FE for ; Mon, 2 Jul 2012 22:42:55 +0000 (UTC) Received: (qmail 62722 invoked by uid 500); 2 Jul 2012 22:42:55 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 62691 invoked by uid 500); 2 Jul 2012 22:42:55 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 62683 invoked by uid 99); 2 Jul 2012 22:42:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 22:42:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 22:42:53 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id 92C77577C; Mon, 2 Jul 2012 22:42:32 +0000 (UTC) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: [Bug 53496] problems with fc17 and openssl 1.0.1c Date: Mon, 02 Jul 2012 22:42:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: mod_ssl X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: alcol@hotmail.com X-Bugzilla-Status: NEEDINFO X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=53496 --- Comment #3 from Alberto Colosi --- I searched a bit on internet! it compiled from history, recompiled openssl and then apache 435 make clean 436 ./config shared 437 make 438 make install 439 cd .. 440 cd apache/ 441 cd httpd-2. 442 cd httpd-2.4.2/ 443 make clean 444 ../../conf/conf-apache.sh 445 make 446 make install 447 history found ./config fips -fPIC too but untried result: Server version: Apache/2.4.2 (Unix) Server built: Jul 3 2012 00:34:45 Server's Module Magic Number: 20120211:3 Server loaded: APR 1.4.2, APR-UTIL 1.3.10 Compiled using: APR 1.4.2, APR-UTIL 1.3.10 Architecture: 64-bit Server MPM: event threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/usr/local/apache2" -D SUEXEC_BIN="/usr/local/apache2/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" ONLY I FIND STRANGE! I ever compile in "COMPILED IN MODULES" all inside same executable! not mod to be inserted from conf file owever from httpd -l it say Compiled in modules: core.c mod_so.c http_core.c event.c I find mod_ssl.so and other not internally linked ! has been compiled outside as loadable modules! anything different from apache 2.0 to have modules linked inside httpd? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org