Re: Oops, broke ncurses
Michael Homer <[email protected]>
| Newsgroups | gmane.linux.distributions.gobo.general |
|---|---|
| Message-ID | <CAKXQU_GQ7a=jNTEwCKkrqsYLj57tO=5EiN03gaf6-ND_i9rLCg@mail.gmail.com> |
On Tue, Nov 11, 2014 at 8:07 AM, Joel Roth <[email protected]> wrote: > Hi Jonas, > > Jonas Neumann wrote: >> SymlinkProgram ncurses $oldversion > > Thanks! However, SymlinkProgram aborts with a error: > /bin/bash: error while loading shared libraries: libncursesw.so.5: cannot open, not found > > I guess I can create the symlink manually... You can always perform the package management operations manually - in this case, `ln -sf /Programs/X/Y/lib/* /lib`, but copies and removes too. The tools are really only helpers. In this particular case though there is also RescueSymlinkProgram, a static executable, which will probably get you back up and running. You should run SymlinkProgram again afterwards. -Michael