-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking fails - libcurl #1056
Comments
Hi! |
Ubuntu 20.04: (Compilation / linking fails here) root@HSLAPTOP-ASUS:/tmp/binutils-2.38# dpkg -l | grep openssl
ii libcurl4-openssl-dev:amd64 7.68.0-1ubuntu2.22 amd64 development files and documentation for libcurl (OpenSSL flavour)
ii libgnutls-openssl27:amd64 3.6.13-2ubuntu1.11 amd64 GNU TLS library - OpenSSL wrapper
ii libxmlsec1-openssl:amd64 1.2.28-2 amd64 Openssl engine for the XML security library
ii openssl 1.1.1f-1ubuntu2.23 amd64 Secure Sockets Layer toolkit - cryptographic utility
ii python3-openssl 19.0.0-1build1 all Python 3 wrapper around the OpenSSL library
root@HSLAPTOP-ASUS:/tmp/binutils-2.38# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.5 LTS" Ubuntu 22.04: (Compilation / linking succeeds here) henrik@HSLAPTOP-ASUS2:~/procname2$ dpkg -l | grep openssl
ii openssl 3.0.2-0ubuntu1.6 amd64 Secure Sockets Layer toolkit - cryptographic utility On the Ubuntu 20.04 machine it is not even possible to compile KPHP from sources (see #1057) (as linking fails) |
Any news on this issue ? |
Upgrading the Ubuntu 20.04 to Ubuntu 22.04 and re-compiling KPHP solved the linking problem |
I am trying to compile this code
and I get this:
How can I fix this ?
Hint: I have PHP8 on the machine where I try to compile.
Also trying a PHP7.4 machine and there it compiles OK
Unfortunately, it is not an option to downgrade to PHP 7.4
I installed KPHP from your repo if I remember correctly.
This is the KPHP version:
Please help !
The text was updated successfully, but these errors were encountered: