Bash-2.05.pkg

janderson

2001-10-05 02:29:00

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

dglewis

2001-10-05 06:45:00

You should be able to resolve this by installing <A HREF="http://macosx.forked.net/ports/libdl.pkg.tgz" TARGET=_blank>this</A>.

janderson

2001-10-05 14:40:00

I still get the same error, but thanks for trying.

-Joe

dglewis

2001-10-05 22:17:00

On my linux box, this library appears to be a part of readline.

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

apex

2001-10-05 23:33:00

Try this: <A HREF="http://macosx.forked.net/ports/libhistory.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/libhistory.pkg.tgz</A> .

dglewis

2001-10-06 01:12:00

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.

dglewis

2001-10-08 20:32:00

Does anyone know what package /usr/local/lib/libintl.1.dylib belongs to?

chrisp

2001-10-08 22:50:00

gettext.

dglewis

2001-10-09 00:56:00

thx, now it's missing: /usr/local/lib/libiconv.2.dylib ... looking...

dglewis

2001-10-09 01:10:00

Thanks for the help. I got it working.

janderson

2001-10-09 02:08:00

Dan, What was the final solution for getting bash to work? Which packages should I install?

Thanks, - Joe

dglewis

2001-10-09 05:13:00

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>

janderson

2001-10-10 01:05:00

Once I installed the three packages above + the libdl.pkg it worked like a champ. Thanks so much for all your help.

-Joe

dglewis

2001-10-10 01:19:00

It's a great shell