View previous topic :: View next topic |
Author |
Message |
teeler n00b


Joined: 12 Sep 2004 Posts: 37
|
Posted: Fri Feb 11, 2005 5:16 am Post subject: reiser4 & libgpm |
|
|
I just reinstalled a nice clean Gentoo onto some nice reiser4 partitions, and after booting for the first time i get:
Code: | fsck.reiser4: error while loading shared libraries: libgpm.so.1: cannot open shared object file: No such file or directory |
I found this thread and i'm doing what it says, setting
Code: | USE="-gpm" emerge -e system && emerge -e system |
but i really don't get what happened. What does fsck.reiser4 have anything to do with libgpm? Why also is reemerging with a -gpm use flag *twice* going to help me if the only thing that -gpm will effect is ncurses (based on what portage says uses gpm as a USE flag).
What the hell happened? I never prelinked..i dont even know what that means! I started from stage1 and here's my setup
/dev/sda1 /boot ext2
/dev/sda3 / reiser4 _________________ Don't drink & post. |
|
Back to top |
|
 |
Master One l33t


Joined: 25 Aug 2003 Posts: 754 Location: Austria
|
Posted: Fri Feb 18, 2005 1:27 pm Post subject: |
|
|
There is really no need for 'emerge -e world' twice. The correct proceeding is:
Code: | 1. Boot from livecd, mount your filesystem & chroot into your installation
2. Edit make.conf and add "-gpm" to USE
3. emerge world -uD --newuse
4. emerge -C gpm |
This fixed the problem here in notime. _________________ Las torturas mentales de la CIA |
|
Back to top |
|
 |
|