Re: Apache lib/link problem

Previous thread: Re: SSH question (4.3) by Stuart Henderson on Wednesday, September 10, 2008 - 7:57 am. (2 messages)

Next thread: Ekskluzivno: Space Bag 7 septembarska ušteda by Top Shop on Wednesday, September 10, 2008 - 12:27 pm. (1 message)
To: <misc@...>
Date: Wednesday, September 10, 2008 - 8:54 am

as of

OpenBSD 4.4-current (GENERIC.MP) #1838: Tue Sep 9 16:35:25 MDT 2008
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

I'm having a link error in Apache:

/usr/sbin/httpd:/usr/lib/libssl.so.11.0: /usr/lib/libssl.so.12.0 : WARNING: symb
ol(ssl2_ciphers) size mismatch, relink your program
/usr/sbin/httpd:/usr/lib/libssl.so.11.0: /usr/lib/libssl.so.12.0 : WARNING: symb
ol(ssl3_ciphers) size mismatch, relink your program

Thanks for any suggestion.
--
O. Griener

To: O. Griener <griener@...>
Cc: <misc@...>
Date: Wednesday, September 10, 2008 - 12:56 pm

library major version bumps. welcome to tracking -current... it happens.

you probably have something like php with php-mhash or php-mcrypt installed.
your httpd is linked against libssl.12, but the php goo is linked
against libssl.11.

you can either wait for new packages, or build 'em yourself.

--
GDB has a 'break' feature; why doesn't it have 'fix' too?

Previous thread: Re: SSH question (4.3) by Stuart Henderson on Wednesday, September 10, 2008 - 7:57 am. (2 messages)

Next thread: Ekskluzivno: Space Bag 7 septembarska ušteda by Top Shop on Wednesday, September 10, 2008 - 12:27 pm. (1 message)