Closed exussum12 closed 6 years ago
Can you be more precise? On my Debian box my hubicfuse is linked with libcurl4.
Hmm on Ubuntu 18.04 this won't compile. I have to remove libcurl4 and install libcurl3.
I made the docker image due to not being able to compile.
I can try again tomorrow when I'm at a computer and paste the error
Ok, I can have access to an Ubuntu 18.10. Will check there.
All is ok on my side. I was able to compile on Ubuntu 18.10. As explained in the readme I have installed the following dependencies:
sudo apt install gcc make curl libfuse-dev pkg-config \
libcurl4-openssl-dev libxml2-dev libssl-dev libjson-c-dev libmagic-dev
This has installed (sorry for the French message):
Sélection du paquet libcurl4-openssl-dev:amd64 précédemment désélectionné.
Préparation du dépaquetage de .../02-libcurl4-openssl-dev_7.61.0-1ubuntu2.2_amd64.deb ...
Dépaquetage de libcurl4-openssl-dev:amd64 (7.61.0-1ubuntu2.2) ...
So something wrong on your side. BTW, are you sure you are using the latest version?
Figured it out :( Its a ppa to get the latest version on php causing an issue with libssl.
Sorry for the invalid ticket!
On ubuntu 18 libcurl4 is default. This wont compile with libcurl4 and requires libcurl3. Any chance of an update ?