Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 30661 invoked from network); 14 Nov 2008 20:32:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 20:32:01 -0000 Received: (qmail 46948 invoked by uid 500); 14 Nov 2008 20:31:57 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 46928 invoked by uid 500); 14 Nov 2008 20:31:57 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 46917 invoked by uid 99); 14 Nov 2008 20:31:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 12:31:57 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vjpoluri@gmail.com designates 66.249.90.177 as permitted sender) Received: from [66.249.90.177] (HELO ik-out-1112.google.com) (66.249.90.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 20:30:38 +0000 Received: by ik-out-1112.google.com with SMTP id c28so1444343ika.0 for ; Fri, 14 Nov 2008 12:31:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=Qwvn/VpIv+dm9S4pwZb+qHebPYhbmfZNBYKH//VEWPI=; b=mqYhuPd3mPLDzr4jZMAWu5XGQpPgLvxtKxZ6DjoXlmYLLhUA4mmpJUq4GhNhRcvpkF fKiYPKHDNaqfKPNohLdj7OOc/FakTghFiCTEmjdwX6HSUJQJc+NbzRjSD+i6mQ/t3TYk PtMIJzTXyHu+K43dmoqh/oxUH9Rm+8pa9h8nI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=IuEWYUDTlqAPum7ZBgPfcNLsWBrMJ0EPjeDCYX54osXk6YL0vdKJphwU6kiDgK/WIu DHUOez+aEGZmi/gAqVE/xsjNUJY26PmYn0jDVa6cCqmmwx7Bg9RHYlGbU2ZCbSGiiwW6 Rke9gPlBieFLSVmquTXmBLp4Go/geY/j2XT7Y= Received: by 10.210.72.14 with SMTP id u14mr1492876eba.73.1226694681229; Fri, 14 Nov 2008 12:31:21 -0800 (PST) Received: by 10.210.47.13 with HTTP; Fri, 14 Nov 2008 12:31:21 -0800 (PST) Message-ID: <2b1af5e40811141231q45589cbcgc2920c9dc1e070ca@mail.gmail.com> Date: Fri, 14 Nov 2008 14:31:21 -0600 From: Vijay To: users@httpd.apache.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11231_30871716.1226694681215" X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Adding mod_ssl to existing Apache installation(2.0.55) ------=_Part_11231_30871716.1226694681215 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sorry folks for resending the same mail (I did not include a proper subject information in my prior posting) Hi, I am looking forward to some suggstions from this user group on how to add ssl module to existing apache2.0.55 server. I have an existing Apache2.0.55 installation and would like to add SSL functionality. httpd -l shows mod_ssl module not installed. I am trying understand how I can add mod_ssl to existing apache (without having to compile whole apache instance) I used DSO (apxs) and was able to compile the module. However when I start Apache I see : Syntax error on line 261 of /Apache/platform/apache-2.0.55/conf/ httpd.conf: Cannot load /Apache/platform/apache-2.0.55/modules/mod_ssl.so into server: ld.so.1: httpd: fatal: relocation error: file /Apache/platform/ apache-2.0.55/modules/mod_ssl.so: symbol ssl_hook_Fixup: referenced symbol not found What is the best way to add ssl module (mod_ssl) to existing apache installation without having to redo the complete apache compilation? Appreciate any insight into this. Thanks, Vijay ------=_Part_11231_30871716.1226694681215 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Sorry folks for resending the same mail (I did not include a  proper subject information in my prior posting)
 
Hi,
 
I am looking forward to some suggstions from this user group on how to add ssl module to existing apache2.0.55 server.

I have an existing Apache2.0.55 installation and would like to add
SSL  functionality.
httpd -l shows mod_ssl module not installed.

I am trying understand how I can add mod_ssl to existing apache
(without having to compile whole apache instance)

I used DSO (apxs) and was able to compile the module.
However when I start Apache I see :
Syntax error on line 261 of /Apache/platform/apache-2.0.55/conf/
httpd.conf:
Cannot load /Apache/platform/apache-2.0.55/modules/mod_ssl.so into
server: ld.so.1: httpd: fatal: relocation error: file /Apache/platform/
apache-2.0.55/modules/mod_ssl.so: symbol ssl_hook_Fixup: referenced
symbol not found

What is the best way to add ssl module (mod_ssl) to existing apache
installation without having to redo the complete apache compilation?

Appreciate any insight into this.

Thanks,

Vijay

------=_Part_11231_30871716.1226694681215--