libcrypto - Can't start JXBrowser -


i reinstalled os due problem, copied old project , can't jxbrowser works correctly. i've got licence open source project. log says this

04:49:31 info: os name: linux 04:49:31 info: jre version: 1.8.0_91 64-bit 04:49:31 info: jxbrowser version: 6.4 04:49:31 info: jxbrowser type: heavyweight 04:49:31 info: starting ipc... 04:49:31 info: starting ipc server... 04:49:31 info: starting socket server 04:49:31 info: starting socket server @ port 1101... 04:49:31 info: starting ipc process... 04:49:31 info: starting chromium process... 04:49:31 info: '/lib/x86_64-linux-gnu/libudev.so.0' library exists: false 04:49:31 info: '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libudev.so.0' library exists: true 04:49:31 info: '/lib/x86_64-linux-gnu/libgcrypt.so.11' library exists: false 04:49:31 info: '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libgcrypt.so.11' library exists: true 04:49:31 info: '/lib/x86_64-linux-gnu/libcrypto.so.1.0.0' library exists: false 04:49:31 info: '/tmp/jxbrowser-chromium-49.0.2623.110.6.4/libcrypto.so.1.0.0' library exists: false 04:49:31 info: looking libcrypto.so.x.x.x in '/lib/x86_64-linux-gnu/'... 04:49:31 info: looking libcrypto.so.x.x.x in '/lib64/'... 04:49:31 info: looking libcrypto.so.x.x.x in '/usr/lib64/'... 04:49:31 info: failed find libcrypto.so.x.x.x 04:49:31 info: command line: /tmp/jxbrowser-chromium-49.0.2623.110.6.4/jxbrowser-chromium 1101 2837 --disable-surfaces  04:49:31 info: chromium process exit code 127 04:49:31 info: /tmp/jxbrowser-chromium-49.0.2623.110.6.4/jxbrowser-chromium: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: no such file or directory com.teamdev.jxbrowser.chromium.internal.ipc.ipcexception: ipc process exited. exit code: 127     @ com.teamdev.jxbrowser.chromium.internal.ipc.d.run(unknown source)     @ java.lang.thread.run(thread.java:745) 04:49:32 info: stopping server... 04:49:32 info: stopping server... [done] 04:49:32 info: waiting process exit... 

i'm running on kali 2.0 , eclipse mars

the error message indicates chromium engine failed find libcrypto.so.1.0.0 system library. please try installing library , check if helps.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -