Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Oct 2009 12:39:19 -0400
From:      Michael Powell <nightrecon@hotmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Apache server imap.so ssl_once_only_init error
Message-ID:  <haig68$bql$1@ger.gmane.org>
References:  <200910071611.35468.david@vizion2000.net> <E3E6E990-954D-4987-99C9-2177776C1139@mac.com> <4ACCB534.6070500@lohika.com> <200910071658.28543.david@vizion2000.net> <19148.49033.927239.566075@jerusalem.litteratus.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?haig68$bql$1>