I can not get bash shell to work in 10.2

paull

Registered
I am having trouble with installing and running the bash shell on 10.2.
I had bash running on 10.1 just fine but now with 10.2 upgrade I get errors like this.

dyld: bash Undefined symbols:
_tgetent
_tgetflag
_tgetnum
_tgetstr
_tgoto
_tputs
Trace/BPT trap

What can I do to fix this?
 
I tried to re-add it manually after I up graded. I did not know was bash all ready installed with 10.2.

how can I fix this?
 
You've done the same thing I did.

Bash is now installed with the system. So, you now have two copies of bash on your system. The trouble you're having is now with having two copies on your system, but that the copy you compiled is depending on libraries that have been moved.

There is a simple solution.

1) use apple's bash - I think its /usr/bin/bash

2) relocate your libraries.

I'll go into more detail latter - I'm at work :)
 
I fixed it!! All I had to do is copy over the bash file on the install disk and everything looks like it is work.

thanks for your help.
 
Back
Top