Page 1 of 1

Bash-2.05.pkg

PostPosted: Fri Oct 05, 2001 2:29 am
by janderson
I think I screwed somthing up. I installed a fresh copy of 10.1 then bash-2.05.pkg. Before testing bash I installed Apples Dev tools. Now I get the following message...
dyld: bash can't open library: /usr/local/lib/libhistory.4.dylib (No such file or directory, errno = 2)

Is bash-2.05.pkg not compatible with MacOS 10.1 or did I over write something with the Dev Tools install. I tryed reinstalling the bash-2.05.pg but I still get the same error message. Anyone have some advice for me.

Thanks,
Joe

Re: Bash-2.05.pkg

PostPosted: Fri Oct 05, 2001 6:45 am
by dglewis
You should be able to resolve this by installing <A HREF="http://macosx.forked.net/ports/libdl.pkg.tgz" TARGET=_blank>this</A>.

Re: Bash-2.05.pkg

PostPosted: Fri Oct 05, 2001 2:40 pm
by janderson
I still get the same error, but thanks for trying.

-Joe

Re: Bash-2.05.pkg

PostPosted: Fri Oct 05, 2001 10:17 pm
by dglewis
On my linux box, this library appears to be a part of readline.

I don't know where to get it for darwin though.

Re: Bash-2.05.pkg

PostPosted: Fri Oct 05, 2001 11:33 pm
by apex
Try this: <A HREF="http://macosx.forked.net/ports/libhistory.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/libhistory.pkg.tgz</A> .

Re: Bash-2.05.pkg

PostPosted: Sat Oct 06, 2001 1:12 am
by dglewis
Originally posted by apex:
Try this: <A HREF="http://macosx.forked.net/ports/libhistory.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/libhistory.pkg.tgz</A> .


that resolved the libhistory dependency, now I get:

% bash
dyld: bash can't open library: /usr/local/lib/libintl.1.dylib (No such file or directory, errno = 2)


I looked for libintl on linux and it appears to be a standard c library. ...so, I installed glib-1.2.10.pkg.tgz. That didn't help.

Re: Bash-2.05.pkg

PostPosted: Mon Oct 08, 2001 8:32 pm
by dglewis
Does anyone know what package /usr/local/lib/libintl.1.dylib belongs to?

Re: Bash-2.05.pkg

PostPosted: Mon Oct 08, 2001 10:50 pm
by chrisp
gettext.

Re: Bash-2.05.pkg

PostPosted: Tue Oct 09, 2001 12:56 am
by dglewis
thx, now it's missing: /usr/local/lib/libiconv.2.dylib ... looking...

Re: Bash-2.05.pkg

PostPosted: Tue Oct 09, 2001 1:10 am
by dglewis
Thanks for the help. I got it working.

Re: Bash-2.05.pkg

PostPosted: Tue Oct 09, 2001 2:08 am
by janderson
Dan, What was the final solution for getting bash to work? Which packages should I install?

Thanks, - Joe

Re: Bash-2.05.pkg

PostPosted: Tue Oct 09, 2001 5:13 am
by dglewis
libhistory <A HREF="http://macosx.forked.net/ports/libhistory.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/libhistory.pkg.tgz</A>

gettext <A HREF="http://macosx.forked.net/ports/gettext-0.10.39.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/gettext-0.10.39.pkg.tgz</A>

libiconv <A HREF="http://macosx.forked.net/ports/libiconv-2.0.4.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/libiconv-2.0.4.pkg.tgz</A>

Re: Bash-2.05.pkg

PostPosted: Wed Oct 10, 2001 1:05 am
by janderson
Once I installed the three packages above + the libdl.pkg it worked like a champ. Thanks so much for all your help.

-Joe

Re: Bash-2.05.pkg

PostPosted: Wed Oct 10, 2001 1:19 am
by dglewis
It's a great shell