Skip to content
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

Cloud Foundry servlet javacv deploy #1415

Closed
SemperEtAnte opened this issue May 1, 2020 · 14 comments
Closed

Cloud Foundry servlet javacv deploy #1415

SemperEtAnte opened this issue May 1, 2020 · 14 comments
Labels

Comments

@SemperEtAnte
Copy link

SemperEtAnte commented May 1, 2020

Hello. i'd try to push javacv maven web-app project to Cloud Foundry. But, when the program starts LBPHRecognizer.create() always throws exception:

 OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE  Servlet.init() for servlet [ru.SemperAnte.Servlet.ServletMain] threw exception
 OUT java.lang.UnsatisfiedLinkError: no jniopencv_highgui in java.library.path
 OUT     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
 OUT     at java.lang.Runtime.loadLibrary0(Runtime.java:870)
 OUT     at java.lang.System.loadLibrary(System.java:1124)
 OUT     at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1631)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1265)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1109)
 OUT     at org.bytedeco.opencv.global.opencv_highgui.<clinit>(opencv_highgui.java:23)
 OUT     at java.lang.Class.forName0(Native Method)
 OUT     at java.lang.Class.forName(Class.java:348)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1176)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1109)
 OUT     at org.bytedeco.opencv.opencv_face.FaceRecognizer.<clinit>(FaceRecognizer.java:138)
 OUT     at ru.SemperAnte.Servlet.ServletMain.init(ServletMain.java:129)
 OUT     at javax.servlet.GenericServlet.init(GenericServlet.java:158)
 OUT     at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1134)
 OUT     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1089)
 OUT     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:983)
 OUT     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4876)
 OUT     at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5185)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
 OUT     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
 OUT     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
 OUT     at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133)
 OUT     at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867)
 OUT     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 OUT     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 OUT     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
 OUT     at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
 OUT     at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045)
 OUT     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429)
 OUT     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
 OUT     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
 OUT     at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
 OUT     at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
 OUT     at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
 OUT     at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
 OUT     at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
 OUT     at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
 OUT     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 OUT     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
 OUT     at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
 OUT     at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
 OUT     at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
 OUT     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 OUT     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 OUT     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 OUT     at java.lang.reflect.Method.invoke(Method.java:498)
 OUT     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:343)
 OUT     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:474)
 OUT Caused by: java.lang.UnsatisfiedLinkError: /home/vcap/.javacpp/cache/opencv-4.3.0-1.5.3-linux-x86_64.jar/org/bytedeco/opencv/linux-x86_64/libjniopencv_highgui.so: libgtk-x11-2.0.so.0: cannot open shared object fil
e: No such file or directory
 OUT     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 OUT     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
 OUT     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
 OUT     at java.lang.Runtime.load0(Runtime.java:809)
 OUT     at java.lang.System.load(System.java:1088)
 OUT     at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1581)
 OUT     ... 54 more
 OUT [CONTAINER] lina.core.ContainerBase.[Catalina].[localhost].[/] SEVERE  Servlet [ru.SemperAnte.Servlet.ServletMain] in web application [] threw load() exception
 OUT java.lang.UnsatisfiedLinkError: /home/vcap/.javacpp/cache/opencv-4.3.0-1.5.3-linux-x86_64.jar/org/bytedeco/opencv/linux-x86_64/libjniopencv_highgui.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such
file or directory
 OUT     at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 OUT     at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1934)
 OUT     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1817)
 OUT     at java.lang.Runtime.load0(Runtime.java:809)
 OUT     at java.lang.System.load(System.java:1088)
 OUT     at org.bytedeco.javacpp.Loader.loadLibrary(Loader.java:1581)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1265)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1109)
 OUT     at org.bytedeco.opencv.global.opencv_highgui.<clinit>(opencv_highgui.java:23)
 OUT     at java.lang.Class.forName0(Native Method)
 OUT     at java.lang.Class.forName(Class.java:348)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1176)
 OUT     at org.bytedeco.javacpp.Loader.load(Loader.java:1109)
 OUT     at org.bytedeco.opencv.opencv_face.FaceRecognizer.<clinit>(FaceRecognizer.java:138)
 OUT     at ru.SemperAnte.Servlet.ServletMain.init(ServletMain.java:129)
 OUT     at javax.servlet.GenericServlet.init(GenericServlet.java:158)
 OUT     at org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1134)
 OUT     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1089)
 OUT     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:983)
 OUT     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4876)
 OUT     at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5185)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717)
 OUT     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690)
 OUT     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
 OUT     at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133)
 OUT     at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867)
 OUT     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
 OUT     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 OUT     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
 OUT     at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
 OUT     at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045)
 OUT     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429)
 OUT     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1576)
 OUT     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:309)
 OUT     at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
 OUT     at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
 OUT     at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
 OUT     at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:936)
 OUT     at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:841)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1384)
 OUT     at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1374)
 OUT     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
 OUT     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
 OUT     at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134)
 OUT     at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:909)
 OUT     at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:262)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.StandardService.startInternal(StandardService.java:421)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)
 OUT     at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
 OUT     at org.apache.catalina.startup.Catalina.start(Catalina.java:633)
 OUT     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 OUT     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 OUT     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 OUT     at java.lang.reflect.Method.invoke(Method.java:498)
 OUT     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:343)
 OUT     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:474)

I try to install libgtk-x11-2.0.so.0 library and copy it to folder that in java.library.path. But error is the same. Next, i try to make chmod 777 /usr/lib -R - error is the same.
Sry for mistakes, my english is not so cool...
The System.getProperty("java.library.path") : /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib

The ls -l -a of /usr/lib:

drwxrwxrwx  1 root root    28672 May  1 15:38 .
drwxr-xr-x  1 root root     4096 Nov  8 21:44 ..
drwxrwxrwx  3 root root     4096 May  1 15:38 alsa-lib
drwxrwxrwx  1 root root     4096 Nov  8 21:44 apt
drwxrwxrwx  2 root root     4096 May  1 15:38 audit
drwxrwxrwx  2 root root     4096 May  1 15:38 avahi
drwxrwxrwx  1 root root     4096 Apr 12  2016 binfmt.d
drwxrwxrwx  2 root root     4096 May  1 15:38 compat-ld
drwxrwxrwx  2 root root     4096 May  1 15:38 coreutils
-rwxrwxrwx  1 root root     1728 May  1 15:38 crt1.o
-rwxrwxrwx  1 root root     1248 May  1 15:38 crti.o
-rwxrwxrwx  1 root root      968 May  1 15:38 crtn.o
drwxrwxrwx  1 root root     4096 Dec  9 22:05 dbus-1.0
drwxrwxrwx  1 root root     4096 Dec  9 22:05 debug
drwxrwxrwx  1 root root     4096 May  1 15:38 dpkg
drwxrwxrwx  2 root root     4096 May  1 15:38 dri
drwxrwxrwx  3 root root     4096 May  1 15:38 emacsen-common
drwxrwxrwx  1 root root     4096 Apr 15  2016 gcc
drwxrwxrwx  2 root root    12288 May  1 15:38 gconv
-rwxrwxrwx  1 root root     2512 May  1 15:38 gcrt1.o
drwxrwxrwx  3 root root     4096 May  1 15:38 gdk-pixbuf-2.0
drwxrwxrwx  1 root root     4096 Dec  9 22:05 gettext
drwxrwxrwx  2 root root     4096 May  1 15:38 girepository-1.0
drwxrwxrwx  1 root root    20480 May  1 15:38 git-core
drwxrwxrwx  3 root root     4096 May  1 15:38 glib-2.0
drwxrwxrwx  1 root root     4096 Nov  8 21:44 gnupg
drwxrwxrwx  2 root root     4096 May  1 15:38 gold-ld
drwxrwxrwx  4 root root     4096 May  1 15:38 groff
drwxrwxrwx  4 root root     4096 May  1 15:38 gtk-2.0
drwxrwxrwx  1 root root     4096 Dec  9 22:05 initramfs-tools
drwxrwxrwx  1 root root     4096 Nov  8 21:44 insserv
drwxrwxrwx  1 root root     4096 Dec  9 22:05 jvm
drwxrwxrwx  3 root root     4096 May  1 15:38 krb5
drwxrwxrwx  2 root root     4096 May  1 15:38 ldscripts
lrwxrwxrwx  1 root root       16 May  1 15:38 libaacs.so.0 -> libaacs.so.0.5.1
-rwxrwxrwx  1 root root   105120 May  1 15:38 libaacs.so.0.5.1
-rwxrwxrwx  1 root root    21732 May  1 15:38 libanl.a
lrwxrwxrwx  1 root root       33 May  1 15:38 libanl.so -> /lib/x86_64-linux-gnu/libanl.so.1
lrwxrwxrwx  1 root root       20 May  1 15:38 libapt-inst.so.2.0 -> libapt-inst.so.2.0.0
-rwxrwxrwx  1 root root    51256 May  1 15:38 libapt-inst.so.2.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libapt-pkg.so.5.0 -> libapt-pkg.so.5.0.0
-rwxrwxrwx  1 root root  1534952 May  1 15:38 libapt-pkg.so.5.0.0
lrwxrwxrwx  1 root root       23 May  1 15:38 libapt-private.so.0.0 -> libapt-private.so.0.0.0
-rwxrwxrwx  1 root root   337984 May  1 15:38 libapt-private.so.0.0.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libarchive.so.13 -> libarchive.so.13.1.2
-rwxrwxrwx  1 root root   660496 May  1 15:38 libarchive.so.13.1.2
lrwxrwxrwx  1 root root       16 May  1 15:38 libasan.so.2 -> libasan.so.2.0.0
-rwxrwxrwx  1 root root  1016912 May  1 15:38 libasan.so.2.0.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libasn1.so.8 -> libasn1.so.8.0.0
-rwxrwxrwx  1 root root   661872 May  1 15:38 libasn1.so.8.0.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libasound.so.2 -> libasound.so.2.0.0
-rwxrwxrwx  1 root root  1048248 May  1 15:38 libasound.so.2.0.0
-rwxrwxrwx  1 root root     7182 May  1 15:38 libasprintf.a
lrwxrwxrwx  1 root root       20 May  1 15:38 libasprintf.so -> libasprintf.so.0.0.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libasprintf.so.0 -> libasprintf.so.0.0.0
-rwxrwxrwx  1 root root    10192 May  1 15:38 libasprintf.so.0.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libasyncns.so.0 -> libasyncns.so.0.3.1
-rwxrwxrwx  1 root root    22720 May  1 15:38 libasyncns.so.0.3.1
lrwxrwxrwx  1 root root       23 May  1 15:38 libatk-1.0.so -> libatk-1.0.so.0.21809.1
lrwxrwxrwx  1 root root       23 May  1 15:38 libatk-1.0.so.0 -> libatk-1.0.so.0.21809.1
-rwxrwxrwx  1 root root   150440 May  1 15:38 libatk-1.0.so.0.21809.1
lrwxrwxrwx  1 root root       18 May  1 15:38 libatomic.so.1 -> libatomic.so.1.1.0
-rwxrwxrwx  1 root root    26760 May  1 15:38 libatomic.so.1.1.0
lrwxrwxrwx  1 root root       24 May  1 15:38 libavahi-client.so.3 -> libavahi-client.so.3.2.9
-rwxrwxrwx  1 root root    68512 May  1 15:38 libavahi-client.so.3.2.9
lrwxrwxrwx  1 root root       24 May  1 15:38 libavahi-common.so.3 -> libavahi-common.so.3.5.3
-rwxrwxrwx  1 root root    47952 May  1 15:38 libavahi-common.so.3.5.3
lrwxrwxrwx  1 root root       19 May  1 15:38 libavcodec.a -> libavcodec-ffmpeg.a
-rwxrwxrwx  1 root root 17079296 May  1 15:38 libavcodec-ffmpeg.a
lrwxrwxrwx  1 root root       30 May  1 15:38 libavcodec-ffmpeg.so -> libavcodec-ffmpeg.so.56.60.100
lrwxrwxrwx  1 root root       30 May  1 15:38 libavcodec-ffmpeg.so.56 -> libavcodec-ffmpeg.so.56.60.100
-rwxrwxrwx  1 root root 12051384 May  1 15:38 libavcodec-ffmpeg.so.56.60.100
lrwxrwxrwx  1 root root       20 May  1 15:38 libavcodec.so -> libavcodec-ffmpeg.so
lrwxrwxrwx  1 root root       20 May  1 15:38 libavformat.a -> libavformat-ffmpeg.a
-rwxrwxrwx  1 root root  4202574 May  1 15:38 libavformat-ffmpeg.a
lrwxrwxrwx  1 root root       31 May  1 15:38 libavformat-ffmpeg.so -> libavformat-ffmpeg.so.56.40.101
lrwxrwxrwx  1 root root       31 May  1 15:38 libavformat-ffmpeg.so.56 -> libavformat-ffmpeg.so.56.40.101
-rwxrwxrwx  1 root root  2094240 May  1 15:38 libavformat-ffmpeg.so.56.40.101
lrwxrwxrwx  1 root root       21 May  1 15:38 libavformat.so -> libavformat-ffmpeg.so
lrwxrwxrwx  1 root root       18 May  1 15:38 libavutil.a -> libavutil-ffmpeg.a
-rwxrwxrwx  1 root root   586456 May  1 15:38 libavutil-ffmpeg.a
lrwxrwxrwx  1 root root       29 May  1 15:38 libavutil-ffmpeg.so -> libavutil-ffmpeg.so.54.31.100
lrwxrwxrwx  1 root root       29 May  1 15:38 libavutil-ffmpeg.so.54 -> libavutil-ffmpeg.so.54.31.100
-rwxrwxrwx  1 root root   374808 May  1 15:38 libavutil-ffmpeg.so.54.31.100
lrwxrwxrwx  1 root root       19 May  1 15:38 libavutil.so -> libavutil-ffmpeg.so
lrwxrwxrwx  1 root root       18 May  1 15:38 libbdplus.so.0 -> libbdplus.so.0.1.0
-rwxrwxrwx  1 root root   104864 May  1 15:38 libbdplus.so.0.1.0
-rwxrwxrwx  1 root root  1312312 May  1 15:38 libbfd-2.26.1-system.so
lrwxrwxrwx  1 root root       23 May  1 15:38 libbfd-2.26-system.so -> libbfd-2.26.1-system.so
lrwxrwxrwx  1 root root       18 May  1 15:38 libbluray.so.1 -> libbluray.so.1.9.2
-rwxrwxrwx  1 root root   297728 May  1 15:38 libbluray.so.1.9.2
-rwxrwxrwx  1 root root     1606 May  1 15:38 libBrokenLocale.a
lrwxrwxrwx  1 root root       42 May  1 15:38 libBrokenLocale.so -> /lib/x86_64-linux-gnu/libBrokenLocale.so.1
-rwxrwxrwx  1 root root  5046902 May  1 15:38 libc.a
-rwxrwxrwx  1 root root  2116346 May  1 15:38 libcairo.a
-rwxrwxrwx  1 root root    42586 May  1 15:38 libcairo-gobject.a
lrwxrwxrwx  1 root root       29 May  1 15:38 libcairo-gobject.so -> libcairo-gobject.so.2.11400.6
lrwxrwxrwx  1 root root       29 May  1 15:38 libcairo-gobject.so.2 -> libcairo-gobject.so.2.11400.6
-rwxrwxrwx  1 root root    34944 May  1 15:38 libcairo-gobject.so.2.11400.6
-rwxrwxrwx  1 root root   225552 May  1 15:38 libcairo-script-interpreter.a
lrwxrwxrwx  1 root root       40 May  1 15:38 libcairo-script-interpreter.so -> libcairo-script-interpreter.so.2.11400.6
lrwxrwxrwx  1 root root       40 May  1 15:38 libcairo-script-interpreter.so.2 -> libcairo-script-interpreter.so.2.11400.6
-rwxrwxrwx  1 root root   149872 May  1 15:38 libcairo-script-interpreter.so.2.11400.6
lrwxrwxrwx  1 root root       21 May  1 15:38 libcairo.so -> libcairo.so.2.11400.6
lrwxrwxrwx  1 root root       21 May  1 15:38 libcairo.so.2 -> libcairo.so.2.11400.6
-rwxrwxrwx  1 root root  1123792 May  1 15:38 libcairo.so.2.11400.6
lrwxrwxrwx  1 root root       18 May  1 15:38 libcap-ng.so.0 -> libcap-ng.so.0.0.0
-rwxrwxrwx  1 root root    18776 May  1 15:38 libcap-ng.so.0.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libcc1.so.0 -> libcc1.so.0.0.0
-rwxrwxrwx  1 root root    93040 May  1 15:38 libcc1.so.0.0.0
lrwxrwxrwx  1 root root       34 May  1 15:38 libcidn.so -> /lib/x86_64-linux-gnu/libcidn.so.1
lrwxrwxrwx  1 root root       19 May  1 15:38 libcilkrts.so.5 -> libcilkrts.so.5.0.0
-rwxrwxrwx  1 root root   114696 May  1 15:38 libcilkrts.so.5.0.0
-rwxrwxrwx  1 root root    21764 May  1 15:38 libc_nonshared.a
lrwxrwxrwx  1 root root       21 May  1 15:38 libcroco-0.6.so.3 -> libcroco-0.6.so.3.0.1
-rwxrwxrwx  1 root root   240272 May  1 15:38 libcroco-0.6.so.3.0.1
-rwxrwxrwx  1 root root    60572 May  1 15:38 libcrypt.a
lrwxrwxrwx  1 root root       35 May  1 15:38 libcrypt.so -> /lib/x86_64-linux-gnu/libcrypt.so.1
lrwxrwxrwx  1 root root       19 May  1 15:38 libcrystalhd.so.3 -> libcrystalhd.so.3.6
-rwxrwxrwx  1 root root   110720 May  1 15:38 libcrystalhd.so.3.6
-rwxrwxrwx  1 root root      298 May  1 15:38 libc.so
-rwxrwxrwx  1 root root   522192 May  1 15:38 libcups.so.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libcurl-gnutls.so.3 -> libcurl-gnutls.so.4
lrwxrwxrwx  1 root root       23 May  1 15:38 libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.4.0
-rwxrwxrwx  1 root root   444800 May  1 15:38 libcurl-gnutls.so.4.4.0
lrwxrwxrwx  1 root root       12 May  1 15:38 libcurl.so.3 -> libcurl.so.4
lrwxrwxrwx  1 root root       16 May  1 15:38 libcurl.so.4 -> libcurl.so.4.4.0
-rwxrwxrwx  1 root root   452992 May  1 15:38 libcurl.so.4.4.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libdatrie.so.1 -> libdatrie.so.1.3.3
-rwxrwxrwx  1 root root    30928 May  1 15:38 libdatrie.so.1.3.3
-rwxrwxrwx  1 root root  1756696 May  1 15:38 libdb-5.3.so
lrwxrwxrwx  1 root root       23 May  1 15:38 libdbus-glib-1.so.2 -> libdbus-glib-1.so.2.3.3
-rwxrwxrwx  1 root root   160480 May  1 15:38 libdbus-glib-1.so.2.3.3
lrwxrwxrwx  1 root root       25 May  1 15:38 libdebconfclient.so.0 -> libdebconfclient.so.0.0.0
-rwxrwxrwx  1 root root    10360 May  1 15:38 libdebconfclient.so.0.0.0
-rwxrwxrwx  1 root root    12754 May  1 15:38 libdl.a
lrwxrwxrwx  1 root root       32 May  1 15:38 libdl.so -> /lib/x86_64-linux-gnu/libdl.so.2
lrwxrwxrwx  1 root root       22 May  1 15:38 libdrm_amdgpu.so.1 -> libdrm_amdgpu.so.1.0.0
-rwxrwxrwx  1 root root    39288 May  1 15:38 libdrm_amdgpu.so.1.0.0
lrwxrwxrwx  1 root root       21 May  1 15:38 libdrm_intel.so.1 -> libdrm_intel.so.1.0.0
-rwxrwxrwx  1 root root   147504 May  1 15:38 libdrm_intel.so.1.0.0
lrwxrwxrwx  1 root root       23 May  1 15:38 libdrm_nouveau.so.2 -> libdrm_nouveau.so.2.0.0
-rwxrwxrwx  1 root root    30936 May  1 15:38 libdrm_nouveau.so.2.0.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libdrm_radeon.so.1 -> libdrm_radeon.so.1.0.1
-rwxrwxrwx  1 root root    47336 May  1 15:38 libdrm_radeon.so.1.0.1
lrwxrwxrwx  1 root root       15 May  1 15:38 libdrm.so.2 -> libdrm.so.2.4.0
-rwxrwxrwx  1 root root    72192 May  1 15:38 libdrm.so.2.4.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libedit.so.2 -> libedit.so.2.0.53
-rwxrwxrwx  1 root root   212168 May  1 15:38 libedit.so.2.0.53
-rwxrwxrwx  1 root root    96824 May  1 15:38 libelf-0.165.so
lrwxrwxrwx  1 root root       15 May  1 15:38 libelf.so.1 -> libelf-0.165.so
-rwxrwxrwx  1 root root   346280 May  1 15:38 libexpat.a
-rwxrwxrwx  1 root root      951 May  1 15:38 libexpat.la
lrwxrwxrwx  1 root root       39 May  1 15:38 libexpat.so -> /lib/x86_64-linux-gnu/libexpat.so.1.6.0
-rwxrwxrwx  1 root root   347224 May  1 15:38 libexpatw.a
-rwxrwxrwx  1 root root      958 May  1 15:38 libexpatw.la
lrwxrwxrwx  1 root root       18 May  1 15:38 libexpatw.so -> libexpatw.so.1.6.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libexpatw.so.1 -> libexpatw.so.1.6.0
-rwxrwxrwx  1 root root   170128 May  1 15:38 libexpatw.so.1.6.0
drwxrwxrwx  2 root root     4096 May  1 15:38 libfakeroot
lrwxrwxrwx  1 root root       15 May  1 15:38 libffi.so.6 -> libffi.so.6.0.4
-rwxrwxrwx  1 root root    31104 May  1 15:38 libffi.so.6.0.4
lrwxrwxrwx  1 root root       16 May  1 15:38 libFLAC.so.8 -> libFLAC.so.8.3.0
-rwxrwxrwx  1 root root   477032 May  1 15:38 libFLAC.so.8.3.0
-rwxrwxrwx  1 root root   464484 May  1 15:38 libfontconfig.a
lrwxrwxrwx  1 root root       22 May  1 15:38 libfontconfig.so -> libfontconfig.so.1.9.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libfontconfig.so.1 -> libfontconfig.so.1.9.0
-rwxrwxrwx  1 root root   273832 May  1 15:38 libfontconfig.so.1.9.0
lrwxrwxrwx  1 root root       14 May  1 15:38 libform.so.5 -> libform.so.5.9
-rwxrwxrwx  1 root root    65240 May  1 15:38 libform.so.5.9
lrwxrwxrwx  1 root root       15 May  1 15:38 libformw.so.5 -> libformw.so.5.9
-rwxrwxrwx  1 root root    69464 May  1 15:38 libformw.so.5.9
-rwxrwxrwx  1 root root   949816 May  1 15:38 libfreetype.a
-rwxrwxrwx  1 root root      908 May  1 15:38 libfreetype.la
lrwxrwxrwx  1 root root       21 May  1 15:38 libfreetype.so -> libfreetype.so.6.12.1
lrwxrwxrwx  1 root root       21 May  1 15:38 libfreetype.so.6 -> libfreetype.so.6.12.1
-rwxrwxrwx  1 root root   694800 May  1 15:38 libfreetype.so.6.12.1
-rwxrwxrwx  1 root root     1298 May  1 15:38 libg.a
lrwxrwxrwx  1 root root       23 May  1 15:38 libgdbm_compat.so.3 -> libgdbm_compat.so.3.0.0
-rwxrwxrwx  1 root root    10112 May  1 15:38 libgdbm_compat.so.3.0.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libgdbm.so.3 -> libgdbm.so.3.0.0
-rwxrwxrwx  1 root root    22600 May  1 15:38 libgdbm.so.3.0.0
lrwxrwxrwx  1 root root       29 May  1 15:38 libgdk_pixbuf-2.0.so -> libgdk_pixbuf-2.0.so.0.3200.2
lrwxrwxrwx  1 root root       29 May  1 15:38 libgdk_pixbuf-2.0.so.0 -> libgdk_pixbuf-2.0.so.0.3200.2
-rwxrwxrwx  1 root root   138656 May  1 15:38 libgdk_pixbuf-2.0.so.0.3200.2
lrwxrwxrwx  1 root root       34 May  1 15:38 libgdk_pixbuf_xlib-2.0.so -> libgdk_pixbuf_xlib-2.0.so.0.3200.2
lrwxrwxrwx  1 root root       34 May  1 15:38 libgdk_pixbuf_xlib-2.0.so.0 -> libgdk_pixbuf_xlib-2.0.so.0.3200.2
-rwxrwxrwx  1 root root    68096 May  1 15:38 libgdk_pixbuf_xlib-2.0.so.0.3200.2
-rwxrwxrwx  1 root root  1333304 May  1 15:38 libgdk-x11-2.0.a
lrwxrwxrwx  1 root root       27 May  1 15:38 libgdk-x11-2.0.so -> libgdk-x11-2.0.so.0.2400.30
lrwxrwxrwx  1 root root       27 May  1 15:38 libgdk-x11-2.0.so.0 -> libgdk-x11-2.0.so.0.2400.30
-rwxrwxrwx  1 root root   740672 May  1 15:38 libgdk-x11-2.0.so.0.2400.30
-rwxrwxrwx  1 root root   835072 May  1 15:38 libgettextlib-0.19.7.so
lrwxrwxrwx  1 root root       23 May  1 15:38 libgettextlib.so -> libgettextlib-0.19.7.so
-rwxrwxrwx  1 root root   728072 May  1 15:38 libgettextpo.a
lrwxrwxrwx  1 root root       21 May  1 15:38 libgettextpo.so -> libgettextpo.so.0.5.3
lrwxrwxrwx  1 root root       21 May  1 15:38 libgettextpo.so.0 -> libgettextpo.so.0.5.3
-rwxrwxrwx  1 root root   366440 May  1 15:38 libgettextpo.so.0.5.3
-rwxrwxrwx  1 root root   309976 May  1 15:38 libgettextsrc-0.19.7.so
lrwxrwxrwx  1 root root       23 May  1 15:38 libgettextsrc.so -> libgettextsrc-0.19.7.so
lrwxrwxrwx  1 root root       15 May  1 15:38 libgif.so.7 -> libgif.so.7.0.0
-rwxrwxrwx  1 root root    34968 May  1 15:38 libgif.so.7.0.0
-rwxrwxrwx  1 root root  3762726 May  1 15:38 libgio-2.0.a
lrwxrwxrwx  1 root root       22 May  1 15:38 libgio-2.0.so -> libgio-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       22 May  1 15:38 libgio-2.0.so.0 -> libgio-2.0.so.0.4800.2
-rwxrwxrwx  1 root root  1599368 May  1 15:38 libgio-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       28 May  1 15:38 libgirepository-1.0.so.1 -> libgirepository-1.0.so.1.0.0
-rwxrwxrwx  1 root root   212544 May  1 15:38 libgirepository-1.0.so.1.0.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libglapi.so.0 -> libglapi.so.0.0.0
-rwxrwxrwx  1 root root   194880 May  1 15:38 libglapi.so.0.0.0
-rwxrwxrwx  1 root root  1882798 May  1 15:38 libglib-2.0.a
lrwxrwxrwx  1 root root       38 May  1 15:38 libglib-2.0.so -> /lib/x86_64-linux-gnu/libglib-2.0.so.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libgme.so.0 -> libgme.so.0.6.0
-rwxrwxrwx  1 root root   317904 May  1 15:38 libgme.so.0.6.0
-rwxrwxrwx  1 root root    14278 May  1 15:38 libgmodule-2.0.a
lrwxrwxrwx  1 root root       26 May  1 15:38 libgmodule-2.0.so -> libgmodule-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       26 May  1 15:38 libgmodule-2.0.so.0 -> libgmodule-2.0.so.0.4800.2
-rwxrwxrwx  1 root root    14656 May  1 15:38 libgmodule-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       16 May  1 15:38 libgmp.so.10 -> libgmp.so.10.3.0
-rwxrwxrwx  1 root root   522664 May  1 15:38 libgmp.so.10.3.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libgnutls.so.30 -> libgnutls.so.30.6.2
-rwxrwxrwx  1 root root  1239440 May  1 15:38 libgnutls.so.30.6.2
-rwxrwxrwx  1 root root   647914 May  1 15:38 libgobject-2.0.a
lrwxrwxrwx  1 root root       26 May  1 15:38 libgobject-2.0.so -> libgobject-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       26 May  1 15:38 libgobject-2.0.so.0 -> libgobject-2.0.so.0.4800.2
-rwxrwxrwx  1 root root   339000 May  1 15:38 libgobject-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       16 May  1 15:38 libgomp.so.1 -> libgomp.so.1.0.0
-rwxrwxrwx  1 root root   138448 May  1 15:38 libgomp.so.1.0.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libgraphite2.so.2.0.0 -> libgraphite2.so.3
lrwxrwxrwx  1 root root       21 May  1 15:38 libgraphite2.so.3 -> libgraphite2.so.3.0.1
-rwxrwxrwx  1 root root   153816 May  1 15:38 libgraphite2.so.3.0.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libgsm.so.1 -> libgsm.so.1.0.12
-rwxrwxrwx  1 root root    55568 May  1 15:38 libgsm.so.1.0.12
lrwxrwxrwx  1 root root       21 May  1 15:38 libgssapi_krb5.so.2 -> libgssapi_krb5.so.2.2
-rwxrwxrwx  1 root root   301376 May  1 15:38 libgssapi_krb5.so.2.2
lrwxrwxrwx  1 root root       18 May  1 15:38 libgssapi.so.3 -> libgssapi.so.3.0.0
-rwxrwxrwx  1 root root   264256 May  1 15:38 libgssapi.so.3.0.0
-rwxrwxrwx  1 root root     2686 May  1 15:38 libgthread-2.0.a
lrwxrwxrwx  1 root root       26 May  1 15:38 libgthread-2.0.so -> libgthread-2.0.so.0.4800.2
lrwxrwxrwx  1 root root       26 May  1 15:38 libgthread-2.0.so.0 -> libgthread-2.0.so.0.4800.2
-rwxrwxrwx  1 root root     6160 May  1 15:38 libgthread-2.0.so.0.4800.2
drwxrwxrwx  2 root root     4096 May  1 15:38 libgtk2.0-0
-rwxrwxrwx  1 root root  9468796 May  1 15:38 libgtk-x11-2.0.a
lrwxrwxrwx  1 root root       27 May  1 15:38 libgtk-x11-2.0.so -> libgtk-x11-2.0.so.0.2400.30
lrwxrwxrwx  1 root root       27 May  1 15:38 libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.2400.30
-rwxrwxrwx  1 root root  4489520 May  1 15:38 libgtk-x11-2.0.so.0.2400.30
-rwxrwxrwx  1 root root   654172 May  1 15:38 libharfbuzz.a
-rwxrwxrwx  1 root root    49726 May  1 15:38 libharfbuzz-gobject.a
lrwxrwxrwx  1 root root       32 May  1 15:38 libharfbuzz-gobject.so -> libharfbuzz-gobject.so.0.10000.1
lrwxrwxrwx  1 root root       32 May  1 15:38 libharfbuzz-gobject.so.0 -> libharfbuzz-gobject.so.0.10000.1
-rwxrwxrwx  1 root root    43024 May  1 15:38 libharfbuzz-gobject.so.0.10000.1
-rwxrwxrwx  1 root root     6198 May  1 15:38 libharfbuzz-icu.a
lrwxrwxrwx  1 root root       28 May  1 15:38 libharfbuzz-icu.so -> libharfbuzz-icu.so.0.10000.1
lrwxrwxrwx  1 root root       28 May  1 15:38 libharfbuzz-icu.so.0 -> libharfbuzz-icu.so.0.10000.1
-rwxrwxrwx  1 root root    10296 May  1 15:38 libharfbuzz-icu.so.0.10000.1
lrwxrwxrwx  1 root root       24 May  1 15:38 libharfbuzz.so -> libharfbuzz.so.0.10000.1
lrwxrwxrwx  1 root root       24 May  1 15:38 libharfbuzz.so.0 -> libharfbuzz.so.0.10000.1
-rwxrwxrwx  1 root root   383984 May  1 15:38 libharfbuzz.so.0.10000.1
lrwxrwxrwx  1 root root       19 May  1 15:38 libhcrypto.so.4 -> libhcrypto.so.4.1.0
-rwxrwxrwx  1 root root   204168 May  1 15:38 libhcrypto.so.4.1.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libheimbase.so.1 -> libheimbase.so.1.0.0
-rwxrwxrwx  1 root root    60928 May  1 15:38 libheimbase.so.1.0.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libheimntlm.so.0 -> libheimntlm.so.0.1.0
-rwxrwxrwx  1 root root    35920 May  1 15:38 libheimntlm.so.0.1.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libhogweed.so.4 -> libhogweed.so.4.2
-rwxrwxrwx  1 root root   207640 May  1 15:38 libhogweed.so.4.2
lrwxrwxrwx  1 root root       17 May  1 15:38 libhx509.so.5 -> libhx509.so.5.0.0
-rwxrwxrwx  1 root root   304072 May  1 15:38 libhx509.so.5.0.0
-rwxrwxrwx  1 root root   157298 May  1 15:38 libICE.a
lrwxrwxrwx  1 root root       15 May  1 15:38 libICE.so -> libICE.so.6.3.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libICE.so.6 -> libICE.so.6.3.0
-rwxrwxrwx  1 root root    93824 May  1 15:38 libICE.so.6.3.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libicudata.so.55 -> libicudata.so.55.1
-rwxrwxrwx  1 root root 25913104 May  1 15:38 libicudata.so.55.1
lrwxrwxrwx  1 root root       18 May  1 15:38 libicui18n.so.55 -> libicui18n.so.55.1
-rwxrwxrwx  1 root root  2496856 May  1 15:38 libicui18n.so.55.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libicuio.so.55 -> libicuio.so.55.1
-rwxrwxrwx  1 root root    55304 May  1 15:38 libicuio.so.55.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libicule.so.55 -> libicule.so.55.1
-rwxrwxrwx  1 root root   358408 May  1 15:38 libicule.so.55.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libiculx.so.55 -> libiculx.so.55.1
-rwxrwxrwx  1 root root    47112 May  1 15:38 libiculx.so.55.1
lrwxrwxrwx  1 root root       18 May  1 15:38 libicutest.so.55 -> libicutest.so.55.1
-rwxrwxrwx  1 root root    64864 May  1 15:38 libicutest.so.55.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libicutu.so.55 -> libicutu.so.55.1
-rwxrwxrwx  1 root root   199440 May  1 15:38 libicutu.so.55.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libicuuc.so.55 -> libicuuc.so.55.1
-rwxrwxrwx  1 root root  1636360 May  1 15:38 libicuuc.so.55.1
lrwxrwxrwx  1 root root       17 May  1 15:38 libidn.so.11 -> libidn.so.11.6.15
-rwxrwxrwx  1 root root   207208 May  1 15:38 libidn.so.11.6.15
-rwxrwxrwx  1 root root      808 May  1 15:38 libieee.a
lrwxrwxrwx  1 root root       16 May  1 15:38 libisl.so.15 -> libisl.so.15.1.1
-rwxrwxrwx  1 root root  1551360 May  1 15:38 libisl.so.15.1.1
lrwxrwxrwx  1 root root       15 May  1 15:38 libitm.so.1 -> libitm.so.1.0.0
-rwxrwxrwx  1 root root   113064 May  1 15:38 libitm.so.1.0.0
-rwxrwxrwx  1 root root    58256 May  1 15:38 libjbig.so.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libjpeg.so.8 -> libjpeg.so.8.0.2
-rwxrwxrwx  1 root root   363264 May  1 15:38 libjpeg.so.8.0.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libjsoncpp.so.1 -> libjsoncpp.so.1.7.2
-rwxrwxrwx  1 root root   199344 May  1 15:38 libjsoncpp.so.1.7.2
lrwxrwxrwx  1 root root       18 May  1 15:38 libk5crypto.so.3 -> libk5crypto.so.3.1
-rwxrwxrwx  1 root root   186872 May  1 15:38 libk5crypto.so.3.1
lrwxrwxrwx  1 root root       17 May  1 15:38 libkrb5.so.26 -> libkrb5.so.26.0.0
-rwxrwxrwx  1 root root   560808 May  1 15:38 libkrb5.so.26.0.0
lrwxrwxrwx  1 root root       14 May  1 15:38 libkrb5.so.3 -> libkrb5.so.3.3
-rwxrwxrwx  1 root root   860392 May  1 15:38 libkrb5.so.3.3
lrwxrwxrwx  1 root root       21 May  1 15:38 libkrb5support.so.0 -> libkrb5support.so.0.1
-rwxrwxrwx  1 root root    43664 May  1 15:38 libkrb5support.so.0.1
lrwxrwxrwx  1 root root       21 May  1 15:38 liblber-2.4.so.2 -> liblber-2.4.so.2.10.5
-rwxrwxrwx  1 root root    59640 May  1 15:38 liblber-2.4.so.2.10.5
lrwxrwxrwx  1 root root       17 May  1 15:38 liblcms2.so.2 -> liblcms2.so.2.0.6
-rwxrwxrwx  1 root root   353360 May  1 15:38 liblcms2.so.2.0.6
lrwxrwxrwx  1 root root       18 May  1 15:38 libldap-2.4.so.2 -> libldap_r-2.4.so.2
lrwxrwxrwx  1 root root       23 May  1 15:38 libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.10.5
-rwxrwxrwx  1 root root   322928 May  1 15:38 libldap_r-2.4.so.2.10.5
lrwxrwxrwx  1 root root       16 May  1 15:38 libLLVM-6.0.so -> libLLVM-6.0.so.1
-rwxrwxrwx  1 root root 60712920 May  1 15:38 libLLVM-6.0.so.1
lrwxrwxrwx  1 root root       16 May  1 15:38 liblsan.so.0 -> liblsan.so.0.0.0
-rwxrwxrwx  1 root root   267192 May  1 15:38 liblsan.so.0.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 liblz4.so.1 -> liblz4.so.1.7.1
-rwxrwxrwx  1 root root    96360 May  1 15:38 liblz4.so.1.7.1
-rwxrwxrwx  1 root root  2230026 May  1 15:38 libm.a
lrwxrwxrwx  1 root root       17 May  1 15:38 libmagic.so.1 -> libmagic.so.1.0.0
-rwxrwxrwx  1 root root   129904 May  1 15:38 libmagic.so.1.0.0
-rwxrwxrwx  1 root root     1568 May  1 15:38 libmcheck.a
lrwxrwxrwx  1 root root       14 May  1 15:38 libmenu.so.5 -> libmenu.so.5.9
-rwxrwxrwx  1 root root    31384 May  1 15:38 libmenu.so.5.9
lrwxrwxrwx  1 root root       15 May  1 15:38 libmenuw.so.5 -> libmenuw.so.5.9
-rwxrwxrwx  1 root root    35512 May  1 15:38 libmenuw.so.5.9
lrwxrwxrwx  1 root root       19 May  1 15:38 libmodplug.so.1 -> libmodplug.so.1.0.0
-rwxrwxrwx  1 root root   309896 May  1 15:38 libmodplug.so.1.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libmp3lame.so.0 -> libmp3lame.so.0.0.0
-rwxrwxrwx  1 root root   289208 May  1 15:38 libmp3lame.so.0.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libmpc.so.3 -> libmpc.so.3.0.0
-rwxrwxrwx  1 root root    97280 May  1 15:38 libmpc.so.3.0.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libmpdec.so.2 -> libmpdec.so.2.4.2
-rwxrwxrwx  1 root root   228016 May  1 15:38 libmpdec.so.2.4.2
lrwxrwxrwx  1 root root       16 May  1 15:38 libmpfr.so.4 -> libmpfr.so.4.1.4
-rwxrwxrwx  1 root root   412624 May  1 15:38 libmpfr.so.4.1.4
lrwxrwxrwx  1 root root       15 May  1 15:38 libmpx.so.0 -> libmpx.so.0.0.0
-rwxrwxrwx  1 root root    18728 May  1 15:38 libmpx.so.0.0.0
lrwxrwxrwx  1 root root       23 May  1 15:38 libmpxwrappers.so.0 -> libmpxwrappers.so.0.0.0
-rwxrwxrwx  1 root root    10416 May  1 15:38 libmpxwrappers.so.0.0.0
-rwxrwxrwx  1 root root      186 May  1 15:38 libm.so
-rwxrwxrwx  1 root root   292476 May  1 15:38 libmvec.a
-rwxrwxrwx  1 root root     5974 May  1 15:38 libmvec_nonshared.a
lrwxrwxrwx  1 root root       34 May  1 15:38 libmvec.so -> /lib/x86_64-linux-gnu/libmvec.so.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libnettle.so.6 -> libnettle.so.6.2
-rwxrwxrwx  1 root root   219336 May  1 15:38 libnettle.so.6.2
-rwxrwxrwx  1 root root   195250 May  1 15:38 libnsl.a
lrwxrwxrwx  1 root root       33 May  1 15:38 libnsl.so -> /lib/x86_64-linux-gnu/libnsl.so.1
-rwxrwxrwx  1 root root   247704 May  1 15:38 libnspr4.so
-rwxrwxrwx  1 root root  1334552 May  1 15:38 libnss3.so
lrwxrwxrwx  1 root root       40 May  1 15:38 libnss_compat.so -> /lib/x86_64-linux-gnu/libnss_compat.so.2
lrwxrwxrwx  1 root root       37 May  1 15:38 libnss_dns.so -> /lib/x86_64-linux-gnu/libnss_dns.so.2
lrwxrwxrwx  1 root root       39 May  1 15:38 libnss_files.so -> /lib/x86_64-linux-gnu/libnss_files.so.2
lrwxrwxrwx  1 root root       40 May  1 15:38 libnss_hesiod.so -> /lib/x86_64-linux-gnu/libnss_hesiod.so.2
lrwxrwxrwx  1 root root       41 May  1 15:38 libnss_nisplus.so -> /lib/x86_64-linux-gnu/libnss_nisplus.so.2
lrwxrwxrwx  1 root root       37 May  1 15:38 libnss_nis.so -> /lib/x86_64-linux-gnu/libnss_nis.so.2
-rwxrwxrwx  1 root root   183048 May  1 15:38 libnssutil3.so
lrwxrwxrwx  1 root root       16 May  1 15:38 libnuma.so.1 -> libnuma.so.1.0.0
-rwxrwxrwx  1 root root    43936 May  1 15:38 libnuma.so.1.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libogg.so.0 -> libogg.so.0.8.2
-rwxrwxrwx  1 root root    34624 May  1 15:38 libogg.so.0.8.2
-rwxrwxrwx  1 root root  1725856 May  1 15:38 libopcodes-2.26.1-system.so
lrwxrwxrwx  1 root root       27 May  1 15:38 libopcodes-2.26-system.so -> libopcodes-2.26.1-system.so
-rwxrwxrwx  1 root root   185392 May  1 15:38 libopenjpeg_JPWL.so.1.5.2
lrwxrwxrwx  1 root root       25 May  1 15:38 libopenjpeg_JPWL.so.5 -> libopenjpeg_JPWL.so.1.5.2
-rwxrwxrwx  1 root root   144240 May  1 15:38 libopenjpeg.so.1.5.2
lrwxrwxrwx  1 root root       20 May  1 15:38 libopenjpeg.so.5 -> libopenjpeg.so.1.5.2
lrwxrwxrwx  1 root root       16 May  1 15:38 libopus.so.0 -> libopus.so.0.5.2
-rwxrwxrwx  1 root root   301288 May  1 15:38 libopus.so.0.5.2
lrwxrwxrwx  1 root root       20 May  1 15:38 liborc-0.4.so.0 -> liborc-0.4.so.0.25.0
-rwxrwxrwx  1 root root   525368 May  1 15:38 liborc-0.4.so.0.25.0
lrwxrwxrwx  1 root root       25 May  1 15:38 liborc-test-0.4.so.0 -> liborc-test-0.4.so.0.25.0
-rwxrwxrwx  1 root root    31168 May  1 15:38 liborc-test-0.4.so.0.25.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libp11-kit.so.0 -> libp11-kit.so.0.1.0
-rwxrwxrwx  1 root root   408472 May  1 15:38 libp11-kit.so.0.1.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libpanel.so.5 -> libpanel.so.5.9
-rwxrwxrwx  1 root root    14400 May  1 15:38 libpanel.so.5.9
lrwxrwxrwx  1 root root       16 May  1 15:38 libpanelw.so.5 -> libpanelw.so.5.9
-rwxrwxrwx  1 root root    14400 May  1 15:38 libpanelw.so.5.9
-rwxrwxrwx  1 root root   502810 May  1 15:38 libpango-1.0.a
lrwxrwxrwx  1 root root       24 May  1 15:38 libpango-1.0.so -> libpango-1.0.so.0.3800.1
lrwxrwxrwx  1 root root       24 May  1 15:38 libpango-1.0.so.0 -> libpango-1.0.so.0.3800.1
-rwxrwxrwx  1 root root   310512 May  1 15:38 libpango-1.0.so.0.3800.1
-rwxrwxrwx  1 root root    79584 May  1 15:38 libpangocairo-1.0.a
lrwxrwxrwx  1 root root       29 May  1 15:38 libpangocairo-1.0.so -> libpangocairo-1.0.so.0.3800.1
lrwxrwxrwx  1 root root       29 May  1 15:38 libpangocairo-1.0.so.0 -> libpangocairo-1.0.so.0.3800.1
-rwxrwxrwx  1 root root    52624 May  1 15:38 libpangocairo-1.0.so.0.3800.1
-rwxrwxrwx  1 root root   140040 May  1 15:38 libpangoft2-1.0.a
lrwxrwxrwx  1 root root       27 May  1 15:38 libpangoft2-1.0.so -> libpangoft2-1.0.so.0.3800.1
lrwxrwxrwx  1 root root       27 May  1 15:38 libpangoft2-1.0.so.0 -> libpangoft2-1.0.so.0.3800.1
-rwxrwxrwx  1 root root    90000 May  1 15:38 libpangoft2-1.0.so.0.3800.1
-rwxrwxrwx  1 root root    44544 May  1 15:38 libpangoxft-1.0.a
lrwxrwxrwx  1 root root       27 May  1 15:38 libpangoxft-1.0.so -> libpangoxft-1.0.so.0.3800.1
lrwxrwxrwx  1 root root       27 May  1 15:38 libpangoxft-1.0.so.0 -> libpangoxft-1.0.so.0.3800.1
-rwxrwxrwx  1 root root    35616 May  1 15:38 libpangoxft-1.0.so.0.3800.1
lrwxrwxrwx  1 root root       22 May  1 15:38 libpciaccess.so.0 -> libpciaccess.so.0.11.1
-rwxrwxrwx  1 root root    39272 May  1 15:38 libpciaccess.so.0.11.1
-rwxrwxrwx  1 root root   577862 May  1 15:38 libpcre16.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcre16.so -> libpcre16.so.3.13.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcre16.so.3 -> libpcre16.so.3.13.2
-rwxrwxrwx  1 root root   415672 May  1 15:38 libpcre16.so.3.13.2
-rwxrwxrwx  1 root root   562920 May  1 15:38 libpcre32.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcre32.so -> libpcre32.so.3.13.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcre32.so.3 -> libpcre32.so.3.13.2
-rwxrwxrwx  1 root root   399288 May  1 15:38 libpcre32.so.3.13.2
-rwxrwxrwx  1 root root   616246 May  1 15:38 libpcre.a
-rwxrwxrwx  1 root root    51362 May  1 15:38 libpcrecpp.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcrecpp.so -> libpcrecpp.so.0.0.1
lrwxrwxrwx  1 root root       19 May  1 15:38 libpcrecpp.so.0 -> libpcrecpp.so.0.0.1
-rwxrwxrwx  1 root root    34712 May  1 15:38 libpcrecpp.so.0.0.1
-rwxrwxrwx  1 root root     6744 May  1 15:38 libpcreposix.a
lrwxrwxrwx  1 root root       22 May  1 15:38 libpcreposix.so -> libpcreposix.so.3.13.2
lrwxrwxrwx  1 root root       22 May  1 15:38 libpcreposix.so.3 -> libpcreposix.so.3.13.2
-rwxrwxrwx  1 root root    10128 May  1 15:38 libpcreposix.so.3.13.2
lrwxrwxrwx  1 root root       34 May  1 15:38 libpcre.so -> /lib/x86_64-linux-gnu/libpcre.so.3
lrwxrwxrwx  1 root root       17 May  1 15:38 libperl.so.5.22 -> libperl.so.5.22.1
-rwxrwxrwx  1 root root  1948088 May  1 15:38 libperl.so.5.22.1
lrwxrwxrwx  1 root root       20 May  1 15:38 libpipeline.so.1 -> libpipeline.so.1.4.1
-rwxrwxrwx  1 root root    55136 May  1 15:38 libpipeline.so.1.4.1
-rwxrwxrwx  1 root root   902864 May  1 15:38 libpixman-1.a
lrwxrwxrwx  1 root root       21 May  1 15:38 libpixman-1.so -> libpixman-1.so.0.33.6
lrwxrwxrwx  1 root root       21 May  1 15:38 libpixman-1.so.0 -> libpixman-1.so.0.33.6
-rwxrwxrwx  1 root root   686096 May  1 15:38 libpixman-1.so.0.33.6
-rwxrwxrwx  1 root root    18712 May  1 15:38 libplc4.so
-rwxrwxrwx  1 root root    14520 May  1 15:38 libplds4.so
-rwxrwxrwx  1 root root   243746 May  1 15:38 libpng12.a
lrwxrwxrwx  1 root root       13 May  1 15:38 libpng12.so -> libpng12.so.0
lrwxrwxrwx  1 root root       35 May  1 15:38 libpng12.so.0 -> /lib/x86_64-linux-gnu/libpng12.so.0
lrwxrwxrwx  1 root root       10 May  1 15:38 libpng.a -> libpng12.a
lrwxrwxrwx  1 root root       11 May  1 15:38 libpng.so -> libpng12.so
-rwxrwxrwx  1 root root  2437964 May  1 15:38 libpthread.a
-rwxrwxrwx  1 root root     7756 May  1 15:38 libpthread_nonshared.a
-rwxrwxrwx  1 root root      252 May  1 15:38 libpthread.so
lrwxrwxrwx  1 root root       24 May  1 15:38 libpulse-simple.so.0 -> libpulse-simple.so.0.1.0
-rwxrwxrwx  1 root root    18872 May  1 15:38 libpulse-simple.so.0.1.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libpulse.so.0 -> libpulse.so.0.19.0
-rwxrwxrwx  1 root root   328648 May  1 15:38 libpulse.so.0.19.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libquadmath.so.0 -> libquadmath.so.0.0.0
-rwxrwxrwx  1 root root   257208 May  1 15:38 libquadmath.so.0.0.0
-rwxrwxrwx  1 root root   159730 May  1 15:38 libresolv.a
lrwxrwxrwx  1 root root       36 May  1 15:38 libresolv.so -> /lib/x86_64-linux-gnu/libresolv.so.2
lrwxrwxrwx  1 root root       18 May  1 15:38 libroken.so.18 -> libroken.so.18.1.0
-rwxrwxrwx  1 root root    89904 May  1 15:38 libroken.so.18.1.0
-rwxrwxrwx  1 root root    53438 May  1 15:38 librpcsvc.a
-rwxrwxrwx  1 root root    76730 May  1 15:38 librt.a
-rwxrwxrwx  1 root root   113584 May  1 15:38 librtmp.so.1
lrwxrwxrwx  1 root root       32 May  1 15:38 librt.so -> /lib/x86_64-linux-gnu/librt.so.1
lrwxrwxrwx  1 root root       18 May  1 15:38 libsasl2.so.2 -> libsasl2.so.2.0.25
-rwxrwxrwx  1 root root   109296 May  1 15:38 libsasl2.so.2.0.25
lrwxrwxrwx  1 root root       29 May  1 15:38 libschroedinger-1.0.so.0 -> libschroedinger-1.0.so.0.11.0
-rwxrwxrwx  1 root root   869560 May  1 15:38 libschroedinger-1.0.so.0.11.0
-rwxrwxrwx  1 root root   215064 May  1 15:38 libsemanage.so.1
lrwxrwxrwx  1 root root       19 May  1 15:38 libsensors.so.4 -> libsensors.so.4.4.0
-rwxrwxrwx  1 root root    59784 May  1 15:38 libsensors.so.4.4.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libshine.so.3 -> libshine.so.3.0.1
-rwxrwxrwx  1 root root    51376 May  1 15:38 libshine.so.3.0.1
-rwxrwxrwx  1 root root    47100 May  1 15:38 libSM.a
-rwxrwxrwx  1 root root   180560 May  1 15:38 libsmime3.so
lrwxrwxrwx  1 root root       14 May  1 15:38 libSM.so -> libSM.so.6.0.1
lrwxrwxrwx  1 root root       14 May  1 15:38 libSM.so.6 -> libSM.so.6.0.1
-rwxrwxrwx  1 root root    30960 May  1 15:38 libSM.so.6.0.1
lrwxrwxrwx  1 root root       18 May  1 15:38 libsnappy.so.1 -> libsnappy.so.1.3.0
-rwxrwxrwx  1 root root    30904 May  1 15:38 libsnappy.so.1.3.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libsndfile.so.1 -> libsndfile.so.1.0.25
-rwxrwxrwx  1 root root   417768 May  1 15:38 libsndfile.so.1.0.25
lrwxrwxrwx  1 root root       16 May  1 15:38 libsoxr.so.0 -> libsoxr.so.0.1.1
-rwxrwxrwx  1 root root   195624 May  1 15:38 libsoxr.so.0.1.1
lrwxrwxrwx  1 root root       17 May  1 15:38 libspeex.so.1 -> libspeex.so.1.5.0
-rwxrwxrwx  1 root root   100240 May  1 15:38 libspeex.so.1.5.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libsqlite3.so.0 -> libsqlite3.so.0.8.6
-rwxrwxrwx  1 root root   870240 May  1 15:38 libsqlite3.so.0.8.6
lrwxrwxrwx  1 root root       22 May  1 15:38 libssh-gcrypt.so.4 -> libssh-gcrypt.so.4.4.1
-rwxrwxrwx  1 root root   304664 May  1 15:38 libssh-gcrypt.so.4.4.1
lrwxrwxrwx  1 root root       30 May  1 15:38 libssh-gcrypt_threads.so.4 -> libssh-gcrypt_threads.so.4.4.1
-rwxrwxrwx  1 root root     6288 May  1 15:38 libssh-gcrypt_threads.so.4.4.1
-rwxrwxrwx  1 root root   307616 May  1 15:38 libssl3.so
lrwxrwxrwx  1 root root       19 May  1 15:38 libstdc++.so.6 -> libstdc++.so.6.0.21
-rwxrwxrwx  1 root root  1566440 May  1 15:38 libstdc++.so.6.0.21
lrwxrwxrwx  1 root root       22 May  1 15:38 libswresample.a -> libswresample-ffmpeg.a
-rwxrwxrwx  1 root root   212764 May  1 15:38 libswresample-ffmpeg.a
lrwxrwxrwx  1 root root       31 May  1 15:38 libswresample-ffmpeg.so -> libswresample-ffmpeg.so.1.2.101
lrwxrwxrwx  1 root root       31 May  1 15:38 libswresample-ffmpeg.so.1 -> libswresample-ffmpeg.so.1.2.101
-rwxrwxrwx  1 root root   116728 May  1 15:38 libswresample-ffmpeg.so.1.2.101
lrwxrwxrwx  1 root root       23 May  1 15:38 libswresample.so -> libswresample-ffmpeg.so
lrwxrwxrwx  1 root root       19 May  1 15:38 libswscale.a -> libswscale-ffmpeg.a
-rwxrwxrwx  1 root root   798462 May  1 15:38 libswscale-ffmpeg.a
lrwxrwxrwx  1 root root       28 May  1 15:38 libswscale-ffmpeg.so -> libswscale-ffmpeg.so.3.1.101
lrwxrwxrwx  1 root root       28 May  1 15:38 libswscale-ffmpeg.so.3 -> libswscale-ffmpeg.so.3.1.101
-rwxrwxrwx  1 root root   550904 May  1 15:38 libswscale-ffmpeg.so.3.1.101
lrwxrwxrwx  1 root root       20 May  1 15:38 libswscale.so -> libswscale-ffmpeg.so
lrwxrwxrwx  1 root root       17 May  1 15:38 libtasn1.so.6 -> libtasn1.so.6.5.1
-rwxrwxrwx  1 root root    76192 May  1 15:38 libtasn1.so.6.5.1
lrwxrwxrwx  1 root root       16 May  1 15:38 libthai.so.0 -> libthai.so.0.2.4
-rwxrwxrwx  1 root root    37264 May  1 15:38 libthai.so.0.2.4
lrwxrwxrwx  1 root root       21 May  1 15:38 libtheoradec.so.1 -> libtheoradec.so.1.1.4
-rwxrwxrwx  1 root root   104688 May  1 15:38 libtheoradec.so.1.1.4
lrwxrwxrwx  1 root root       21 May  1 15:38 libtheoraenc.so.1 -> libtheoraenc.so.1.1.2
-rwxrwxrwx  1 root root   256360 May  1 15:38 libtheoraenc.so.1.1.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libtheora.so.0 -> libtheora.so.0.3.10
-rwxrwxrwx  1 root root   321856 May  1 15:38 libtheora.so.0.3.10
lrwxrwxrwx  1 root root       39 May  1 15:38 libthread_db.so -> /lib/x86_64-linux-gnu/libthread_db.so.1
lrwxrwxrwx  1 root root       13 May  1 15:38 libtic.so.5 -> libtic.so.5.9
-rwxrwxrwx  1 root root    60088 May  1 15:38 libtic.so.5.9
lrwxrwxrwx  1 root root       16 May  1 15:38 libtiff.so.5 -> libtiff.so.5.2.4
-rwxrwxrwx  1 root root   479592 May  1 15:38 libtiff.so.5.2.4
lrwxrwxrwx  1 root root       16 May  1 15:38 libtsan.so.0 -> libtsan.so.0.0.0
-rwxrwxrwx  1 root root   809232 May  1 15:38 libtsan.so.0.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libtwolame.so.0 -> libtwolame.so.0.0.0
-rwxrwxrwx  1 root root   125104 May  1 15:38 libtwolame.so.0.0.0
lrwxrwxrwx  1 root root       25 May  1 15:38 libtxc_dxtn_s2tc.so.0 -> libtxc_dxtn_s2tc.so.0.0.0
-rwxrwxrwx  1 root root   227384 May  1 15:38 libtxc_dxtn_s2tc.so.0.0.0
lrwxrwxrwx  1 root root       46 May  1 15:38 libtxc_dxtn.so -> /etc/alternatives/libtxc-dxtn-x86_64-linux-gnu
lrwxrwxrwx  1 root root       17 May  1 15:38 libubsan.so.0 -> libubsan.so.0.0.0
-rwxrwxrwx  1 root root   246736 May  1 15:38 libubsan.so.0.0.0
lrwxrwxrwx  1 root root       21 May  1 15:38 libunistring.so.0 -> libunistring.so.0.1.2
-rwxrwxrwx  1 root root  1133216 May  1 15:38 libunistring.so.0.1.2
lrwxrwxrwx  1 root root       20 May  1 15:38 libustr-1.0.so.1 -> libustr-1.0.so.1.0.4
-rwxrwxrwx  1 root root   219464 May  1 15:38 libustr-1.0.so.1.0.4
-rwxrwxrwx  1 root root    13784 May  1 15:38 libutil.a
lrwxrwxrwx  1 root root       34 May  1 15:38 libutil.so -> /lib/x86_64-linux-gnu/libutil.so.1
lrwxrwxrwx  1 root root       17 May  1 15:38 libva.so.1 -> libva.so.1.3900.0
-rwxrwxrwx  1 root root   113144 May  1 15:38 libva.so.1.3900.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libvorbisenc.so.2 -> libvorbisenc.so.2.0.11
-rwxrwxrwx  1 root root   690360 May  1 15:38 libvorbisenc.so.2.0.11
lrwxrwxrwx  1 root root       18 May  1 15:38 libvorbis.so.0 -> libvorbis.so.0.4.8
-rwxrwxrwx  1 root root   174440 May  1 15:38 libvorbis.so.0.4.8
lrwxrwxrwx  1 root root       15 May  1 15:38 libvpx.so.3 -> libvpx.so.3.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libvpx.so.3.0 -> libvpx.so.3.0.0
-rwxrwxrwx  1 root root  2230840 May  1 15:38 libvpx.so.3.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libwavpack.so.1 -> libwavpack.so.1.1.7
-rwxrwxrwx  1 root root   166208 May  1 15:38 libwavpack.so.1.1.7
lrwxrwxrwx  1 root root       16 May  1 15:38 libwebp.so.5 -> libwebp.so.5.0.4
-rwxrwxrwx  1 root root   375168 May  1 15:38 libwebp.so.5.0.4
lrwxrwxrwx  1 root root       16 May  1 15:38 libwind.so.0 -> libwind.so.0.0.0
-rwxrwxrwx  1 root root   166128 May  1 15:38 libwind.so.0.0.0
-rwxrwxrwx  1 root root  2202946 May  1 15:38 libX11.a
lrwxrwxrwx  1 root root       15 May  1 15:38 libX11.so -> libX11.so.6.3.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libX11.so.6 -> libX11.so.6.3.0
-rwxrwxrwx  1 root root  1285616 May  1 15:38 libX11.so.6.3.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libX11-xcb.so.1 -> libX11-xcb.so.1.0.0
-rwxrwxrwx  1 root root     5976 May  1 15:38 libX11-xcb.so.1.0.0
-rwxrwxrwx  1 root root  1216304 May  1 15:38 libx264.so.148
-rwxrwxrwx  1 root root 10558256 May  1 15:38 libx265.so.79
-rwxrwxrwx  1 root root    18700 May  1 15:38 libXau.a
lrwxrwxrwx  1 root root       15 May  1 15:38 libXau.so -> libXau.so.6.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libXau.so.6 -> libXau.so.6.0.0
-rwxrwxrwx  1 root root    14456 May  1 15:38 libXau.so.6.0.0
-rwxrwxrwx  1 root root   206002 May  1 15:38 libxcb.a
lrwxrwxrwx  1 root root       20 May  1 15:38 libxcb-dri2.so.0 -> libxcb-dri2.so.0.0.0
-rwxrwxrwx  1 root root    18560 May  1 15:38 libxcb-dri2.so.0.0.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libxcb-dri3.so.0 -> libxcb-dri3.so.0.0.0
-rwxrwxrwx  1 root root    10384 May  1 15:38 libxcb-dri3.so.0.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libxcb-glx.so.0 -> libxcb-glx.so.0.0.0
-rwxrwxrwx  1 root root   100480 May  1 15:38 libxcb-glx.so.0.0.0
lrwxrwxrwx  1 root root       23 May  1 15:38 libxcb-present.so.0 -> libxcb-present.so.0.0.0
-rwxrwxrwx  1 root root    10368 May  1 15:38 libxcb-present.so.0.0.0
-rwxrwxrwx  1 root root    47192 May  1 15:38 libxcb-render.a
lrwxrwxrwx  1 root root       22 May  1 15:38 libxcb-render.so -> libxcb-render.so.0.0.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libxcb-render.so.0 -> libxcb-render.so.0.0.0
-rwxrwxrwx  1 root root    39056 May  1 15:38 libxcb-render.so.0.0.0
-rwxrwxrwx  1 root root    10010 May  1 15:38 libxcb-shm.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libxcb-shm.so -> libxcb-shm.so.0.0.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libxcb-shm.so.0 -> libxcb-shm.so.0.0.0
-rwxrwxrwx  1 root root    14480 May  1 15:38 libxcb-shm.so.0.0.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libxcb.so -> libxcb.so.1.1.0
lrwxrwxrwx  1 root root       15 May  1 15:38 libxcb.so.1 -> libxcb.so.1.1.0
-rwxrwxrwx  1 root root   137728 May  1 15:38 libxcb.so.1.1.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libxcb-sync.so.1 -> libxcb-sync.so.1.0.0
-rwxrwxrwx  1 root root    26784 May  1 15:38 libxcb-sync.so.1.0.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libxcb-xfixes.so.0 -> libxcb-xfixes.so.0.0.0
-rwxrwxrwx  1 root root    30848 May  1 15:38 libxcb-xfixes.so.0.0.0
-rwxrwxrwx  1 root root     7806 May  1 15:38 libXcomposite.a
lrwxrwxrwx  1 root root       22 May  1 15:38 libXcomposite.so -> libXcomposite.so.1.0.0
lrwxrwxrwx  1 root root       22 May  1 15:38 libXcomposite.so.1 -> libXcomposite.so.1.0.0
-rwxrwxrwx  1 root root    10232 May  1 15:38 libXcomposite.so.1.0.0
-rwxrwxrwx  1 root root    54306 May  1 15:38 libXcursor.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libXcursor.so -> libXcursor.so.1.0.2
lrwxrwxrwx  1 root root       19 May  1 15:38 libXcursor.so.1 -> libXcursor.so.1.0.2
-rwxrwxrwx  1 root root    39288 May  1 15:38 libXcursor.so.1.0.2
-rwxrwxrwx  1 root root     6928 May  1 15:38 libXdamage.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libXdamage.so -> libXdamage.so.1.1.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libXdamage.so.1 -> libXdamage.so.1.1.0
-rwxrwxrwx  1 root root    10248 May  1 15:38 libXdamage.so.1.1.0
-rwxrwxrwx  1 root root    29744 May  1 15:38 libXdmcp.a
lrwxrwxrwx  1 root root       17 May  1 15:38 libXdmcp.so -> libXdmcp.so.6.0.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libXdmcp.so.6 -> libXdmcp.so.6.0.0
-rwxrwxrwx  1 root root    22640 May  1 15:38 libXdmcp.so.6.0.0
-rwxrwxrwx  1 root root   121982 May  1 15:38 libXext.a
lrwxrwxrwx  1 root root       16 May  1 15:38 libXext.so -> libXext.so.6.4.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libXext.so.6 -> libXext.so.6.4.0
-rwxrwxrwx  1 root root    73640 May  1 15:38 libXext.so.6.4.0
-rwxrwxrwx  1 root root    26564 May  1 15:38 libXfixes.a
lrwxrwxrwx  1 root root       18 May  1 15:38 libXfixes.so -> libXfixes.so.3.1.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libXfixes.so.3 -> libXfixes.so.3.1.0
-rwxrwxrwx  1 root root    22584 May  1 15:38 libXfixes.so.3.1.0
-rwxrwxrwx  1 root root   129044 May  1 15:38 libXft.a
lrwxrwxrwx  1 root root       15 May  1 15:38 libXft.so -> libXft.so.2.3.2
lrwxrwxrwx  1 root root       15 May  1 15:38 libXft.so.2 -> libXft.so.2.3.2
-rwxrwxrwx  1 root root    85264 May  1 15:38 libXft.so.2.3.2
-rwxrwxrwx  1 root root   160366 May  1 15:38 libXi.a
-rwxrwxrwx  1 root root     6910 May  1 15:38 libXinerama.a
lrwxrwxrwx  1 root root       20 May  1 15:38 libXinerama.so -> libXinerama.so.1.0.0
lrwxrwxrwx  1 root root       20 May  1 15:38 libXinerama.so.1 -> libXinerama.so.1.0.0
-rwxrwxrwx  1 root root    10376 May  1 15:38 libXinerama.so.1.0.0
lrwxrwxrwx  1 root root       14 May  1 15:38 libXi.so -> libXi.so.6.1.0
lrwxrwxrwx  1 root root       14 May  1 15:38 libXi.so.6 -> libXi.so.6.1.0
-rwxrwxrwx  1 root root    63944 May  1 15:38 libXi.so.6.1.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libxml2.so.2 -> libxml2.so.2.9.3
-rwxrwxrwx  1 root root  1809656 May  1 15:38 libxml2.so.2.9.3
lrwxrwxrwx  1 root root       16 May  1 15:38 libXmuu.so.1 -> libXmuu.so.1.0.0
-rwxrwxrwx  1 root root    14528 May  1 15:38 libXmuu.so.1.0.0
-rwxrwxrwx  1 root root    65022 May  1 15:38 libXrandr.a
lrwxrwxrwx  1 root root       18 May  1 15:38 libXrandr.so -> libXrandr.so.2.2.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libXrandr.so.2 -> libXrandr.so.2.2.0
-rwxrwxrwx  1 root root    43288 May  1 15:38 libXrandr.so.2.2.0
-rwxrwxrwx  1 root root    61256 May  1 15:38 libXrender.a
lrwxrwxrwx  1 root root       19 May  1 15:38 libXrender.so -> libXrender.so.1.3.0
lrwxrwxrwx  1 root root       19 May  1 15:38 libXrender.so.1 -> libXrender.so.1.3.0
-rwxrwxrwx  1 root root    39416 May  1 15:38 libXrender.so.1.3.0
lrwxrwxrwx  1 root root       21 May  1 15:38 libxshmfence.so.1 -> libxshmfence.so.1.0.0
-rwxrwxrwx  1 root root    10264 May  1 15:38 libxshmfence.so.1.0.0
-rwxrwxrwx  1 root root   681900 May  1 15:38 libXt.a
lrwxrwxrwx  1 root root       14 May  1 15:38 libXt.so -> libXt.so.6.0.0
lrwxrwxrwx  1 root root       14 May  1 15:38 libXt.so.6 -> libXt.so.6.0.0
-rwxrwxrwx  1 root root   426320 May  1 15:38 libXt.so.6.0.0
lrwxrwxrwx  1 root root       16 May  1 15:38 libXtst.so.6 -> libXtst.so.6.1.0
-rwxrwxrwx  1 root root    22880 May  1 15:38 libXtst.so.6.1.0
lrwxrwxrwx  1 root root       18 May  1 15:38 libxvidcore.so.4 -> libxvidcore.so.4.3
-rwxrwxrwx  1 root root   700056 May  1 15:38 libxvidcore.so.4.3
lrwxrwxrwx  1 root root       19 May  1 15:38 libXxf86vm.so.1 -> libXxf86vm.so.1.0.0
-rwxrwxrwx  1 root root    22784 May  1 15:38 libXxf86vm.so.1.0.0
-rwxrwxrwx  1 root root   142938 May  1 15:38 libz.a
lrwxrwxrwx  1 root root       35 May  1 15:38 libz.so -> /lib/x86_64-linux-gnu/libz.so.1.2.8
lrwxrwxrwx  1 root root       23 May  1 15:38 libzvbi-chains.so.0 -> libzvbi-chains.so.0.0.0
-rwxrwxrwx  1 root root    59304 May  1 15:38 libzvbi-chains.so.0.0.0
lrwxrwxrwx  1 root root       17 May  1 15:38 libzvbi.so.0 -> libzvbi.so.0.13.2
-rwxrwxrwx  1 root root   568728 May  1 15:38 libzvbi.so.0.13.2
drwxrwxrwx  1 root root     4096 Dec  9 22:06 locale
drwxrwxrwx  2 root root     4096 May  1 15:38 man-db
-rwxrwxrwx  1 root root      496 May  1 15:38 Mcrt1.o
drwxrwxrwx  2 root root     4096 May  1 15:38 mesa
drwxrwxrwx  1 root root     4096 Dec  9 22:05 mime
drwxrwxrwx  1 root root     4096 Apr 12  2016 modules-load.d
drwxrwxrwx  2 root root     4096 May  1 15:38 nss
drwxrwxrwx  1 root root     4096 Dec  9 22:05 openssh
drwxrwxrwx  3 root root     4096 May  1 15:38 openssl-1.0.0
-rwxrwxrwx  1 root root      298 Sep 30  2019 os-release
drwxrwxrwx  5 root root     4096 May  1 15:38 perl
drwxrwxrwx  3 root root     4096 May  1 15:38 perl5
drwxrwxrwx 16 root root     4096 May  1 15:38 perl-base
drwxrwxrwx  2 root root     4096 May  1 15:38 pkgconfig
-rwxrwxrwx  1 root root       17 Apr  6  2016 pkg-config.multiarch
-rwxrwxrwx  1 root root    43552 May  1 15:38 preloadable_libintl.so
drwxrwxrwx  2 root root     4096 May  1 15:38 pulseaudio
drwxrwxrwx  1 root root    20480 May  1 15:38 python2.7
drwxrwxrwx  1 root root     4096 Nov 10  2015 python3
drwxrwxrwx  1 root root     4096 Dec  9 22:05 python3.5
drwxrwxrwx  1 root root     4096 May  1 15:38 sasl2
-rwxrwxrwx  1 root root     1776 May  1 15:38 Scrt1.o
drwxrwxrwx  1 root root     4096 Dec  9 22:05 software-properties
drwxrwxrwx  1 root root     4096 Dec  9 22:05 ssl
drwxrwxrwx  1 root root     4096 Dec  9 22:05 sudo
drwxrwxrwx  1 root root     4096 Dec  9 22:05 systemd
drwxrwxrwx  1 root root     4096 Nov 10  2015 tar
drwxrwxrwx  1 root root     4096 Dec  9 22:05 tc
drwxrwxrwx  1 root root     4096 May  1 15:38 tmpfiles.d
drwxrwxrwx  1 root root     4096 May  1 15:38 valgrind
drwxrwxrwx  1 root root     4096 Jun 21  2018 X11
drwxrwxrwx  2 root root     4096 May  1 15:38 x264-10bit
drwxrwxrwx  1 root root    20480 May  1 15:38 x86_64-linux-gnu
drwxrwxrwx  3 root root     4096 May  1 15:38 xorg
@saudet
Copy link
Member

saudet commented May 1, 2020

That means you'll need to install GTK.

@saudet
Copy link
Member

saudet commented May 1, 2020

It's obviously not installed properly. How did you install it?

@SemperEtAnte
Copy link
Author

SemperEtAnte commented May 1, 2020

It's obviously not installed properly. How did you install it?

I build maven with Pipeline. My script:

apt-get install -y build-essential
apt-get install -y cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
cp /usr/lib/x86_64-linux-gnu/* /usr/lib -R
chmod 777 /usr/lib/ -R
dir -a /usr/lib
ls -l -a /usr/lib
mvn -B package

@saudet
Copy link
Member

saudet commented May 1, 2020

Well it clearly says it cannot find it:

libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

This error has nothing to do with JavaCV, JavaCPP, or Java at all...
Maybe it's installing 32-bit binaries for some reason?

@SemperEtAnte
Copy link
Author

Well it clearly says it cannot find it:

libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory

This error has nothing to do with JavaCV, JavaCPP, or Java at all...
Maybe it's installing 32-bit binaries for some reason?

AS i know, java says when the library has 32-bit but 64 is needed. But i'm not sure about that. Anyway, what can i do to fix this exception?

@saudet
Copy link
Member

saudet commented May 1, 2020

You'll need to debug this using native tools like ldd, readelf, objdump, etc.

@SemperEtAnte
Copy link
Author

You'll need to debug this using native tools like ldd, readelf, objdump, etc.

And what do i need to do with ldd for example? I never use this before...

@saudet
Copy link
Member

saudet commented May 1, 2020

This looks like a place as good as any other to start:
https://amir.rachum.com/blog/2016/09/17/shared-libraries/

@SemperEtAnte
Copy link
Author

This looks like a place as good as any other to start:
https://amir.rachum.com/blog/2016/09/17/shared-libraries/

Thanks. But i'm not fully understand what do i need to run with it?..

@SemperEtAnte
Copy link
Author

SemperEtAnte commented May 2, 2020

Ok. I understand that this file is not in /usr/lib and i don't have access to apt-get. The system on which the program runs, as it turned out, is not the same on which I did dir -a. What can i do, to fix exception? I don't use any gui in my program

@saudet
Copy link
Member

saudet commented May 2, 2020

If you cannot install GTK, you'll need a build of OpenCV without UI, see bytedeco/javacpp-presets#593.

@saudet
Copy link
Member

saudet commented May 2, 2020

Duplicate of bytedeco/javacpp-presets#593

@saudet saudet marked this as a duplicate of bytedeco/javacpp-presets#593 May 2, 2020
@saudet saudet closed this as completed May 2, 2020
@SemperEtAnte
Copy link
Author

SemperEtAnte commented May 2, 2020

Not duplicated. My solution being a bit easier (maybe):
just add cloudfoundry apt-buildpack to manifest.yml in block buildpacks (add, not replace), and in ant.json write:

---
packages:
  - libgtk2.0-dev

And little edits of manifest.yml AND pom.xml for put ant.yml to the root of the resulting .war file specified in path param

@saudet
Copy link
Member

saudet commented May 2, 2020

Ah, ok, so you are able to install GTK. Good! Thanks for the update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants