On Fri, 27 Jul 2012, David Coppa wrote: > On Thu, Jul 26, 2012 at 11:12 PM, Eric Oyen <eric.o...@gmail.com> wrote: > > yep. looks like I need to come up to current then. 4.7 is definitely a > > little > > out of date. I might have to set it up in a vmware session on the linux box > > and see if I can pipe the console to an internal serial port and read it > > with > > a common comm application. the X display would be a bit harder to deal with > > without some initial sighted assistance to get things up and running. > > > > I seriously wish I could get OpenBSD working with orca on my powerbook G3 > > Lombard. I had tried before with the help of another member on here (Super > > Biscuit) but ran into a few problems, mostly resulting from an issue with > > ALTIVEC, which isn't on that version of the PPC chipset). > > Update to -current (or 5.2 when it will be available), and install > orca from packages.
Damn gmail, it fscked up my previous mail. Sorry. I said... Update to -current (or 5.2 when it will be available), and install orca from packages. It's just a matter of: # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/packages/`arch -s`/ or (if you use a release): # export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/`uname -r`/packages/`arch -s`/ and then: # pkg_add -v orca Cheers, David