Sebastian Hagedorn wrote:
--On 30. Oktober 2005 00:53:09 +0200 Martin Costabel <[EMAIL PROTECTED]> wrote:
[]
If you run dpkg or dpkg-deb from the command line, is there an error, too?

Yes.

Then you could perhaps do some tests by changing, setting and unsetting a couple of environment variables. I think of the following in particular:

DYLD_PRINT_ENV: shows all environment variables that are set

DYLD_PRINT_LIBRARIES: If you set this, it shows in what order the libraries are loaded. It would be interesting to see whether and when it loads /usr/lib/libiconv.2.dylib.

A little more verbose: DYLD_PRINT_BINDINGS

LC_TYPE, LANG, LC_ALL: Some of these are perhaps set to de_DE in your case. Set them to "C" or unset them.

You could do something like

env DYLD_PRINT_BINDINGS=1 DYLD_PRINT_LIBRARIES=1 LC_ALL=C dpkg |& grep iconv

(this is in tcsh, for bash, replace "|&" by "2>&1|")
Particularly interesting would be to compare the same commands on your two machines that behave differently.

--
Martin



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to