Can not double click to open executable file when using Pylon Basler Camera SDK C++
-
One way is to add .conf files in
/etc/ld.so.conf.d/
with the paths to your custom libraries. Then you have to call ldconfig as root. -
One way is to add .conf files in
/etc/ld.so.conf.d/
with the paths to your custom libraries. Then you have to call ldconfig as root.@SGaist Thanks you, last week i was verry busy. I already created .conf file in /etc/ld.so.conf.d/ and run ldconfig commanded as root. But i still can't open my app with double click. I have a question about file config. What should be name of the file? Any name i set or specifical name.
-
Can you show your conf file content ?
-
How did you name the file ?
-
Might be a silly question but does /etc/ld.so.conf load the content of the /etc/ld.so.conf.d folder ?