Forgot your password?
typodupeerror
Sun Microsystems

Journal Journal: Gnome2 on solaris8 (sparc)

Huuum.. Gnome2 binary from sun was strange. It's not stripped, and further more, I can't startup gnome desktop due to fatal relocation error.
ld.so.1: /usr/bin/gnome-session: fatal: relocation error: file /usr/bin/gnome-session: symbol bind_textdomain_codeset: referenced symbol not found
I found bind_textdomain_codeset is from libgettext, so I wrote
LD_PRELOAD=/lib/libgettextlib-0.11.5.so;export LD_PRELOAD
in ~/.dtprofile, then I can startup

Slashdot Top Deals

Syntactic sugar causes cancer of the semicolon. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...