Bug Report Opensuse Compile succeeded but OBS fails to load.

Mirppc

New Member
So i compiled OBS today and everything went lovingly from the dependency resolution (with the normal issues dealing with FFmpeg and multiple media repositories), to the cmake and make parts. will attach the log file from the make. command used was make -j 10 | tee compile.log

So everything went smooth and i ended up doing a make install. OBS refuses to open now with the following error,

/usr/bin/obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open shared object file: No su
ch file or directory


As far as i can see libobs-frontend-api.so.0 is linked to libobs-frontend-api.so.0.0 in /usr/lib

I have no idea where to go from here to get OBS working. Any help would be appreciated.


Followed instructions from here:

https://github.com/jp9000/obs-studio/wiki/install-instructions#opensuse-build-directions


results of the find command

sudo find / -name libobs-frontend-api.so.0

/home/mirdellt410/bin/obs-studio/build/UI/obs-frontend-api/libobs-frontend-api.so.0
/usr/lib/libobs-frontend-api.so.0
find: ‘/run/user/1000/gvfs’: Permission denied
 

Attachments

  • Screenshot_2017-10-19_17-18-50.png
    Screenshot_2017-10-19_17-18-50.png
    80.9 KB · Views: 39
  • compile.log
    25 KB · Views: 25
Last edited:

Mirppc

New Member
Figured it out. After doing a Make Install one needs to execute sudo ldconfig. This should be added to the build instructions.
 
Top