sync-engine
sync-engine copied to clipboard
setup.sh E: Unable to locate package lib32z1-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libxslt1-dev' instead of 'libxslt-dev'
E: Unable to locate package lib32z1-dev
setup.sh
fails with this error. I've tried a variety of :i386
alternative packages... imagine I'm not the only person getting this error though. Ubuntu Xenial 16.04, using ARM processor. Also installed libssl-dev
.
$ sudo apt-get install lib32z1-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32z1-dev
Is it not in the standard sources?
lib32z1-dev doesn't have an armhf package. It's only for amd64.
If a dependency won't build on ARM processors, would be worth noting in the readme
I ran in to the same issue tonight, testing if there is a way around it may just need to be a conditional dependency.
On Thu, Dec 22, 2016 at 9:01 PM -0700, "Wolf" [email protected] wrote:
If a dependency won't build on ARM processors, would be worth noting in the readme
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
Is there any work around it?
I am also interested in running the sync engine on an Odroid C2, please share if you find a way around.
After researching a bit, I found out that Nylas uses a couple of libraries which are only available for x86 x64 architectures. For some reason it is not available for ARM...
And even setting it up on your desktop is already challenging enough, such that I gave up. Virtual machines etc...
Seems that they dont want to facilitate for the personal server owners.
Hi, same issue on my odroid XU4
try
$ sudo apt-get install libz1
libz1 seems to be be multiarch package providing the same compression of lib32z1