Le lun 14/07/2003 � 22:04, Bjoern Schiessle a �crit : > Hello, > i have two problems with GNU/Hurd. > > 1. I have tried to install emacs21 with apt-get, but i get always this > error message: > > emacs21: error while loading shared libraries: libXaw3d.so.6: cannot open > shared object file: No such file or directory > emacs-install: /usr/lib/emacsen-common/packages/install/emacsen-common > emacs21 failed at /usr/lib/emacsen-common/emacs-install line 28, <TSORT> line > 1. > dpkg: error processing emacs21 (--configure): > subprocess post-installation script returned error exit status 29 > Errors were encountered while processing: > emacs21 > E: Sub-process /usr/bin/dpkg returned an error code (1) > > any ideas what's going wrong?
Yes, it doesn't find the X libs; don't try to LD_LIBRARY_PATH, as any suid exec will ignore it... There are several dirty ways to go through anyway: * link all libs of /X11R6/lib to /lib (or something like this) * use LD_PRELOAD instead of LD_LIBRARY_PATH; (I'm not 100% sure either of them works, since I didn't try that since long) > 2. How do i install a german keymap? > On german GNU/Hurd sites i have found a link to a german keymap > (ftp://alpha.gnu.org/gnu/hurd/contrib/marcus/keymap.tar.gz), but this > link doesn't work. > So i have tried it the "debian-way", i have installed console-common and > console-data. But when i select the german keymap, console-data tells > me that i need console-tools or kbd. > Console-tools is replaced by console-common, which i have installed > and kbd-compat depends on console-tools (= 1:0.2.3.dbs-38) and > libconsole. No, that doesn't work (yet); there's a "clavier" package for a french keyboard around, that you could probably hack to have a german keyboard. Last I heard, you had to ask to kilobug on #hurd or #hurdfr... Hope this helps, Snark on #hurd and #hurdfr

