synthv-studio /lib64/libcurl.so.4: no version information available

I’m trying run synthv-studio but an getting the error:

bash-5.2$ ./synthv-studio
./synthv-studio: /lib64/libcurl.so.4: no version information available (required by ./synthv-studio)
bash-5.2$ pwd
/usr/local/synthv_studio_basic

I have libcurl installed:
bash-5.2$ rpm -q libcurl
libcurl-8.0.1-3.fc38.x86_64

The library is installed and linked correctly
bash-5.2$ ls -l libcurl*
lrwxrwxrwx. 1 root root 16 Jul 27 09:21 libcurl.so.4 → libcurl.so.4.8.0
-rwxr-xr-x. 1 root root 719528 Jul 19 19:00 libcurl.so.4.8.0

ldconfig -v | grep libcurl

ldconfig: Can’t stat /libx32: No such file or directory
ldconfig: Path /usr/lib' given more than once (from <builtin>:0 and <builtin>:0) ldconfig: Path /usr/lib64’ given more than once
(from :0 and :0)
ldconfig: Can’t stat /usr/libx32: No such file or directory
libcurl.so.4 → libcurl.so.4.8.0

system; Fedora 38

Thanks for any help.

Solved:

I downloaded curl and rebuilt it:
./configure --with-openssl --enable-versioned-symbols

I replaced the libcurl.so.4.8.0 in /usr/lib64 and it’s working now. Hope this helps someone else.

「いいね!」 1