[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help help bash. No more Terminal on Mac OS X
From: |
Paul Jarc |
Subject: |
Re: help help bash. No more Terminal on Mac OS X |
Date: |
Wed, 23 Mar 2005 11:46:32 -0500 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) |
True Logik <info@truelogik.com> wrote:
> Is there a way to de-install BASH or set my system back to the way it
> was before the install? I really need a working Terminal... :-(
If you installed the OS X package, then that's more of an OS X
question than a bash question. Check in an OS X forum.
> dyld: /bin/bash Undefined symbols:
> _tgetent
> _tgetflag
> _tgetnum
> _tgetstr
> _tgoto
> _tputs
It looks like your bash binary needs to be, but isn't, linked with the
(n)curses library. You might have better luck if you build it from
source yourself.
paul