You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following message when trying to run Ildaeil from the command line. I'm on Fedora 39, and have installed both Carla and Ildaeil with dnf. I can start carla from the command line by simply typing carla.
[user@machine]$ Ildaeil
libjack.so.0 loaded successfully!
[carla] Using binary path: /usr/lib/carla
Will scan plugins now...
[carla] exec failed: No such file or directory
[carla] waitForClientFirstMessage() - read returned 0
Found 0 plugins!
I think it's because it expects carla to be at /usr/lib/carla, while on Fedora it's under /bin/carla. Is there a way to pass the carla path on startup? I wouldn't like to make a symlink from /bin/carla to /usr/lib/carla. For reference, I also have installed Carla-devel which should provide any header files needed.
The text was updated successfully, but these errors were encountered:
I get the following message when trying to run Ildaeil from the command line. I'm on Fedora 39, and have installed both Carla and Ildaeil with dnf. I can start carla from the command line by simply typing
carla
.I think it's because it expects carla to be at
/usr/lib/carla
, while on Fedora it's under/bin/carla
. Is there a way to pass the carla path on startup? I wouldn't like to make a symlink from/bin/carla
to/usr/lib/carla
. For reference, I also have installedCarla-devel
which should provide any header files needed.The text was updated successfully, but these errors were encountered: