Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER for Linux

Reply
 
Thread Tools Display Modes
Old 09-15-2021, 12:34 AM   #1
Tobbe
Human being with feelings
 
Tobbe's Avatar
 
Join Date: Sep 2009
Location: Northern Lights
Posts: 743
Default Audio Assault - XCTR no luck install on Manjaro XCFE

Hi,

Anyone has this installed on Manjaro? It doesn't show up in Reaper and in .vst directory it has big X.

I tried: sudo ldd XCTR\ v2.so

and got this:
Code:
./XCTR v2.so: /usr/lib/libcurl-gnutls.so.4: no version information available (required by ./XCTR v2.so)
	linux-vdso.so.1 (0x00007ffcc45bb000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fad9aa99000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fad9aa84000)
	libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fad9a9ba000)
	libcurl-gnutls.so.4 => /usr/lib/libcurl-gnutls.so.4 (0x00007fad9a925000)
	librt.so.1 => /usr/lib/librt.so.1 (0x00007fad9a91a000)
	libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fad9a913000)
	libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fad9a8f0000)
	libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fad9a86a000)
	libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fad9a654000)
	libm.so.6 => /usr/lib/libm.so.6 (0x00007fad9a510000)
	libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fad9a4f5000)
	libc.so.6 => /usr/lib/libc.so.6 (0x00007fad9a329000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fad9a2fd000)
	libz.so.1 => /usr/lib/libz.so.1 (0x00007fad9a2e3000)
	libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fad9a2d0000)
	libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fad9a299000)
	libharfbuzz.so.0 => /usr/lib/libharfbuzz.so.0 (0x00007fad9a1c5000)
	libbrotlidec.so.1 => /usr/lib/libbrotlidec.so.1 (0x00007fad9a1b7000)
	libnghttp2.so.14 => /usr/lib/libnghttp2.so.14 (0x00007fad9a189000)
	libidn2.so.0 => /usr/lib/libidn2.so.0 (0x00007fad9a167000)
	libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007fad9a126000)
	libpsl.so.5 => /usr/lib/libpsl.so.5 (0x00007fad9a113000)
	libnettle.so.8 => /usr/lib/libnettle.so.8 (0x00007fad9a0cc000)
	libgnutls.so.30 => /usr/lib/libgnutls.so.30 (0x00007fad99ecb000)
	libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007fad99dba000)
	/usr/lib64/ld-linux-x86-64.so.2 (0x00007fad9bad0000)
	libGLdispatch.so.0 => /usr/lib/libGLdispatch.so.0 (0x00007fad99d02000)
	libGLX.so.0 => /usr/lib/libGLX.so.0 (0x00007fad99ccf000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fad99cca000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fad99cc2000)
	libgraphite2.so.3 => /usr/lib/libgraphite2.so.3 (0x00007fad99c9b000)
	libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007fad99b66000)
	libbrotlicommon.so.1 => /usr/lib/libbrotlicommon.so.1 (0x00007fad99b43000)
	libunistring.so.2 => /usr/lib/libunistring.so.2 (0x00007fad999c1000)
	libssl.so.1.1 => /usr/lib/libssl.so.1.1 (0x00007fad9992f000)
	libcrypto.so.1.1 => /usr/lib/libcrypto.so.1.1 (0x00007fad99650000)
	libp11-kit.so.0 => /usr/lib/libp11-kit.so.0 (0x00007fad99519000)
	libtasn1.so.6 => /usr/lib/libtasn1.so.6 (0x00007fad99503000)
	libhogweed.so.6 => /usr/lib/libhogweed.so.6 (0x00007fad994ba000)
	libgmp.so.10 => /usr/lib/libgmp.so.10 (0x00007fad9941a000)
	libpcre.so.1 => /usr/lib/libpcre.so.1 (0x00007fad993a3000)
	libffi.so.7 => /usr/lib/libffi.so.7 (0x00007fad99395000)
I really don't know what's missing.

Emailed Audio Assault but no response yet.
__________________
OS: Manjaro KDE Plasma, Reaper For Linux (64Bit) native linux-vst plugins, LSP-Plugins, TpL-Plugins, Harrison's AVA & VST Plugins. Behringer U-PHORIA UMC22.
Tobbe is online now   Reply With Quote
Old 09-15-2021, 12:57 AM   #2
elcalen
Human being with feelings
 
elcalen's Avatar
 
Join Date: Sep 2019
Location: Finland
Posts: 765
Default

Based on that output, it looks like you're missing libcurl-gnutls.
elcalen is online now   Reply With Quote
Old 09-15-2021, 02:51 AM   #3
Tobbe
Human being with feelings
 
Tobbe's Avatar
 
Join Date: Sep 2009
Location: Northern Lights
Posts: 743
Default

Quote:
Originally Posted by elcalen View Post
Based on that output, it looks like you're missing libcurl-gnutls.
Already installed it because Harrison 32c Channel Strip needs it and that one works. Maybe Xctr needs a other version.

Well I wait for Audio Assault to see what they recomend.
__________________
OS: Manjaro KDE Plasma, Reaper For Linux (64Bit) native linux-vst plugins, LSP-Plugins, TpL-Plugins, Harrison's AVA & VST Plugins. Behringer U-PHORIA UMC22.
Tobbe is online now   Reply With Quote
Old 09-15-2021, 09:46 AM   #4
martblek
Human being with feelings
 
Join Date: Sep 2020
Posts: 43
Default

seems to be instaled as root.
change permissions.

how many times have I written this to Alex
martblek is offline   Reply With Quote
Old 09-15-2021, 10:39 AM   #5
Tobbe
Human being with feelings
 
Tobbe's Avatar
 
Join Date: Sep 2009
Location: Northern Lights
Posts: 743
Default

Quote:
Originally Posted by martblek View Post
seems to be instaled as root.
change permissions.

how many times have I written this to Alex
Of course. Why didn't I check that obvious reason. Note added.

Thanks
__________________
OS: Manjaro KDE Plasma, Reaper For Linux (64Bit) native linux-vst plugins, LSP-Plugins, TpL-Plugins, Harrison's AVA & VST Plugins. Behringer U-PHORIA UMC22.
Tobbe is online now   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 04:28 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.