I mentioned this in another email but here's what I did to enable the j805_raspi to work on my machine:
sudo dpkg --add-architecture armhf sudo apt-get update sudo apt-get install libedit-dev:armhf On Wed, Aug 2, 2017 at 9:51 AM, Alex Shroyer <[email protected]> wrote: > Thanks Bill, > > For both of bin/jconsole and bin/libj.so I get the following response from > ldd: > > not a dynamic executable > > I'm going to try some of the other J versions and also try to recreate my > previous setup (where J805 was working). If all that fails I'll try > building J from source. > > On Tue, Aug 1, 2017 at 11:56 AM, bill lam <[email protected]> wrote: > >> raspberry j binaries were built for raspbian which is >> 32-bit, hard float abi targeted for armv6. I have no >> experience with ubuntu on raspberry, but you may try >> ldd on jconsole and libj.so to see if all dependencies >> are satisfied. >> >> Вт, 01 авг 2017, Alex Shroyer написал(а): >> > Recently I attempted to install j805 (raspberry) on a fresh Ubuntu 16.04 >> > installation and ran into errors. >> > >> > Specifically, when I tried to run the jconsole executable, I got a "file >> > not found" which I tracked down to mean "wrong architecture". >> > >> > The computer I'm using is an arm64 architecture, but in the past I have >> > been able to run the unmodified j805/raspberry release. >> > >> > >> > My strong hunch is that this fresh Ubuntu install doesn't have some >> sort of >> > compatibility-providing package which I had previously installed, and >> the >> > problem is I don't know what package that is. >> > >> > >> > Any help would be appreciated! >> > Thanks, >> > Alex >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> >> -- >> regards, >> ==================================================== >> GPG key 1024D/4434BAB3 2008-08-24 >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 >> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
