Questions tagged [linux-native-library]

3 questions
8
votes
2 answers

Installing Tomcat 7 on Linux system with Native Library

How do you install native library for Tomcat 7.0 under Linux system such as CentOS?
MatBanik
  • 26,356
  • 39
  • 116
  • 178
3
votes
1 answer

Mono shared library under linux location

I have a shared library written in C++ that I'd like to use with Mono under Linux, I follow this guide http://www.mono-project.com/Interop_with_Native_Libraries I got it to work, but I have to put my library file into /usr/lib or /lib folder. Is…
technomage
  • 525
  • 4
  • 14
0
votes
1 answer

LDD: /usr/lib/aarch64-linux-gnu/libdl.so: version `LIBC' not found (required by ./libNative.so)

I want to use native library .SO files from APK that I extracted. After fixing many errors, I found this one that I didn't understand. ./libNative.so: /usr/lib/aarch64-linux-gnu/libdl.so: version `LIBC' not found (required by ./libNative.so) …