From owner-freebsd-ports@FreeBSD.ORG Fri Jun 30 15:21:52 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A85A016A40F for ; Fri, 30 Jun 2006 15:21:52 +0000 (UTC) (envelope-from forrie@forrie.com) Received: from forrie.com (c-24-62-224-60.hsd1.nh.comcast.net [24.62.224.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 316F743D45 for ; Fri, 30 Jun 2006 15:21:51 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.230.27] (spk-gw.online-buddies.com [66.92.69.182]) (authenticated bits=0) by forrie.com (8.13.6/8.13.6) with ESMTP id k5UFLkDl013559 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 30 Jun 2006 11:21:46 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <44A54193.8090308@forrie.com> Date: Fri, 30 Jun 2006 11:21:55 -0400 From: Forrest Aldrich User-Agent: Thunderbird 1.5.0.5 (Windows/20060626) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.2/1578/Fri Jun 30 05:34:32 2006 on mail.forrie.com X-Virus-Status: Clean Subject: re: Apache2: mod_proxy_http.so: Undefined symbol "ap_proxy_ssl_enable" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 15:21:52 -0000 I'm having the same problem today - found this post via Google. Is this a bug on FreeBSD or ? As far as I can tell, apache20 was compiled with the correct options: make WITH_PROXY_MODULES=yes WITHOUT_IPV6=yes WITH_BERKELEYDB=db42 WITH_SSL_MODULES=yes NO_WWWDATA=yes NO_ICONS=yes and subsequently loaded correctly in the httpd.conf file: LoadModule mod_proxy_http libexec/apache2/mod_proxy_http.so LoadModule mod_proxy libexec/apache2/mod_proxy.so I even switched this, just in case, to be below the SSL module. No luck. _F