Re: Openssl 0.9.8c woes

2006-10-13 Thread Girish Venkatachalam
On Thu, Oct 12, 2006 at 06:33:38PM +, 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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Openssl 0.9.8c woes

2006-10-13 Thread Mark

> -Original Message-
> From: Girish Venkatachalam [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 13 oktober 2006 14:45
> To: Mark
> Cc: 'FreeBSD-Questions Questions'
> Subject: Re: Openssl 0.9.8c woes
> 
> 
> > 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. :-)

I ran the "make test" today, too. Took a good while to finish, but
everything passed.

I keep using my old certs, btw (the ones I paid good money for). Geez, I
really hope I don't need to upgrade those. Still, that's no reason for
Apache to core dump, right?

Anyway, I appreciate your input.

- Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Openssl 0.9.8c woes

2006-10-14 Thread Girish Venkatachalam


I keep using my old certs, btw (the ones I paid good money for). Geez, I
really hope I don't need to upgrade those. Still, that's no reason for
Apache to core dump, right?

Anyway, I appreciate your input.


STFA

Apache and ssh will go mad if the openssl symbols dont resolve...

You don't have to upgrade ur certs or anything.

Just do this.

#cd /usr/ports/security/openssl
#make reinstall

Let me know how it goes.

Best,
Girish
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SOLVED (was: RE: Openssl 0.9.8c woes)

2006-10-13 Thread Mark

> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED] 
> Sent: vrijdag 13 oktober 2006 16:44
> To: 'FreeBSD-Questions Questions'
> Subject: RE: Openssl 0.9.8c woes
> 
> > You seem to have done something ominous. :-)
> 
> I ran the "make test" today, too. Took a good while to finish,
> but everything passed.

Odd. I just downloaded and installed the 0.9.8d tarball from
cvsweb.cgi; and lo and behold, everything is shiny again. :)

Not sure why; but in cases like this, I'm not even gonna ask. :)

- Mark

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"