From owner-freebsd-questions@FreeBSD.ORG Wed Oct 7 16:40:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 636F41065679 for ; Wed, 7 Oct 2009 16:40:33 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1910C8FC18 for ; Wed, 7 Oct 2009 16:40:33 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1MvZXW-0004lm-2X for freebsd-questions@freebsd.org; Wed, 07 Oct 2009 18:38:58 +0200 Received: from pool-71-166-130-116.washdc.east.verizon.net ([71.166.130.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Oct 2009 18:38:58 +0200 Received: from nightrecon by pool-71-166-130-116.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 07 Oct 2009 18:38:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Wed, 07 Oct 2009 12:39:19 -0400 Lines: 27 Message-ID: References: <200910071611.35468.david@vizion2000.net> <4ACCB534.6070500@lohika.com> <200910071658.28543.david@vizion2000.net> <19148.49033.927239.566075@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-71-166-130-116.washdc.east.verizon.net Sender: news Subject: Re: Apache server imap.so ssl_once_only_init error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@hotmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 16:40:33 -0000 Robert Huff wrote: > > David Southwell writes: > >> /libexec/ld-elf.so.1: /usr/local/lib/php/20060613/imap.so: >> Undefined symbol "ssl_onceonlyinit" > > I look at this and ask (knowing very little about either) "is > this a problem with Apache, or a problem with PHP?". > > Easy enough to see - comment out the imap.so module in /usr/local/etc/php/extensions.ini and see if Apache will start. If it does the problem is the imap module. A more generic way to drive this wedge is to temporarily comment out the LoadModule php5_module line from httpd.conf. If it starts without this module it isn't Apache. Some PHP modules have dependencies in that they need the other modules loaded before they load. Try moving the imap.so line in extensions.ini to the bottom of the file so all the other crypt modules such as openssl, hash, mcrypt, etc are loaded first. -Mike