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
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
Last edited: