Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 24144 invoked from network); 14 Nov 2008 20:07:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 20:07:16 -0000 Received: (qmail 15088 invoked by uid 500); 14 Nov 2008 20:07:12 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15069 invoked by uid 500); 14 Nov 2008 20:07:12 -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 15058 invoked by uid 99); 14 Nov 2008 20:07:12 -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:07:12 -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.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 20:05:53 +0000 Received: by ug-out-1314.google.com with SMTP id c2so2016640ugf.23 for ; Fri, 14 Nov 2008 12:06:35 -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:in-reply-to:mime-version:content-type:references; bh=tUtU5o9HrUu3fYDuzC9Nt9xq8h9hyFDo9hnXvJ2UvFg=; b=eOLEyZCJZwswMSWe9HY+axQHo1MtPLauCy97IBGOLHKXBKJoOEmz9nwlO06NTDyLKN s2UTaSISL4dcpHpZuOg6m6L149TDx5EEtMNWlGji8t3sMPqmFu8v7lXgFfXbeJxoL9GD AoNVpfKvX6rCW4GZY5wW0ijpiqIak6ZmZpwRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WMbguo8oFG819PAmm42hZWDtumt2XNuiX62mEVkyh8cLYe3wmzppdDb07P2rLY5FBS CMOBUS/e3q1noHCWDLDjNVJRW85jLrXKbLY4nU/7nPiycjAM+gMA+pTLoJNUDF+MsDLI TeDd2m0Oz1mZPZrLnFQ3nwLUVxEQq6/14Q9os= Received: by 10.210.17.14 with SMTP id 14mr1458604ebq.111.1226693194955; Fri, 14 Nov 2008 12:06:34 -0800 (PST) Received: by 10.210.47.13 with HTTP; Fri, 14 Nov 2008 12:06:34 -0800 (PST) Message-ID: <2b1af5e40811141206t5a322540r9ae83efd786a8750@mail.gmail.com> Date: Fri, 14 Nov 2008 14:06:34 -0600 From: Vijay To: users@httpd.apache.org In-Reply-To: <1226692884.3318.ezmlm@httpd.apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10647_23592511.1226693194926" References: <1226692884.3318.ezmlm@httpd.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Re: WELCOME to users@httpd.apache.org ------=_Part_10647_23592511.1226693194926 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_10647_23592511.1226693194926 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
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_10647_23592511.1226693194926--