Page 1 of 1

Example runs on Windows but not Linux

PostPosted: Mon Nov 10, 2014 6:36 pm
by JTR
Hello
I've downloaded the current version of CefGlue and the appropriate version of CEF (3.2171.1875) The Demo.WinForms application runs fine on Windows. On Linux using MonoDevelop, the Demo.GtkSharp application compiles but does not run.

When I run it in the MonoDevelop IDE, it throws a DllNotFoundException: libcef

I've put the libcef.so in the executable directory as well as running ldconfig in the CEF release directory.

I'm new to Linux, so there's probably something simple and obvious that I'm missing.

Thanks, Jon

Re: Example runs on Windows but not Linux

PostPosted: Sun Mar 22, 2015 6:20 pm
by srtjv
Code: Select all
ldd libcef.so


It will list missing libraries.

For me this command installed them:

Code: Select all
apt-get install libnss3-1d libxtst6 libgconf-2-4