https://bugs.freedesktop.org/show_bug.cgi?id=54023

--- Comment #9 from Roman Eisele <b...@eikota.de> 2012-08-27 09:20:27 UTC ---
(In reply to comment #8)
> So can it really be that older Mac OS X versions provide a libiconv with a
> newer version number?

Strange indeed. Well, according to the Dyld error messages, both on MacOS X
10.8.1 (see comment #1) and on 10.6.8 (see comment #2), "libiconv.2.dylib
provides version 7.0.0", so the _same_ version on both systems.


I tried to find out which version of libiconv is really present on my system
(10.6.8), but with limited succss.

1) At /usr/local/lib (the location mentioned in the error messages), there is
NO libiconv stuff at all. This not very surprising, of course.

Could it be that simple that LibO now tries to load libiconv from the wrong
path, I mean, /usr/local/lib instead of /usr/lib ?


2) At /usr/lib, we find:
  libiconv.2.dylib      : date 2010-02-11
  libiconv.dylib        : link/alias to libiconv.2.dylib
  libiconv.2.4.0.dylib  : link/alias to libiconv.2.dylib

I can’t find any human readably version string inside of libiconv.2.dylib.


3) When I type
  iconv --version
into the terminal, I get this (not very helpful) answer:
  iconv (GNU libiconv 1.11)
  Copyright (C) 2000-2006 Free Software Foundation, Inc.
  This is free software; see the source for copying conditions.  There is NO
  warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  Written by Bruno Haible.


4) The documentation at
  http://www.gnu.org/software/libiconv/
does not tell anything about version history (at least I can't find it).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to