Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-19 Thread Daniel
Just tried that. Left the "build" folder as-is, ran "uninstall," then emptied "build" (well, renamed it for backup and created a new "build") and ran cmake again. Same result. build $ sudo make uninstall [sudo] password for daniel: -- Uninstalling "/usr

Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-19 Thread Tom M. via fluid-dev
Seems like you need to empty the build folder before calling cmake again for the change becoming effective. Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-19 Thread Daniel
Thanks for the quick response. Unfortunately, still the same output: ~ build $ sudo make uninstall [sudo] password for daniel: Scanning dependencies of target uninstall -- Uninstalling "/usr/local/lib64/pkgconfig/fluidsynth.pc" -- Uninstalling

Re: [fluid-dev] Issue after install: error while loading shared libraries

2020-04-19 Thread Tom M. via fluid-dev
Since you are on Debian, can you pls. enter the the build folder again and try: sudo make uninstall cmake -DLIB_SUFFIX="" .. sudo make install Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev