raspberry pi 4 Buster getting libcurl3 error when trying to launch Citrix: CURL_OPENSSL_3 not found [solved]
Posted: Sat Aug 10, 2019 12:45 pm
Hi all,
I'm a bit new to Raspberry Pi but recently got a v4 up and running (yesterday!) with 2 HDMI screens. Very impressed so far!
I was hoping to use the Citrix remote connection software for work ( https://www.citrix.com/en-gb/downloads/ ... atest.html ) and I have managed to install it, but when running it I get the following error:
I seem to have v4 of libcurl installed (probably via the automatic update?)
Has anybody had a similar problem with curl? Is the a way to fix it?
Thanks very much!
James
I'm a bit new to Raspberry Pi but recently got a v4 up and running (yesterday!) with 2 HDMI screens. Very impressed so far!
I was hoping to use the Citrix remote connection software for work ( https://www.citrix.com/en-gb/downloads/ ... atest.html ) and I have managed to install it, but when running it I get the following error:
Code: Select all
/opt/Citrix/ICAClient/wfica: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/Citrix/ICAClient/libAnalyticsInterfacePd.so)
EULA was rejected.
Code: Select all
pi@raspberrypi:/opt/Citrix/ICAClient $ sudo apt-get install libcurl3
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libcurl4
E: Package 'libcurl3' has no installation candidate
Thanks very much!
James