Question / Help It seems that OBS can't run on fedora23 by myself compile

onice

New Member
I'm using fedora23.

I readed 'install instructions'.It include a method to install obs on fedora22+ but that unofficial.

So,I decide clone source code compile by myself.


I compile obs reference by "Manually compiling on Redhat-based distros such as Fedora" in install instructins.

After I finished compile and install.I click OBS icon on gnome,but obs can't run my system and not report anything.

Maybe I should run obs by command line I think.

I exec "whereis obs" to get path and it show me obs: /usr/local/bin/obs


After I exec: ./usr/local/bin/obs,bash show me:./obs: error while loading shared libraries: libobs.so.0: cannot open shared object file: No such file or directory

I think maybe I compile libobs faild.I checked build floder,there is libobs.so.0 in build floder.

I think maybe maked install faild.I exec:ls -l /usr/local/lib|grep libobs.so.0

bash show me:

lrwxrwxrwx. 1 root root 11 1月 22 23:45 libobs.so -> libobs.so.0
-rwxr-xr-x. 1 root root 3849184 1月 23 00:10 libobs.so.0

It means libobs.so.0 is compile successful and copied my system.

I try to find log file but I faild.becaulse obs can't run any window to let me click log file menu item.

why obs can't run my system?
 
Back
Top