-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup.sh E: Unable to locate package lib32z1-dev #414
Comments
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 libz1 seems to be be multiarch package providing the same compression of lib32z1 |
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 installedlibssl-dev
.Is it not in the standard sources?
The text was updated successfully, but these errors were encountered: