I am using gtkmozembed in my application running on Ubuntu. I noticed that by default the library path to gtkmozembed is not included in ld.so.conf. So my application fails as it is unable to find gtkmozembed.so. Of course, the user can set the correct information in ld.so.conf or LD_LIBRARY_PATH. But is there something I as the developer can do? Can I embed the full path of gtkmozembed in the application itself?

 

Kennedy

Reply via email to