INN 2.4.3 released
Toon van der Pas
toon at hout.vanvergehaald.nl
Sun Mar 26 10:05:40 UTC 2006
On Tue, Mar 21, 2006 at 10:21:49AM -0800, Russ Allbery wrote:
> Turns out that I can't send mail to this list from my isc.org
> address, but to let everyone know, I kicked out INN 2.4.3 this
> morning.
>
> Thank you everyone for the testing and contributions!
Well, I'm afraid that I didn't test the testversions
(we don't have the luxury of a separate testing host).
Sorry.
Today I did a minor upgrade to inn-2.4.3 by running 'make update'.
After this INN started up correctly, but spitted out the following
error messages in the process:
/usr/local/news/bin/innconfval: Symbol `inn_version_string' has different size in shared object, consider re-linking
/usr/local/news/bin/innd: Symbol `inn_version_string' has different size in shared object, consider re-linking
/usr/local/news/bin/innconfval: Symbol `inn_version_string' has different size in shared object, consider re-linking
Much to my surprise the libraries in /usr/local/news/lib turned out
to look like below (hint: some links are still pointing at .OLD libs):
-rw------- 1 news news 2193 Jan 4 2005 cert.pem
-rw------- 1 news news 1306 Jan 2 2005 cert.pem.org
-rw-r--r-- 1 news news 69597 Mar 20 05:14 innreport_inn.pm
-rw-r--r-- 1 news news 69162 Dec 19 2004 innreport_inn.pm.OLD
-rw-r--r-- 1 news news 2630 Mar 25 22:57 innshellvars
-rw-r--r-- 1 news news 2567 Dec 30 2004 innshellvars.OLD
-rw-r--r-- 1 news news 3138 Mar 25 22:57 innshellvars.pl
-rw-r--r-- 1 news news 3049 Dec 30 2004 innshellvars.pl.OLD
-rw-r--r-- 1 news news 3576 Mar 25 22:57 innshellvars.tcl
-rw-r--r-- 1 news news 3503 Dec 30 2004 innshellvars.tcl.OLD
-rw------- 1 news news 887 Jan 2 2005 key.pem.org
-rw-r--r-- 1 news news 1640846 Mar 26 11:10 libinn.a
-rw-r--r-- 1 news news 1624402 Dec 30 2004 libinn.a.OLD
-r-xr-xr-x 1 news news 703 Mar 25 23:00 libinn.la
-r-xr-xr-x 1 news news 714 Dec 30 2004 libinn.la.OLD
lrwxrwxrwx 1 root root 15 Mar 26 11:10 libinn.so -> libinn.so.2.0.0
lrwxrwxrwx 1 root root 19 Mar 26 11:10 libinn.so.2 -> libinn.so.2.0.0.OLD
-r-xr-xr-x 1 news news 745366 Mar 25 23:00 libinn.so.2.0.0
-r-xr-xr-x 1 news news 748028 Dec 30 2004 libinn.so.2.0.0.OLD
-rw-r--r-- 1 news news 113640 Mar 26 11:10 libinnhist.a
-rw-r--r-- 1 news news 112380 Dec 30 2004 libinnhist.a.OLD
-r-xr-xr-x 1 news news 800 Mar 25 23:00 libinnhist.la
-r-xr-xr-x 1 news news 811 Dec 30 2004 libinnhist.la.OLD
lrwxrwxrwx 1 root root 19 Mar 26 11:10 libinnhist.so -> libinnhist.so.2.0.0
lrwxrwxrwx 1 root root 23 Mar 26 11:10 libinnhist.so.2 -> libinnhist.so.2.0.0.OLD
-r-xr-xr-x 1 news news 83466 Mar 26 11:10 libinnhist.so.2.0.0
-r-xr-xr-x 1 news news 82837 Dec 30 2004 libinnhist.so.2.0.0.OLD
-rw-r--r-- 1 news news 1028094 Mar 26 11:10 libstorage.a
-rw-r--r-- 1 news news 1010854 Dec 30 2004 libstorage.a.OLD
-r-xr-xr-x 1 news news 766 Mar 25 23:00 libstorage.la
-r-xr-xr-x 1 news news 777 Dec 30 2004 libstorage.la.OLD
lrwxrwxrwx 1 root root 19 Mar 26 11:10 libstorage.so -> libstorage.so.2.0.0
lrwxrwxrwx 1 root root 23 Mar 26 11:10 libstorage.so.2 -> libstorage.so.2.0.0.OLD
-r-xr-xr-x 1 news news 643709 Mar 26 11:10 libstorage.so.2.0.0
-r-xr-xr-x 1 news news 633428 Dec 30 2004 libstorage.so.2.0.0.OLD
I resolved this as follows:
# rm libinn.so.2 libinnhist.so.2 libstorage.so.2
# mv libinn.so.2.0.0.OLD libinnhist.so.2.0.0.OLD libstorage.so.2.0.0.OLD
# ldconfig
This is on a Gentoo Linux machine with glibc-2.3.5 (revision 2
of the Gentoo-package). Tricky! ;-)
Regards,
Toon.
More information about the inn-workers
mailing list