Hi All, I followed these instructions on how to install openBSD 5.5 snapshot onto my beaglebone: http://ftp.openbsd.org/pub/OpenBSD/snapshots/armv7/INSTALL.armv7
But the problem now is with packages. I really don't want to compile things on the BBB so I thought I would use the packages system to handle all of this. Linked article says: ftp://ftp.OpenBSD.org/pub/OpenBSD/5.5/packages/arm/emacs-21.4p23.tgz But there's not a 5.5 at OpenBSD so I went to ftp://ftp.openbsd.org/pub/OpenBSD/5.4/packages/ and added it to my .profile: export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/5.4/packages/`machine -a` But pkg_add -v zsh shows: # pkg_add -v zsh Update candidates: quirks-1.87 -> quirks-1.87 (ok) Can't install libiconv-1.14p0 because of libraries |library c.69.0 not found | /usr/lib/libc.so.73.1 (system): bad major Can't install pcre-8.33 because of libraries |library curses.12.1 not found | /usr/lib/libcurses.so.14.0 (system): bad major |library m.8.0 not found | /usr/lib/libm.so.9.0 (system): bad major |library readline.3.0 not found | /usr/lib/libreadline.so.4.0 (system): bad major |library stdc++.55.0 not found | /usr/lib/libstdc++.so.57.0 (system): bad major Can't install zsh-5.0.0: can't resolve pcre-8.33,libiconv-1.14p0 # pkg_add -v ftp://ftp.openbsd.org/pub/OpenBSD/5.4/packages/arm/zsh-5.0.0.tgz Update candidates: quirks-1.87 -> quirks-1.87 (ok) Can't install pcre-8.33 because of libraries |library c.69.0 not found | /usr/lib/libc.so.73.1 (system): bad major |library curses.12.1 not found | /usr/lib/libcurses.so.14.0 (system): bad major |library m.8.0 not found | /usr/lib/libm.so.9.0 (system): bad major |library readline.3.0 not found | /usr/lib/libreadline.so.4.0 (system): bad major |library stdc++.55.0 not found | /usr/lib/libstdc++.so.57.0 (system): bad major Can't install libiconv-1.14p0 because of libraries Can't install zsh-5.0.0: can't resolve pcre-8.33,libiconv-1.14p0 I'm positive I'm making a simple mistake somewhere. Would someone be kind enough to point out my errors? Thanks, openBSD noobie -- ------- inum: 883510009902611 sip: [email protected] xmpp: [email protected]
