From owner-freebsd-questions@FreeBSD.ORG Wed Oct 7 17:12:01 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 1400B1065694 for ; Wed, 7 Oct 2009 17:12:01 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id C7E178FC20 for ; Wed, 7 Oct 2009 17:12:00 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 5205C34D419; Wed, 7 Oct 2009 18:11:44 +0100 (BST) From: David Southwell Organization: Voice & Vision To: freebsd-questions@freebsd.org, nightrecon@hotmail.com Date: Wed, 7 Oct 2009 18:11:44 +0100 User-Agent: KMail/1.12.1 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.1; amd64; ; ) References: <200910071611.35468.david@vizion2000.net> <19148.49033.927239.566075@jerusalem.litteratus.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200910071811.44265.david@vizion2000.net> Cc: 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2009 17:12:01 -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 > > > Mike you are right on the ball. When I comment out the imap.so line in extensions.ini the server starts up normally. So now we have the culprit. That is after doing a portupgrade -frR mail/php5-imap. The question is where do I go from here?? Thank you David