weigert / splash

Unix Data Splashing Tool
MIT License
172 stars 4 forks source link

~/.config/splash/exec/fidget: cannot open shared object file: No such file or directory #6

Closed gehrigwilcox closed 4 years ago

gehrigwilcox commented 4 years ago

running splash fidget results in ~/.config/splash/exec/fidget: cannot open shared object file: No such file or directory

I believe I have all dependencies installed: OpenGL, glX, GLEW, X11, xFixes, xRender, boost_system and boost_filesystem

weigert commented 4 years ago

Do the files exist? If they don't, then the programs did not compile. You can enter /splash/programs and do make all or make fidget specifically.

gehrigwilcox commented 4 years ago

Ah! Its because I needed to run setup.sh as sudo in order to mv splash into /usr/local/bin, but then that would move fidget into /home/root/.config/splash/exec/

weigert commented 4 years ago

So it worked? :)

gehrigwilcox commented 4 years ago

Yes, I just have to run sudo setup.sh and then just setup.sh. Sudo so I can install splash properly, and without so I can install fidget to my users home directory

weigert commented 4 years ago

Dope! Please post a screenshot of the test.sh script if it works :) thanks!