Date: Fri, 13 Oct 2006 18:14:54 +0530 From: Girish Venkatachalam <girishvenkatachalam@gmail.com> To: Mark <admin@asarian-host.net> Cc: 'FreeBSD-Questions Questions' <freebsd-questions@freebsd.org> Subject: Re: Openssl 0.9.8c woes Message-ID: <20061013124454.GA21077@lakshmi.susmita.org> In-Reply-To: <200610121833.k9CIXYgh071758@asarian-host.net> References: <200610121833.k9CIXYgh071758@asarian-host.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 12, 2006 at 06:33:38PM +0000, Mark wrote: > > What is up with openssl 0.9.8c? Or rather, with me installing it. :) I > compiled it, installed it, and everything went seemingly well.. until I > used it: (recompiled) httpd core dumps the moment it tries and load a > certificate; same with stunnel, which really trips saying function are > being called that really shouldn't be called (?). > > Apache (1.3.37), php4.4.4 and all related stuff recompiled against the new > openssl (confirmed with ldd). And all seem to need: > > /usr/local/lib/libssl.so.4 > /usr/local/lib/libcrypto.so.4 > > Which are there: > > -r--r--r-- 1 root wheel 263434 Oct 12 08:14 /usr/local/lib/libssl.so.4 > -r--r--r-- 1 root wheel 1337303 Oct 12 08:14 /usr/local/lib/libcrypto.so.4 > > Is there something in the openssl upgrade process I'm missing? Ought to be > a real straghtforward process. Things have a way of not being, though. :) > > Thanks, > > - Mark You seem to have done something ominous. :-) FreeBSD supports keeping multiple simultaneous versions of shared objects. I guess you could have gone that way. Anyway go to ports dir and reinstall it. Otherwise you will have trouble. regards, Girish
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061013124454.GA21077>