Created
April 29, 2017 05:04
-
-
Save Altai-man/64a8523aa256bf35a297f9246a1e949a to your computer and use it in GitHub Desktop.
Missing native libraries or so
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 Cannot locate native library 'libgumbo.so.1': libgumbo.so.1: cannot open shared object file: No such file or directory | |
2 Cannot locate native library 'liblibSDL.so': liblibSDL.so: cannot open shared object file: No such file or directory | |
3 # Cannot locate native library 'liblmdb.so.0.0.0': liblmdb.so.0.0.0: cannot open shared object file: No such file or directory | |
4 Cannot locate native library 'liblmdb.so.0.0.0': liblmdb.so.0.0.0: cannot open shared object file: No such file or directory | |
5 Cannot locate native library 'liblua5.1.so': liblua5.1.so: cannot open shared object file: No such file or directory | |
6 Cannot locate native library 'libMagickWand.so': libMagickWand.so: cannot open shared object file: No such file or directory | |
7 # Cannot locate native library 'libmarkdown.so': libmarkdown.so: cannot open shared object file: No such file or directory | |
8 Cannot locate native library 'libnotmuch.so': libnotmuch.so: cannot open shared object file: No such file or directory | |
9 # Cannot locate native library 'libodbc.so.2': libodbc.so.2: cannot open shared object file: No such file or directory | |
10 Cannot locate native library 'libodbc.so.2': libodbc.so.2: cannot open shared object file: No such file or directory | |
11 Cannot locate native library 'libogg.so': libogg.so: cannot open shared object file: No such file or directory | |
12 # Cannot locate native library 'libportmidi.so.0': libportmidi.so.0: cannot open shared object file: No such file or directory | |
13 # Cannot locate native library 'libreadline.so': libreadline.so: cannot open shared object file: No such file or directory | |
14 # Cannot locate native library 'libreadline.so': libreadline.so: cannot open shared object file: No such file or directory | |
15 Cannot locate native library 'libreadline.so': libreadline.so: cannot open shared object file: No such file or directory | |
16 Cannot locate native library 'libstemmer.so': libstemmer.so: cannot open shared object file: No such file or directory | |
17 Cannot locate native library 'libvorbis.so': libvorbis.so: cannot open shared object file: No such file or directory | |
18 Cannot locate native library 'libxxhash.so.0.42.0': libxxhash.so.0.42.0: cannot open shared object file: No such file or directory | |
19 Cannot locate native library 'libzmq.so.5': libzmq.so.5: cannot open shared object file: No such file or directory | |
1 #include <ftplib.h> | |
2 #include <gtk/gtk.h> | |
3 #include "Imlib2.h" | |
4 #include <libusb-1.0/libusb.h> | |
5 #include <opencv2/opencv.hpp> | |
6 #include <security/pam_appl.h> | |
gumbo | |
libSDL | |
lmdb | |
lua | |
MagickWand | |
markdown | |
odbc | |
ogg | |
portmidi | |
readline | |
stemmer # needs a custom .so | |
vorbis | |
xxhash # ? | |
zmq | |
ftp | |
gtk | |
imlib | |
libusb | |
opencv2 | |
pam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment