xamarin-android-linux
xamarin-android-linux copied to clipboard
libzip.so.4
I've got an issue with libzip.so.4, I can't install it via apt-get as I'm running Antergos (Arch Linux Derivative).
Your suggestion of sudo ln -s /usr/lib/libzip.so /usr/lib/libzip.so.4
So I suppose first off I need to figure out how to install libzip.so.4 , but after that I don't really want to change the existing symbolic link that the system has, because that points to libzip.so.5, that could break other stuff I'm using.
Even if I manage to install libzip.so.4 somehow (not found it yet, no simple libzip4 package on Antergos), is there a way to have Rider use that without overwriting the system's libzip.so pointing at libzip.so.5 ?
@skela I'm trying to put together my first docker image for building Xamarin.Android apps and I've just hit this issue. What did you settle for in the end. My image is based on debian so maybe I'll have it easier
Never mind, it was easy in the end :).
apt install libzip4
Now onto the next error....
@mungojam awesome
@skela Any chance you found a solution for this? Just started trying to figure this out myself
@priorax I'm on Arch and just created the symlink without downloading libzip4. So libzip.so.4 actually points to libzip.so.5. I haven't done much testing, but I haven't run into any problems yet.
@priorax I'm on Arch and just created the symlink without downloading libzip4. So libzip.so.4 actually points to libzip.so.5. I haven't done much testing, but I haven't run into any problems yet.
I did the same thing and for now everything works fine.
Looks like this has been resolved by #10.