On Tue, Nov 16, 2004 at 05:18:50PM +0100, Roberto A. Foglietta wrote:
Hi,
please try to reproduce this bug: I've compiled dillo with -static in linking but 0.8.2 --> 0.8.4rc1 show the same problem: dns error!
It works here. i.e. relinking by adding "-static" to the default make process.
[roberto@wsraf src]$ ./dillo
Gdk-WARNING **: locale not supported by C library
GLib-WARNING **: getpwuid_r(): failed due to: No such user 1309.
Dillo doesn't call getpwuid_r(). You're having problems with gdk (locale) and glib (getpwuid_r).
Gtk-WARNING **: libc.so.6: cannot handle TLS data
... and TLS.
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data
Gtk-WARNING **: libc.so.6: cannot handle TLS data dillo_dns_init: Here we go! Disabling cookies. Nav_open_url: Url=>about:splash< Nav_open_url: Url=>http://www.lugge.net< Dns_server [0]: www.lugge.net is (nil) Dillo: normal exit!
No problem here to solve http://www.lugge.net with a "static" dillo. You can try with the "C" locale. If the problem persists, it may be a library configuration problem. -- Cheers Jorge.-