Reply To: Linux – Start breaks
after manually setting the path to the files in the folder
ubuntu-studio@ubuntu-studio:~$ export LD_LIBRARY_PATH=/home/ubuntu-studio/Downloads/SoundjackLinux:$LD_LIBRARY_PATH
i now get a different error
`ubuntu-studio@ubuntu-studio:~/Downloads/SoundjackLinux$ ./SJC200828.sh
./SJC200828: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory’
i haven’t got libpng12, but libpng16 is installed in /usr/lib/x86_64-linux-gnu
feeding version 16 to SJC gets me on to the same error for a new file
./SJC200828: error while loading shared libraries: libicui18n.so.55: cannot open shared object file: No such file or directory
i believe this would be because either there is an unmet dependency on another package or maybe dissimilar installation paths of libraries?
I’m at home working in a terminal, but usually use MacOS, so I’m a bit lost on how to proceed. Any help would be appreciated.