Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/01/2024, à 02:19

ujiko

[RESOLU]Problème : php curl ne charge pas

c'est incohérent, le module curl.so est bien à sa place mais ,

root@bbb:/home/gilles# phpenmod curl
root@bbb:/home/gilles# php -m | grep -i curl
PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20210902/curl.so (libldap_r-2.4.so.2: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so.so (/usr/lib/php/20210902/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

--
Modération : titre modifié pour être compréhensible

Dernière modification par ujiko (Le 15/01/2024, à 05:21)

Hors ligne

#2 Le 13/01/2024, à 03:36

krodelabestiole

Re : [RESOLU]Problème : php curl ne charge pas

si je comprends bien tu parles pas de curl, mais du module php pour curl ?

la liste des fichiers installés par le paquet php-curl (qui installe php8.1-curl) : https://packages.ubuntu.com/jammy/amd64 … l/filelist
/usr/lib/php/20210902/curl.so existe-t-il ?

(ça ressemble beaucoup à tes dernières aventures)

En ligne

#3 Le 13/01/2024, à 12:17

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

c'est bien dumodule curl de php qu'il s'agit, le fichier existe pourtant.

Hors ligne

#4 Le 13/01/2024, à 13:47

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Bonjour,

ujiko a écrit :

c'est bien dumodule curl de php qu'il s'agit, le fichier existe pourtant.

Il faut nous le montrer retours complets de :

apt policy php-curl
php -m | grep curl

et

ls -l /usr/lib/php/20210902/curl.so 

Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#5 Le 13/01/2024, à 13:48

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ apt policy php-curl
php-curl:
  Installé : (aucun)
  Candidat : 2:8.1+92ubuntu1
 Table de version :
     2:8.1+92ubuntu1 500
        500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
        500 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages
gilles@bbb:~$ ls -l /usr/lib/php/20210902/curl.so 
-rwxr-xr-x 1 root root 117000 août  18 13:41 /usr/lib/php/20210902/curl.so
gilles@bbb:~$ php -m | grep curl
PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20210902/curl.so (libldap_r-2.4.so.2: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so.so (/usr/lib/php/20210902/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
gilles@bbb:~$ 
 

Dernière modification par ujiko (Le 13/01/2024, à 13:50)

Hors ligne

#6 Le 13/01/2024, à 13:51

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Ça sent l'installation foireuse en utilisant les paquets PHP avec les numéros de versions…
Retour de :

apt list --installed php*-curl

Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#7 Le 13/01/2024, à 13:53

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ apt list --installed php*-curl
En train de lister... Fait
php8.1-curl/jammy-updates,jammy-security,now 8.1.2-1ubuntu2.14 amd64  [installé]
N: Il y a une version supplémentaire 1. Veuillez utiliser l'opérande « -a » pour la voir.
gilles@bbb:~$ 

encore une fois c'est une upgrade de 20.04LTS vers 22.04LTS

Hors ligne

#8 Le 13/01/2024, à 14:29

xubu1957

Re : [RESOLU]Problème : php curl ne charge pas

Bonjour,

Fournis les retours de :

sudo apt update

et d'éventuels paquets cassés :

dpkg -l | grep -v ^ii

Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#9 Le 13/01/2024, à 14:30

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Je suggère :

sudo phpdismod curl
sudo apt purge php7*
sudo apt install php-curl
sudo apt-mark auto php8.1-curl
sudo phpenmod curl

encore une fois c'est une upgrade de 20.04LTS vers 22.04LTS

qui a dû laisser des traces de PHP 7 car les paquets ont été installés avec leur numéro de version, donc pas marqués comme installés automatiquement, donc pas désinstallés par la mise à niveau.

Dernière modification par bruno (Le 13/01/2024, à 14:33)


Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#10 Le 13/01/2024, à 14:35

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ sudo apt update
[sudo] Mot de passe de gilles : 
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease                 
Atteint :3 http://archive.ubuntu.com/ubuntu jammy InRelease                    
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Atteint :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease       
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1277 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [549 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [678 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1023 kB]
Atteint :10 https://packages.redis.io/deb focal InRelease                      
3757 ko réceptionnés en 1s (6489 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
2 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
gilles@bbb:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom                                        Version                                      Architecture Description
+++-==========================================-============================================-============-================================================================================
rc  blueman                                    2.1.2-1ubuntu0.3                             amd64        Graphical bluetooth manager
rc  ca-certificates-java                       20190909ubuntu1.2                            all          Common CA certificates (JKS keystore)
rc  courier-authdaemon                         0.71.1-2build1                               amd64        Courier authentication daemon
rc  courier-base                               1.0.16-3build3                               amd64        Courier mail server - base system
rc  courier-imap                               5.0.13+1.0.16-3build3                        amd64        Courier mail server - IMAP server
rc  crda                                       3.18-1build1                                 amd64        wireless Central Regulatory Domain Agent
rc  dovecot-imapd                              1:2.3.16+dfsg1-3ubuntu2.2                    amd64        secure POP3/IMAP server - IMAP daemon
rc  fuse                                       2.9.9-3                                      amd64        Filesystem in Userspace
rc  gamin                                      0.1.10-6                                     amd64        File and directory monitoring system
rc  ippusbxd                                   1.34-2ubuntu1                                amd64        Daemon for IPP USB printer support
rc  libpython3.8-minimal:amd64                 3.8.10-0ubuntu1~20.04.9                      amd64        Minimal subset of the Python language (version 3.8)
rc  ltrace                                     0.7.3-6.1ubuntu6                             amd64        Tracks runtime library calls in dynamically linked programs
rc  mariadb-client-10.3                        1:10.3.38-0ubuntu0.20.04.1                   amd64        MariaDB database client binaries
rc  mariadb-client-10.6                        1:10.6.12-0ubuntu0.22.04.1                   amd64        MariaDB database client binaries
rc  mariadb-common                             1:10.6.12-0ubuntu0.22.04.1                   all          MariaDB common configuration files
rc  mtools                                     4.0.33-1+really4.0.32-1build1                amd64        Tools for manipulating MSDOS files
rc  openbsd-inetd                              0.20160825-5                                 amd64        OpenBSD Internet Superserver
rc  openjdk-11-jre-headless:amd64              11.0.21+9-0ubuntu1~22.04                     amd64        OpenJDK Java runtime, using Hotspot JIT (headless)
rc  php-imagick                                3.6.0-4ubuntu1                               amd64        Provides a wrapper to the ImageMagick library
rc  php-pear                                   1:1.10.12+submodules+notgz+20210212-1ubuntu3 all          PEAR Base System
rc  php7.4-bz2                                 7.4.3-4ubuntu2.19                            amd64        bzip2 module for PHP
rc  php7.4-cli                                 7.4.3-4ubuntu2.19                            amd64        command-line interpreter for the PHP scripting language
rc  php7.4-common                              7.4.3-4ubuntu2.19                            amd64        documentation, examples and common module for PHP
rc  php7.4-curl                                7.4.3-4ubuntu2.19                            amd64        CURL module for PHP
rc  php7.4-gd                                  7.4.3-4ubuntu2.19                            amd64        GD module for PHP
rc  php7.4-intl                                7.4.3-4ubuntu2.19                            amd64        Internationalisation module for PHP
rc  php7.4-json                                7.4.3-4ubuntu2.19                            amd64        JSON module for PHP
rc  php7.4-mbstring                            7.4.3-4ubuntu2.19                            amd64        MBSTRING module for PHP
rc  php7.4-mysql                               7.4.3-4ubuntu2.19                            amd64        MySQL module for PHP
rc  php7.4-opcache                             7.4.3-4ubuntu2.19                            amd64        Zend OpCache module for PHP
rc  php7.4-readline                            7.4.3-4ubuntu2.19                            amd64        readline module for PHP
rc  php7.4-xml                                 7.4.3-4ubuntu2.19                            amd64        DOM, SimpleXML, XML, and XSL module for PHP
rc  php7.4-zip                                 7.4.3-4ubuntu2.19                            amd64        Zip module for PHP
rc  php8.1-fpm                                 8.1.2-1ubuntu2.14                            amd64        server-side, HTML-embedded scripting language (FPM-CGI binary)
rc  php8.1-phpdbg                              8.1.2-1ubuntu2.14                            amd64        server-side, HTML-embedded scripting language (PHPDBG binary)
rc  pkgconf                                    1.6.3-5                                      amd64        manage compile and link flags for libraries
rc  popularity-contest                         1.71ubuntu3                                  all          Vote for your favourite packages automatically
rc  python3.8-minimal                          3.8.10-0ubuntu1~20.04.9                      amd64        Minimal subset of the Python language (version 3.8)
rc  python3.8-venv                             3.8.10-0ubuntu1~20.04.9                      amd64        Interactive high-level object-oriented language (pyvenv binary, version 3.8)
rc  xul-ext-ubufox                             3.4-0ubuntu1.17.10.1                         all          Ubuntu modifications for Firefox
gilles@bbb:~$ sudo phpdismod curl
gilles@bbb:~$ sudo apt install php-curl
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les NOUVEAUX paquets suivants seront installés :
  php-curl
0 mis à jour, 1 nouvellement installés, 0 à enlever et 2 non mis à jour.
Il est nécessaire de prendre 1834 o dans les archives.
Après cette opération, 14,3 ko d'espace disque supplémentaires seront utilisés.
Réception de :1 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 php-curl all 2:8.1+92ubuntu1 [1834 B]
1834 o réceptionnés en 0s (37,0 ko/s)   
Sélection du paquet php-curl précédemment désélectionné.
dpkg: avertissement: le fichier contenant la liste des fichiers du paquet « dovecot-core » étant manquant, il est considéré qu'aucun fichier du paquet n'est actuellement installé
(Lecture de la base de données... 270281 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../php-curl_2%3a8.1+92ubuntu1_all.deb ...
Dépaquetage de php-curl (2:8.1+92ubuntu1) ...
Paramétrage de php-curl (2:8.1+92ubuntu1) ...
gilles@bbb:~$ sudo apt-mark auto php8.1-curl
php8.1-curl passé en « installé automatiquement ».
gilles@bbb:~$ sudo phpenmod curl
gilles@bbb:~$ sudo service apache2 restart
gilles@bbb:~$ 

Merci bruno mais ça ne marche toujours pas.

Hors ligne

#11 Le 13/01/2024, à 18:37

bruno

Re : [RESOLU]Problème : php curl ne charge pas

C'est bien ce que je disais il y a pleins de résidus de paquets php7.4.

sudo apt purge '~c'

et pour être sûr :

sudo apt purge php7*

Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#12 Le 13/01/2024, à 18:41

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

cela ne résout pas le probleme

Hors ligne

#13 Le 13/01/2024, à 18:46

xubu1957

Re : [RESOLU]Problème : php curl ne charge pas

On n'a pas vu les retours des commandes du message #11.

Lecture conseillée > memento des balises code.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#14 Le 13/01/2024, à 18:47

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ sudo apt purge '~c'
[sudo] Mot de passe de gilles : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets suivants seront ENLEVÉS :
  blueman* ca-certificates-java* courier-authdaemon* courier-base*
  courier-imap* crda* dovecot-imapd* fuse* gamin* ippusbxd*
  libpython3.8-minimal* ltrace* mariadb-client-10.3* mariadb-client-10.6*
  mariadb-common* mtools* openbsd-inetd* openjdk-11-jre-headless* php-imagick*
  php-pear* php7.4-bz2* php7.4-cli* php7.4-common* php7.4-curl* php7.4-gd*
  php7.4-intl* php7.4-json* php7.4-mbstring* php7.4-mysql* php7.4-opcache*
  php7.4-readline* php7.4-xml* php7.4-zip* php8.1-fpm* php8.1-phpdbg* pkgconf*
  popularity-contest* python3.8-minimal* python3.8-venv* xul-ext-ubufox*
0 mis à jour, 0 nouvellement installés, 40 à enlever et 2 non mis à jour.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
dpkg: avertissement: le fichier contenant la liste des fichiers du paquet « dovecot-core » étant manquant, il est considéré qu'aucun fichier du paquet n'est actuellement installé
(Lecture de la base de données... 270278 fichiers et répertoires déjà installés.
)
Purge des fichiers de configuration de fuse (2.9.9-3) ...
Purge des fichiers de configuration de php-pear (1:1.10.12+submodules+notgz+2021
0212-1ubuntu3) ...
Purge des fichiers de configuration de libpython3.8-minimal:amd64 (3.8.10-0ubunt
u1~20.04.9) ...
Purge des fichiers de configuration de php7.4-json (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-xml (7.4.3-4ubuntu2.19) ...
dpkg: avertissement: lors de la suppression de php7.4-xml, le répertoire « /etc/
php/7.4/mods-available » n'était pas vide, donc il n'a pas été supprimé
Purge des fichiers de configuration de php7.4-common (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-curl (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-mysql (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de courier-base (1.0.16-3build3) ...
dpkg: avertissement: lors de la suppression de courier-base, le répertoire « /va
r/lib/courier » n'était pas vide, donc il n'a pas été supprimé
Purge des fichiers de configuration de mtools (4.0.33-1+really4.0.32-1build1) ..
.
Purge des fichiers de configuration de popularity-contest (1.71ubuntu3) ...
Purge des fichiers de configuration de openjdk-11-jre-headless:amd64 (11.0.21+9-
0ubuntu1~22.04) ...
Purge des fichiers de configuration de ltrace (0.7.3-6.1ubuntu6) ...
Purge des fichiers de configuration de php8.1-phpdbg (8.1.2-1ubuntu2.14) ...
Purge des fichiers de configuration de php7.4-readline (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-mbstring (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-bz2 (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de php7.4-cli (7.4.3-4ubuntu2.19) ...
dpkg: avertissement: lors de la suppression de php7.4-cli, le répertoire « /etc/
php/7.4 » n'était pas vide, donc il n'a pas été supprimé
Purge des fichiers de configuration de blueman (2.1.2-1ubuntu0.3) ...
Purge des fichiers de configuration de php7.4-intl (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de pkgconf (1.6.3-5) ...
Purge des fichiers de configuration de gamin (0.1.10-6) ...
Purge des fichiers de configuration de mariadb-common (1:10.6.12-0ubuntu0.22.04.
1) ...
Purge des fichiers de configuration de ippusbxd (1.34-2ubuntu1) ...
Purge des fichiers de configuration de php8.1-fpm (8.1.2-1ubuntu2.14) ...
apache2_invoke postrm: Purging state for php8.1-fpm
Purge des fichiers de configuration de php7.4-zip (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de python3.8-venv (3.8.10-0ubuntu1~20.04.9) 
...
Purge des fichiers de configuration de courier-authdaemon (0.71.1-2build1) ...
Purge des fichiers de configuration de mariadb-client-10.3 (1:10.3.38-0ubuntu0.2
0.04.1) ...
Purge des fichiers de configuration de openbsd-inetd (0.20160825-5) ...
Purge des fichiers de configuration de python3.8-minimal (3.8.10-0ubuntu1~20.04.
9) ...
Purge des fichiers de configuration de courier-imap (5.0.13+1.0.16-3build3) ...
Purge des fichiers de configuration de php7.4-opcache (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de xul-ext-ubufox (3.4-0ubuntu1.17.10.1) ...
Purge des fichiers de configuration de ca-certificates-java (20190909ubuntu1.2) 
...
Purge des fichiers de configuration de php-imagick (3.6.0-4ubuntu1) ...
Purge des fichiers de configuration de crda (3.18-1build1) ...
Purge des fichiers de configuration de mariadb-client-10.6 (1:10.6.12-0ubuntu0.2
2.04.1) ...
Purge des fichiers de configuration de php7.4-gd (7.4.3-4ubuntu2.19) ...
Purge des fichiers de configuration de dovecot-imapd (1:2.3.16+dfsg1-3ubuntu2.2)
 ...
dpkg: avertissement: lors de la suppression de dovecot-imapd, le répertoire « /u
sr/share/dovecot » n'était pas vide, donc il n'a pas été supprimé
Traitement des actions différées (« triggers ») pour dbus (1.12.20-2ubuntu4.1) .
..
Traitement des actions différées (« triggers ») pour ufw (0.36.1-4ubuntu0.1) ...
gilles@bbb:~$ sudo apt purge php7*
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Note : sélection de php7.2-common pour l'expression rationnelle « php7* »
Note : sélection de php7.0-thrift pour l'expression rationnelle « php7* »
Note : sélection de php7.2-sodium pour l'expression rationnelle « php7* »
Note : sélection de php7.3-common pour l'expression rationnelle « php7* »
Note : sélection de php7.4-fpm pour l'expression rationnelle « php7* »
Note : sélection de php7.0-common pour l'expression rationnelle « php7* »
Note : sélection de php7.2-thrift pour l'expression rationnelle « php7* »
Note : sélection de php7.4-common pour l'expression rationnelle « php7* »
Note : sélection de php7.1-common pour l'expression rationnelle « php7* »
Note : sélection de php7.0-curl pour l'expression rationnelle « php7* »
Le paquet « php7.0-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.1-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.2-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.3-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.4-common » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.0-curl » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.2-sodium » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.0-thrift » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.2-thrift » n'est pas installé, et ne peut donc être supprimé
Le paquet « php7.4-fpm » n'est pas installé, et ne peut donc être supprimé
0 mis à jour, 0 nouvellement installés, 0 à enlever et 2 non mis à jour.
gilles@bbb:~$ sudo service apache2 restart
gilles@bbb:~$ sudo update
sudo: update : commande introuvable
gilles@bbb:~$ sudo apt update
Atteint :1 http://archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Atteint :3 http://fr.archive.ubuntu.com/ubuntu jammy InRelease                 
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Atteint :5 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1277 kB]
Atteint :7 https://packages.redis.io/deb focal InRelease                 
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [549 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1023 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [678 kB]
3757 ko réceptionnés en 1s (4365 ko/s)                    
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
2 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
gilles@bbb:~$ apt list --upgradable
En train de lister... Fait
transmission-common/jammy-updates,jammy-updates 3.00-2ubuntu2.1 all [pouvant être mis à jour depuis : 3.00-2ubuntu2]
transmission-gtk/jammy-updates 3.00-2ubuntu2.1 amd64 [pouvant être mis à jour depuis : 3.00-2ubuntu2]
gilles@bbb:~$ sudo apt upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Calcul de la mise à jour... Fait
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  gsasl-common libjs-jquery-ui libopenexr25 libpostproc55 php-twig libgsasl7
  libavcodec58 libmagickwand-6.q16-6 libavutil56 libswscale5
  libmagickcore-6.q16-6 libswresample3 imagemagick-6-common libavformat58
  libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
Les paquets suivants seront mis à jour :
  transmission-common transmission-gtk
2 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 617 ko dans les archives.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 transmission-common all 3.00-2ubuntu2.1 [205 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 transmission-gtk amd64 3.00-2ubuntu2.1 [412 kB]
617 ko réceptionnés en 0s (4409 ko/s)      
dpkg: avertissement: le fichier contenant la liste des fichiers du paquet « dove
cot-core » étant manquant, il est considéré qu'aucun fichier du paquet n'est act
uellement installé
(Lecture de la base de données... 270201 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../transmission-common_3.00-2ubuntu2.1_all.deb ..
.
Dépaquetage de transmission-common (3.00-2ubuntu2.1) sur (3.00-2ubuntu2) ...
Préparation du dépaquetage de .../transmission-gtk_3.00-2ubuntu2.1_amd64.deb ...
Dépaquetage de transmission-gtk (3.00-2ubuntu2.1) sur (3.00-2ubuntu2) ...
Paramétrage de transmission-common (3.00-2ubuntu2.1) ...
Paramétrage de transmission-gtk (3.00-2ubuntu2.1) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1u
buntu3) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2)
 ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu
3) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) 
...
gilles@bbb:~$ 

gilles@bbb:~$

Dernière modification par ujiko (Le 13/01/2024, à 18:54)

Hors ligne

#15 Le 13/01/2024, à 19:39

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Redonne le retour de :

sudo phpenmod curl

et de

ls -l /etc/php/8.1/apache2/conf.d/20-curl.ini 
ls -l /etc/php/8.1/mods-available/curl.ini 

Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#16 Le 13/01/2024, à 19:46

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ sudo phpenmod curl
[sudo] Mot de passe de gilles : 
gilles@bbb:~$ ls -l /etc/php/8.1/apache2/conf.d/20-curl.ini 
lrwxrwxrwx 1 root root 36 janv. 13 13:32 /etc/php/8.1/apache2/conf.d/20-curl.ini -> /etc/php/8.1/mods-available/curl.ini
gilles@bbb:~$ ls -l /etc/php/8.1/mods-available/curl.ini 
-rw-r--r-- 1 root root 68 août  18 13:41 /etc/php/8.1/mods-available/curl.ini
gilles@bbb:~$ 

Hors ligne

#17 Le 13/01/2024, à 20:54

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Pour moi tout est correct. Cela doit fonctionner avec Apache.
On peu éventuellement vérifier  que c'est avalement correct pour l’interpréteur en ligne de commande

ls -l /etc/php/8.1/cli/conf.d/20-curl.ini 

Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#18 Le 13/01/2024, à 23:08

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ php -m | grep curl
PHP Warning:  PHP Startup: Unable to load dynamic library 'curl.so' (tried: /usr/lib/php/20210902/curl.so (libldap_r-2.4.so.2: cannot open shared object file: No such file or directory), /usr/lib/php/20210902/curl.so.so (/usr/lib/php/20210902/curl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
gilles@bbb:~$ 

Hors ligne

#19 Le 14/01/2024, à 08:36

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Il manque le retour de #17.
Bon en relisant le fil je trouve certaines choses très bizarres.

Pourquoi le bit d'exécution (x) est-il positionné sur le fichier cul.so ?

gilles@bbb:~$ ls -l /usr/lib/php/20210902/curl.so 
-rwxr-xr-x 1 root root 117000 août  18 13:41 /usr/lib/php/20210902/curl.so

J'ai testé cela ne provoque pas d'erreur mais ce n'est absolument pas normal. Et surtout il faudrait savoir pourquoi et quand cette modification a été réalisée.

Dans le message d'erreur obtenu, il y une mention de libldap_r-2.4.so2 :

libldap_r-2.4.so.2: cannot open shared object file: No such file or directory

Donc encore une recherche de fichier de la version précédente (focal 20.04) d'Ubuntu.
Il faut vérifier la présence de paquets ldap et leur version :

apt list --installed *ldap*

Dans tes dépôts; il y en a un qui est encore en version focal 20.04 :

Atteint :10 https://packages.redis.io/deb focal InRelease 

Il faut le modifier pour jammy ou le désactiver.

Enfin, j'ai l'impression que tu n'utilises pas :

sudo apt full-upgrade

qui permet de désinstaller automatiquement les paquets obsolètes lors d'une mise à jour.


Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#20 Le 14/01/2024, à 08:41

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~$ apt list --installed *ldap*
En train de lister... Fait
ldap-utils/jammy-updates,now 2.5.16+dfsg-0ubuntu0.22.04.1 amd64  [installé, automatique]
libaprutil1-ldap/jammy-updates,jammy-security,now 1.6.1-5ubuntu4.22.04.2 amd64  [installé, automatique]
libldap-2.5-0/jammy-updates,now 2.5.16+dfsg-0ubuntu0.22.04.1 amd64  [installé, automatique]
libldap-common/jammy-updates,jammy-updates,now 2.5.16+dfsg-0ubuntu0.22.04.1 all  [installé, automatique]
libldap-dev/jammy-updates,now 2.5.16+dfsg-0ubuntu0.22.04.1 amd64  [installé, automatique]
libldap2-dev/jammy-updates,jammy-updates,now 2.5.16+dfsg-0ubuntu0.22.04.1 all  [installé]
sssd-ldap/jammy-updates,now 2.6.3-1ubuntu3.2 amd64  [installé, automatique]

gilles@bbb:~$ sudo apt full-upgrade
[sudo] Mot de passe de gilles : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Calcul de la mise à jour... Fait
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
  gsasl-common libjs-jquery-ui libopenexr25 libpostproc55 php-twig libgsasl7
  libavcodec58 libmagickwand-6.q16-6 libavutil56 libswscale5
  libmagickcore-6.q16-6 libswresample3 imagemagick-6-common libavformat58
  libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
0 mis à jour, 0 nouvellement installés

Dernière modification par ujiko (Le 14/01/2024, à 08:53)

Hors ligne

#21 Le 14/01/2024, à 08:56

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

bruno a écrit :

Dans tes dépôts; il y en a un qui est encore en version focal 20.04 :

Atteint :10 https://packages.redis.io/deb focal InRelease

Il faut le modifier pour jammy ou le désactiver.

tu me pose une colle là?

Hors ligne

#22 Le 14/01/2024, à 10:14

bruno

Re : [RESOLU]Problème : php curl ne charge pas

C'est toi qui a installé ce dépôt, tu dois savoir comment faire… (regarde les fichiers sous /etc/apt/sources.list.d)

Pour ldap c'est curieux, il ne devrait plus rester de traces de la version 2.4 et pourtant l'erreur avec php est bien là.
On va quand même s'en assurer :

sudo apt purge libldap-2.4* pĥp*-ldap 

Si l'erreur persiste c'est probablement dû à un fichier php.ini bricolé pour charger les bibliothèques ldap ou curl

Il faut expliquer pourquoi tes fichiers de bibliothèques sous /usr/lib/php/20210902/ sont exécutables. Si tu as modifié les permissions sur des fichiers système il faudra peu-être envisager une réinstallation complète pour avoir un système propre et fonctionnel.


Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne

#23 Le 14/01/2024, à 19:21

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

Je ne sais pas comment le désinstaller car je ne l'ai pas installé individuellement, j'ai juste upgradé le système.

gilles@bbb:~$ sudo apt purge libldap-2.4* pĥp*-ldap 
[sudo] Mot de passe de gilles : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Note : sélection de libldap-2.4-2 pour l'expression rationnelle « libldap-2.4* »
Le paquet « libldap-2.4-2 » n'est pas installé, et ne peut donc être supprimé
E: Impossible de trouver le paquet pĥp*-ldap
gilles@bbb:~$ 

enfin si curl.so était devenu exécutable c'est parce que c'est moi qui ai changé son bit car je pensais que c'était une erreur qu'il ne le soit pas, mais il n'y a que ça sur le quel je suis intervenu car malgré tout, rien ne marche. Enfin rien n'explique cette incohérence ; le fichier est bien là, pourquoi il ne le trouve pas avec le bon path?
Je me demande pourquoi j'ai quitté openSUSE, car avec les rpm toutes les dépendances étaient parfaitement gérées, je crois que c"est parce que ubuntu a la cote auprès des développeurs et que c'est pour cela que j'ai changé de distro (bigbluebutton est une app qui exige 20.04LTS et c'était mon projet de départ). J'ai upgradé car fossa ne gérait pas le c++20
https://ubuntuforums.org/showthread.php … st14173245
Mais là aptitude montre ses limites.

Dernière modification par ujiko (Le 15/01/2024, à 03:33)

Hors ligne

#24 Le 15/01/2024, à 05:19

ujiko

Re : [RESOLU]Problème : php curl ne charge pas

gilles@bbb:~/Téléchargements/curl-8.4.0$ ./configure --with-openssl
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports nested variables... yes
checking whether to enable debug build options... no
checking whether to enable compiler optimizer... (assumed) yes
checking whether to enable strict compiler warnings... no
checking whether to enable compiler warnings as errors... no
checking whether to enable curl debug memory tracking... no
checking whether to enable hiding of library internal symbols... yes
checking whether to enable c-ares for DNS lookups... no
checking whether to disable dependency on -lrt... (assumed no)
checking whether to enable ECH support... no
checking for path separator... :
checking for sed... /usr/bin/sed
checking for grep... /usr/bin/grep
checking that grep -E works... yes
checking for ar... /usr/bin/ar
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for stdatomic.h... yes
checking if _Atomic is available... yes
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for code coverage support... no
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking curl version... 8.4.0
checking for apxs... /usr/bin/apxs
checking for nghttpx... no
checking for caddy... no
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking if OS is AIX (to define _ALL_SOURCE)... no
checking if _THREAD_SAFE is already defined... no
checking if _THREAD_SAFE is actually needed... no
checking if _THREAD_SAFE is onwards defined... no
checking if _REENTRANT is already defined... no
checking if _REENTRANT is actually needed... no
checking if _REENTRANT is onwards defined... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether to build shared libraries with -version-info... yes
checking whether to build shared libraries with -no-undefined... no
checking whether to build shared libraries with -mimpure-text... no
checking whether to build shared libraries with PIC... yes
checking whether to build static libraries with PIC... yes
checking whether to build shared libraries only... no
checking whether to build static libraries only... no
checking for windres... no
checking for inline... inline
checking if cpp -P is needed... yes
checking if cpp -P works... yes
checking if compiler is DEC/Compaq/HP C... no
checking if compiler is HP-UX C... no
checking if compiler is IBM C... no
checking if compiler is Intel C... no
checking if compiler is clang... no
checking if compiler is GNU C... yes
checking if compiler is LCC... no
checking if compiler is SGI MIPSpro C... no
checking if compiler is SGI MIPS C... no
checking if compiler is SunPro C... no
checking if compiler is Tiny C... no
checking if compiler accepts some basic options... yes
configure: compiler options added: -Werror-implicit-function-declaration 
checking if compiler optimizer assumed setting might be used... yes
checking if compiler accepts optimizer enabling options... yes
configure: compiler options added: -O2
checking if compiler accepts strict warning options... yes
configure: compiler options added: -Wno-system-headers 
checking if compiler halts on compilation errors... yes
checking if compiler halts on negative sized arrays... yes
checking if compiler halts on function prototype mismatch... yes
checking if compiler supports hiding library internal symbols... yes
checking for windows.h... no
checking whether build target is a native Windows one... no
checking whether build target supports WIN32 file API... no
checking whether build target supports WIN32 crypto API... no
checking for good-to-use Darwin CFLAGS... no
checking whether to link macOS CoreFoundation, CoreServices, and SystemConfiguration frameworks... no
checking to see if the compiler supports __builtin_available()... no
checking whether to support http... yes
checking whether to support ftp... yes
checking whether to support file... yes
checking whether to support ldap... yes
checking whether to support ldaps... yes
checking whether to support rtsp... yes
checking whether to support proxies... yes
checking whether to support dict... yes
checking whether to support telnet... yes
checking whether to support tftp... yes
checking whether to support pop3... yes
checking whether to support imap... yes
checking whether to support smb... yes
checking whether to support smtp... yes
checking whether to support gopher... yes
checking whether to support mqtt... no
checking whether to provide built-in manual... yes
checking whether to enable generation of C code... yes
checking whether to use libgcc... no
checking if X/Open network library is required... no
checking for gethostbyname... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for proto/bsdsocket.h... no
checking for connect in libraries... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for monotonic clock_gettime... yes
checking for clock_gettime in libraries... no additional lib required
checking if monotonic clock_gettime works... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for raw monotonic clock_gettime... yes
checking for pkg-config... /usr/bin/pkg-config
checking for zlib options with pkg-config... found
checking for zlib.h... yes
configure: found both libz and libz.h header
checking for BrotliDecoderDecompress in -lbrotlidec... yes
checking for brotli/decode.h... yes
checking for ZSTD_createDStream in -lzstd... no
checking for zstd.h... no
checking for lber.h... yes
checking for ldap.h... yes
checking for ldap_ssl.h... no
checking for LDAP libraries... -lldap -llber
checking for ldap_url_parse... yes
checking for ldap_init_fd... yes
checking whether to enable IPv6... yes
checking if struct sockaddr_in6 has sin6_scope_id member... yes
checking if argv can be written to... yes
checking if GSS-API support is requested... no
checking whether to enable Windows native SSL/TLS... no
checking whether to enable Secure Transport... no
checking whether to enable Amiga native SSL/TLS (AmiSSL v5)... no
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for openssl options with pkg-config... found
configure: pkg-config: SSL_LIBS: "-lssl -lcrypto"
configure: pkg-config: SSL_LDFLAGS: ""
configure: pkg-config: SSL_CPPFLAGS: ""
checking for HMAC_Update in -lcrypto... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... yes
checking for openssl/rsa.h... yes
checking for openssl/crypto.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/err.h... yes
checking for BoringSSL... no
checking for AWS-LC... no
checking for libressl... no
checking for OpenSSL >= v3... yes
checking for "/dev/urandom"... yes
checking for SRP support in OpenSSL... yes
configure: built with one SSL backend
checking default CA cert bundle/path... configure: want unset ca /etc/ssl/certs/ca-certificates.crt
/etc/ssl/certs/ca-certificates.crt
/etc/ssl/certs (capath)
checking whether to use builtin CA store of SSL library... no
checking for library containing psl_builtin... -lpsl
checking for library containing gsasl_init... no
configure: WARNING: libgsasl was not found
checking for RTMP_Init in -lrtmp... yes
checking for librtmp/rtmp.h... yes
checking whether versioned symbols are wanted... no
checking whether to enable Windows native IDN (Windows native builds only)... no
checking whether to build with libidn2... (assumed) yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libidn2 options with pkg-config... found
configure: pkg-config: IDN_LIBS: "-lidn2"
configure: pkg-config: IDN_LDFLAGS: ""
configure: pkg-config: IDN_CPPFLAGS: ""
configure: pkg-config: IDN_DIR: ""
checking if idn2_lookup_ul can be linked... yes
checking for idn2.h... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libnghttp2 options with pkg-config... found
configure: -l is -lnghttp2
configure: -I is 
configure: -L is 
checking for nghttp2_session_get_stream_local_window_size in -lnghttp2... yes
checking for nghttp2/nghttp2.h... yes
configure: Added  to CURL_LIBRARY_PATH
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for fish options with pkg-config... no
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for arpa/inet.h... yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for netinet/in6.h... no
checking for sys/un.h... yes
checking for linux/tcp.h... yes
checking for netinet/tcp.h... yes
checking for netinet/udp.h... yes
checking for netdb.h... yes
checking for sys/sockio.h... no
checking for sys/stat.h... (cached) yes
checking for sys/param.h... yes
checking for termios.h... yes
checking for termio.h... yes
checking for fcntl.h... yes
checking for io.h... no
checking for pwd.h... yes
checking for utime.h... yes
checking for sys/utime.h... no
checking for sys/poll.h... yes
checking for poll.h... yes
checking for socket.h... no
checking for sys/resource.h... yes
checking for libgen.h... yes
checking for locale.h... yes
checking for stdbool.h... yes
checking for sys/filio.h... no
checking for sys/wait.h... yes
checking for setjmp.h... yes
checking for an ANSI C-conforming const... yes
checking for compiler support of C99 variadic macro style... yes
checking for compiler support of old gcc variadic macro style... yes
checking for size_t... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for struct timeval... yes
checking run-time libs availability... fine
checking size of size_t... 8
checking size of long... 8
checking size of int... 4
checking size of time_t... 8
checking size of off_t... 8
checking size of curl_off_t... 8
checking size of curl_socket_t... 4
checking for long long... yes
checking for ssize_t... yes
checking for bool... yes
checking for sa_family_t... yes
checking for suseconds_t... yes
checking if time_t is unsigned... no
checking for sys/types.h... (cached) yes
checking for poll.h... (cached) yes
checking for sys/poll.h... (cached) yes
checking for in_addr_t... yes
checking for struct sockaddr_storage... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for select... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for recv... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for send... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking if alarm can be linked... yes
checking if alarm is prototyped... yes
checking if alarm is compilable... yes
checking if alarm usage allowed... yes
checking if alarm might be used... yes
checking for sys/types.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for libgen.h... (cached) yes
checking if basename can be linked... yes
checking if basename is prototyped... yes
checking if basename is compilable... yes
checking if basename usage allowed... yes
checking if basename might be used... yes
checking for sys/types.h... (cached) yes
checking for socket.h... (cached) no
checking if closesocket can be linked... no
checking if closesocket might be used... no
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking if CloseSocket can be linked... no
checking if CloseSocket might be used... no
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking if fcntl can be linked... yes
checking if fcntl is prototyped... yes
checking if fcntl is compilable... yes
checking if fcntl usage allowed... yes
checking if fcntl might be used... yes
checking if fcntl O_NONBLOCK is compilable... yes
checking if fcntl O_NONBLOCK usage allowed... yes
checking if fcntl O_NONBLOCK might be used... yes
checking for windows.h... (cached) no
checking for winsock2.h... (cached) no
checking for ws2tcpip.h... (cached) no
checking for sys/types.h... (cached) yes
checking for netdb.h... (cached) yes
checking if freeaddrinfo can be linked... yes
checking if freeaddrinfo is prototyped... yes
checking if freeaddrinfo is compilable... yes
checking if freeaddrinfo usage allowed... yes
checking if freeaddrinfo might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/xattr.h... yes
checking if fsetxattr can be linked... yes
checking if fsetxattr is prototyped... yes
checking if fsetxattr takes 5 args.... yes
checking if fsetxattr is compilable... yes
checking if fsetxattr usage allowed... yes
checking if fsetxattr might be used... yes
checking if ftruncate can be linked... yes
checking if ftruncate is prototyped... yes
checking if ftruncate is compilable... yes
checking if ftruncate usage allowed... yes
checking if ftruncate might be used... yes
checking for sys/types.h... (cached) yes
checking if getaddrinfo can be linked... yes
checking if getaddrinfo is prototyped... yes
checking if getaddrinfo is compilable... yes
checking if getaddrinfo seems to work... yes
checking if getaddrinfo usage allowed... yes
checking if getaddrinfo might be used... yes
checking if getaddrinfo is threadsafe... yes
checking if gethostbyname can be linked... yes
checking if gethostbyname is prototyped... yes
checking if gethostbyname is compilable... yes
checking if gethostbyname usage allowed... yes
checking if gethostbyname might be used... yes
checking if gethostbyname_r can be linked... yes
checking if gethostbyname_r is prototyped... yes
checking if gethostbyname_r takes 3 args.... no
checking if gethostbyname_r takes 5 args.... no
checking if gethostbyname_r takes 6 args.... yes
checking if gethostbyname_r is compilable... yes
checking if gethostbyname_r usage allowed... yes
checking if gethostbyname_r might be used... yes
checking if gethostname can be linked... yes
checking if gethostname is prototyped... yes
checking if gethostname is compilable... yes
checking for gethostname arg 2 data type... size_t
checking if gethostname usage allowed... yes
checking if gethostname might be used... yes
checking if getpeername can be linked... yes
checking if getpeername is prototyped... yes
checking if getpeername is compilable... yes
checking if getpeername usage allowed... yes
checking if getpeername might be used... yes
checking if getsockname can be linked... yes
checking if getsockname is prototyped... yes
checking if getsockname is compilable... yes
checking if getsockname usage allowed... yes
checking if getsockname might be used... yes
checking for net/if.h... (cached) yes
checking if if_nametoindex can be linked... yes
checking if if_nametoindex is prototyped... yes
checking if if_nametoindex is compilable... yes
checking if if_nametoindex usage allowed... yes
checking if if_nametoindex might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for ifaddrs.h... yes
checking if getifaddrs can be linked... yes
checking if getifaddrs is prototyped... yes
checking if getifaddrs is compilable... yes
checking if getifaddrs seems to work... yes
checking if getifaddrs usage allowed... yes
checking if getifaddrs might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... (cached) yes
checking if gmtime_r can be linked... yes
checking if gmtime_r is prototyped... yes
checking if gmtime_r is compilable... yes
checking if gmtime_r seems to work... yes
checking if gmtime_r usage allowed... yes
checking if gmtime_r might be used... yes
checking for sys/types.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking if inet_ntop can be linked... yes
checking if inet_ntop is prototyped... yes
checking if inet_ntop is compilable... yes
checking if inet_ntop seems to work... yes
checking if inet_ntop usage allowed... yes
checking if inet_ntop might be used... yes
checking if inet_pton can be linked... yes
checking if inet_pton is prototyped... yes
checking if inet_pton is compilable... yes
checking if inet_pton seems to work... yes
checking if inet_pton usage allowed... yes
checking if inet_pton might be used... yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for stropts.h... no
checking if ioctl can be linked... yes
checking if ioctl is prototyped... yes
checking if ioctl is compilable... yes
checking if ioctl usage allowed... yes
checking if ioctl might be used... yes
checking if ioctl FIONBIO is compilable... yes
checking if ioctl FIONBIO usage allowed... yes
checking if ioctl FIONBIO might be used... yes
checking if ioctl SIOCGIFADDR is compilable... yes
checking if ioctl SIOCGIFADDR usage allowed... yes
checking if ioctl SIOCGIFADDR might be used... yes
checking if ioctlsocket can be linked... no
checking if ioctlsocket might be used... no
checking if IoctlSocket can be linked... no
checking if IoctlSocket might be used... no
checking if memrchr can be linked... yes
checking if memrchr is prototyped... no
checking if memrchr might be used... no
checking if poll can be linked... yes
checking if poll is prototyped... yes
checking if poll is compilable... yes
checking if poll seems to work... yes
checking if poll usage allowed... yes
checking if poll might be used... yes
checking for sys/types.h... (cached) yes
checking if sigaction can be linked... yes
checking if sigaction is prototyped... yes
checking if sigaction is compilable... yes
checking if sigaction usage allowed... yes
checking if sigaction might be used... yes
checking if siginterrupt can be linked... yes
checking if siginterrupt is prototyped... yes
checking if siginterrupt is compilable... yes
checking if siginterrupt usage allowed... yes
checking if siginterrupt might be used... yes
checking if signal can be linked... yes
checking if signal is prototyped... yes
checking if signal is compilable... yes
checking if signal usage allowed... yes
checking if signal might be used... yes
checking for sys/types.h... (cached) yes
checking if sigsetjmp can be linked... no
checking if sigsetjmp seems a macro... yes
checking if sigsetjmp is compilable... yes
checking if sigsetjmp usage allowed... yes
checking if sigsetjmp might be used... yes
checking if socket can be linked... yes
checking if socket is prototyped... yes
checking if socket is compilable... yes
checking if socket usage allowed... yes
checking if socket might be used... yes
checking if socketpair can be linked... yes
checking if socketpair is prototyped... yes
checking if socketpair is compilable... yes
checking if socketpair usage allowed... yes
checking if socketpair might be used... yes
checking if strcasecmp can be linked... yes
checking if strcasecmp is prototyped... yes
checking if strcasecmp is compilable... yes
checking if strcasecmp usage allowed... yes
checking if strcasecmp might be used... yes
checking if strcmpi can be linked... no
checking if strcmpi might be used... no
checking if strdup can be linked... yes
checking if strdup is prototyped... yes
checking if strdup is compilable... yes
checking if strdup usage allowed... yes
checking if strdup might be used... yes
checking if strerror_r can be linked... yes
checking if strerror_r is prototyped... yes
checking if strerror_r is compilable... yes
checking if strerror_r is glibc like... no
checking if strerror_r is POSIX like... yes
checking if strerror_r seems to work... yes
checking if strerror_r usage allowed... yes
checking if strerror_r might be used... yes
checking if stricmp can be linked... no
checking if stricmp might be used... no
checking if strtok_r can be linked... yes
checking if strtok_r is prototyped... yes
checking if strtok_r is compilable... yes
checking if strtok_r usage allowed... yes
checking if strtok_r might be used... yes
checking if strtoll can be linked... yes
checking if strtoll is prototyped... yes
checking if strtoll is compilable... yes
checking if strtoll usage allowed... yes
checking if strtoll might be used... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether getpwuid_r is declared... yes
checking for _fseeki64... no
checking deeper for _fseeki64... but still no
checking for arc4random... no
checking deeper for arc4random... but still no
checking for fchmod... yes
checking for fnmatch... yes
checking for fseeko... yes
checking for geteuid... yes
checking for getpass_r... no
checking deeper for getpass_r... but still no
checking for getppid... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrlimit... yes
checking for gettimeofday... yes
checking for if_nametoindex... yes
checking for mach_absolute_time... no
checking deeper for mach_absolute_time... but still no
checking for pipe... yes
checking for sched_yield... yes
checking for sendmsg... yes
checking for setlocale... yes
checking for setmode... no
checking deeper for setmode... but still no
checking for setrlimit... yes
checking for snprintf... yes
checking for utime... yes
checking for utimes... yes
checking how to set a socket into non-blocking mode... fcntl O_NONBLOCK
checking for perl... /usr/bin/perl
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking how to use *nroff to get plain text from man pages... -man
checking whether to enable the threaded resolver... yes
checking whether to use POSIX threads for threaded resolver... auto
checking for pthread.h... yes
checking for pthread_create... yes
checking convert -I options to -isystem... yes
checking whether to enable verbose strings... yes
checking whether to enable SSPI support (Windows native builds only)... no
checking whether to enable basic authentication method... yes
checking whether to enable bearer authentication method... yes
checking whether to enable digest authentication method... yes
checking whether to enable kerberos authentication method... yes
checking whether to enable negotiate authentication method... yes
checking whether to enable aws sig methods... yes
checking whether to support NTLM... yes
checking whether to enable NTLM delegation to winbind's helper... no
checking whether to enable TLS-SRP authentication... yes
checking whether to enable Unix domain sockets... auto
checking for struct sockaddr_un.sun_path... yes
checking whether to support cookies... yes
checking whether to support socketpair... yes
checking whether to support HTTP authentication... yes
checking whether to support DoH... yes
checking whether to support the MIME API... yes
checking whether to support binding connections locally... yes
checking whether to support the form API... yes
checking whether to support date parsing... yes
checking whether to support netrc parsing... yes
checking whether to support progress-meter... yes
checking whether to support DNS shuffling... yes
checking whether to support curl_easy_option*... yes
checking whether to support alt-svc... yes
checking whether to support headers-api... yes
checking whether to support HSTS... yes
checking for SSL_set0_wbio... yes
checking whether to support WebSockets... no
checking whether hiding of library internal symbols will actually happen... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/examples/Makefile
config.status: creating docs/libcurl/Makefile
config.status: creating docs/libcurl/opts/Makefile
config.status: creating docs/cmdline-opts/Makefile
config.status: creating include/Makefile
config.status: creating include/curl/Makefile
config.status: creating src/Makefile
config.status: creating lib/Makefile
config.status: creating scripts/Makefile
config.status: creating lib/libcurl.vers
config.status: creating lib/libcurl.plist
config.status: creating tests/Makefile
config.status: creating tests/config
config.status: creating tests/certs/Makefile
config.status: creating tests/certs/scripts/Makefile
config.status: creating tests/data/Makefile
config.status: creating tests/server/Makefile
config.status: creating tests/libtest/Makefile
config.status: creating tests/unit/Makefile
config.status: creating tests/http/config.ini
config.status: creating tests/http/Makefile
config.status: creating tests/http/clients/Makefile
config.status: creating packages/Makefile
config.status: creating packages/vms/Makefile
config.status: creating curl-config
config.status: creating libcurl.pc
config.status: creating lib/curl_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: Configured to build curl/libcurl:

  Host setup:       x86_64-pc-linux-gnu
  Install prefix:   /usr/local
  Compiler:         gcc
   CFLAGS:          -Werror-implicit-function-declaration -O2 -Wno-system-headers
   CPPFLAGS:        
   LDFLAGS:         
   LIBS:            -lnghttp2 -lidn2 -lrtmp -lpsl -lssl -lcrypto -lssl -lcrypto -lldap -llber -lbrotlidec -lz

  curl version:     8.4.0
  SSL:              enabled (OpenSSL v3+)
  SSH:              no      (--with-{libssh,libssh2})
  zlib:             enabled
  brotli:           enabled (libbrotlidec)
  zstd:             no      (--with-zstd)
  GSS-API:          no      (--with-gssapi)
  GSASL:            no      (libgsasl not found)
  TLS-SRP:          enabled
  resolver:         POSIX threaded
  IPv6:             enabled
  Unix sockets:     enabled
  IDN:              enabled (libidn2)
  Build libcurl:    Shared=yes, Static=yes
  Built-in manual:  enabled
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors:   enabled (--disable-verbose)
  Code coverage:    disabled
  SSPI:             no      (--enable-sspi)
  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt
  ca cert path:     /etc/ssl/certs
  ca fallback:      no
  LDAP:             enabled (OpenLDAP)
  LDAPS:            enabled
  RTSP:             enabled
  RTMP:             enabled (librtmp)
  PSL:              enabled
  Alt-svc:          enabled (--disable-alt-svc)
  Headers API:      enabled (--disable-headers-api)
  HSTS:             enabled (--disable-hsts)
  HTTP1:            enabled (internal)
  HTTP2:            enabled (nghttp2)
  HTTP3:            no      (--with-ngtcp2 --with-nghttp3, --with-quiche, --with-msh3)
  ECH:              no      (--enable-ech)
  WebSockets:       no      (--enable-websockets)
  Protocols:        DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP
  Features:         AsynchDNS HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile NTLM PSL SSL TLS-SRP UnixSockets alt-svc brotli libz threadsafe

gilles@bbb:~/Téléchargements/curl-8.4.0$ make
Making all in lib
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
make  all-am
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
  CC       libcurl_la-altsvc.lo
  CC       libcurl_la-amigaos.lo
  CC       libcurl_la-asyn-ares.lo
  CC       libcurl_la-asyn-thread.lo
  CC       libcurl_la-base64.lo
  CC       libcurl_la-bufq.lo
  CC       libcurl_la-bufref.lo
  CC       libcurl_la-c-hyper.lo
  CC       libcurl_la-cf-h1-proxy.lo
  CC       libcurl_la-cf-h2-proxy.lo
  CC       libcurl_la-cf-haproxy.lo
  CC       libcurl_la-cf-https-connect.lo
  CC       libcurl_la-cf-socket.lo
  CC       libcurl_la-cfilters.lo
  CC       libcurl_la-conncache.lo
  CC       libcurl_la-connect.lo
  CC       libcurl_la-content_encoding.lo
  CC       libcurl_la-cookie.lo
  CC       libcurl_la-curl_addrinfo.lo
  CC       libcurl_la-curl_des.lo
  CC       libcurl_la-curl_endian.lo
  CC       libcurl_la-curl_fnmatch.lo
  CC       libcurl_la-curl_get_line.lo
  CC       libcurl_la-curl_gethostname.lo
  CC       libcurl_la-curl_gssapi.lo
  CC       libcurl_la-curl_memrchr.lo
  CC       libcurl_la-curl_multibyte.lo
  CC       libcurl_la-curl_ntlm_core.lo
  CC       libcurl_la-curl_ntlm_wb.lo
  CC       libcurl_la-curl_path.lo
  CC       libcurl_la-curl_range.lo
  CC       libcurl_la-curl_rtmp.lo
  CC       libcurl_la-curl_sasl.lo
  CC       libcurl_la-curl_sspi.lo
  CC       libcurl_la-curl_threads.lo
  CC       libcurl_la-curl_trc.lo
  CC       libcurl_la-dict.lo
  CC       libcurl_la-doh.lo
  CC       libcurl_la-dynbuf.lo
  CC       libcurl_la-dynhds.lo
  CC       libcurl_la-easy.lo
  CC       libcurl_la-easygetopt.lo
  CC       libcurl_la-easyoptions.lo
  CC       libcurl_la-escape.lo
  CC       libcurl_la-file.lo
  CC       libcurl_la-fileinfo.lo
  CC       libcurl_la-fopen.lo
  CC       libcurl_la-formdata.lo
  CC       libcurl_la-ftp.lo
  CC       libcurl_la-ftplistparser.lo
  CC       libcurl_la-getenv.lo
  CC       libcurl_la-getinfo.lo
  CC       libcurl_la-gopher.lo
  CC       libcurl_la-hash.lo
  CC       libcurl_la-headers.lo
  CC       libcurl_la-hmac.lo
  CC       libcurl_la-hostasyn.lo
  CC       libcurl_la-hostip.lo
  CC       libcurl_la-hostip4.lo
  CC       libcurl_la-hostip6.lo
  CC       libcurl_la-hostsyn.lo
  CC       libcurl_la-hsts.lo
  CC       libcurl_la-http.lo
  CC       libcurl_la-http1.lo
  CC       libcurl_la-http2.lo
  CC       libcurl_la-http_aws_sigv4.lo
  CC       libcurl_la-http_chunks.lo
  CC       libcurl_la-http_digest.lo
  CC       libcurl_la-http_negotiate.lo
  CC       libcurl_la-http_ntlm.lo
  CC       libcurl_la-http_proxy.lo
  CC       libcurl_la-idn.lo
  CC       libcurl_la-if2ip.lo
  CC       libcurl_la-imap.lo
  CC       libcurl_la-inet_ntop.lo
  CC       libcurl_la-inet_pton.lo
  CC       libcurl_la-krb5.lo
  CC       libcurl_la-ldap.lo
  CC       libcurl_la-llist.lo
  CC       libcurl_la-macos.lo
  CC       libcurl_la-md4.lo
  CC       libcurl_la-md5.lo
  CC       libcurl_la-memdebug.lo
  CC       libcurl_la-mime.lo
  CC       libcurl_la-mprintf.lo
  CC       libcurl_la-mqtt.lo
  CC       libcurl_la-multi.lo
  CC       libcurl_la-netrc.lo
  CC       libcurl_la-nonblock.lo
  CC       libcurl_la-noproxy.lo
  CC       libcurl_la-openldap.lo
  CC       libcurl_la-parsedate.lo
  CC       libcurl_la-pingpong.lo
  CC       libcurl_la-pop3.lo
  CC       libcurl_la-progress.lo
  CC       libcurl_la-psl.lo
  CC       libcurl_la-rand.lo
  CC       libcurl_la-rename.lo
  CC       libcurl_la-rtsp.lo
  CC       libcurl_la-select.lo
  CC       libcurl_la-sendf.lo
  CC       libcurl_la-setopt.lo
  CC       libcurl_la-sha256.lo
  CC       libcurl_la-share.lo
  CC       libcurl_la-slist.lo
  CC       libcurl_la-smb.lo
  CC       libcurl_la-smtp.lo
  CC       libcurl_la-socketpair.lo
  CC       libcurl_la-socks.lo
  CC       libcurl_la-socks_gssapi.lo
  CC       libcurl_la-socks_sspi.lo
  CC       libcurl_la-speedcheck.lo
  CC       libcurl_la-splay.lo
  CC       libcurl_la-strcase.lo
  CC       libcurl_la-strdup.lo
  CC       libcurl_la-strerror.lo
  CC       libcurl_la-strtok.lo
  CC       libcurl_la-strtoofft.lo
  CC       libcurl_la-system_win32.lo
  CC       libcurl_la-telnet.lo
  CC       libcurl_la-tftp.lo
  CC       libcurl_la-timediff.lo
  CC       libcurl_la-timeval.lo
  CC       libcurl_la-transfer.lo
  CC       libcurl_la-url.lo
  CC       libcurl_la-urlapi.lo
  CC       libcurl_la-version.lo
  CC       libcurl_la-version_win32.lo
  CC       libcurl_la-warnless.lo
  CC       libcurl_la-ws.lo
  CC       vauth/libcurl_la-cleartext.lo
  CC       vauth/libcurl_la-cram.lo
  CC       vauth/libcurl_la-digest.lo
  CC       vauth/libcurl_la-digest_sspi.lo
  CC       vauth/libcurl_la-gsasl.lo
  CC       vauth/libcurl_la-krb5_gssapi.lo
  CC       vauth/libcurl_la-krb5_sspi.lo
  CC       vauth/libcurl_la-ntlm.lo
  CC       vauth/libcurl_la-ntlm_sspi.lo
  CC       vauth/libcurl_la-oauth2.lo
  CC       vauth/libcurl_la-spnego_gssapi.lo
  CC       vauth/libcurl_la-spnego_sspi.lo
  CC       vauth/libcurl_la-vauth.lo
  CC       vtls/libcurl_la-bearssl.lo
  CC       vtls/libcurl_la-gtls.lo
  CC       vtls/libcurl_la-hostcheck.lo
  CC       vtls/libcurl_la-keylog.lo
  CC       vtls/libcurl_la-mbedtls.lo
  CC       vtls/libcurl_la-mbedtls_threadlock.lo
  CC       vtls/libcurl_la-openssl.lo
  CC       vtls/libcurl_la-rustls.lo
  CC       vtls/libcurl_la-schannel.lo
  CC       vtls/libcurl_la-schannel_verify.lo
  CC       vtls/libcurl_la-sectransp.lo
  CC       vtls/libcurl_la-vtls.lo
  CC       vtls/libcurl_la-wolfssl.lo
  CC       vtls/libcurl_la-x509asn1.lo
  CC       vquic/libcurl_la-curl_msh3.lo
  CC       vquic/libcurl_la-curl_ngtcp2.lo
  CC       vquic/libcurl_la-curl_quiche.lo
  CC       vquic/libcurl_la-vquic.lo
  CC       vssh/libcurl_la-libssh.lo
  CC       vssh/libcurl_la-libssh2.lo
  CC       vssh/libcurl_la-wolfssh.lo
  CCLD     libcurl.la
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
Making all in src
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
Making all in ../docs
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making all in .
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[3]: rien à faire pour « all-am ».
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making all in cmdline-opts
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[3]: rien à faire pour « all ».
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
  CC       slist_wc.o
  CC       tool_binmode.o
  CC       tool_bname.o
  CC       tool_cb_dbg.o
  CC       tool_cb_hdr.o
  CC       tool_cb_prg.o
  CC       tool_cb_rea.o
  CC       tool_cb_see.o
  CC       tool_cb_wrt.o
  CC       tool_cfgable.o
  CC       tool_dirhie.o
  CC       tool_doswin.o
  CC       tool_easysrc.o
  CC       tool_filetime.o
  CC       tool_findfile.o
  CC       tool_formparse.o
  CC       tool_getparam.o
  CC       tool_getpass.o
  CC       tool_help.o
  CC       tool_helpers.o
  CC       tool_hugehelp.o
  CC       tool_libinfo.o
  CC       tool_listhelp.o
  CC       tool_main.o
  CC       tool_msgs.o
  CC       tool_operate.o
  CC       tool_operhlp.o
  CC       tool_paramhlp.o
  CC       tool_parsecfg.o
  CC       tool_progress.o
  CC       tool_setopt.o
  CC       tool_sleep.o
  CC       tool_stderr.o
  CC       tool_strdup.o
  CC       tool_urlglob.o
  CC       tool_util.o
  CC       tool_vms.o
  CC       tool_writeout.o
  CC       tool_writeout_json.o
  CC       tool_xattr.o
  CC       var.o
  CC       ../lib/base64.o
  CC       ../lib/curl_multibyte.o
  CC       ../lib/dynbuf.o
  CC       ../lib/nonblock.o
  CC       ../lib/strtoofft.o
  CC       ../lib/timediff.o
  CC       ../lib/version_win32.o
  CC       ../lib/warnless.o
  CCLD     curl
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
make[1]: rien à faire pour « all-am ».
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
gilles@bbb:~/Téléchargements/curl-8.4.0$ sudo make install
Making install in lib
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
 /usr/bin/mkdir -p '/usr/local/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libcurl.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libcurl.so.4.8.0 /usr/local/lib/libcurl.so.4.8.0
libtool: install: (cd /usr/local/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.8.0 libcurl.so.4; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libcurl.so.4.8.0 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.8.0 libcurl.so; }; })
libtool: install: /usr/bin/install -c .libs/libcurl.lai /usr/local/lib/libcurl.la
libtool: install: /usr/bin/install -c .libs/libcurl.a /usr/local/lib/libcurl.a
libtool: install: chmod 644 /usr/local/lib/libcurl.a
libtool: install: ranlib /usr/local/lib/libcurl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the '-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the 'LD_RUN_PATH' environment variable
     during linking
   - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to '/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: rien à faire pour « install-data-am ».
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/lib »
Making install in src
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
Making install in ../docs
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making install in .
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[4] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[4]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 curl-config.1 /home/gilles/Téléchargements/curl-8.4.0/docs/curl.1 '/usr/local/share/man/man1'
make[4] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making install in cmdline-opts
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[4] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[4]: rien à faire pour « install-exec-am ».
make[4]: rien à faire pour « install-data-am ».
make[4] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
 /usr/bin/mkdir -p '/usr/local/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c curl '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/curl /usr/local/bin/curl
make[3]: rien à faire pour « install-data-am ».
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/src »
make[1] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
make[2] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
 /usr/bin/mkdir -p '/usr/local/bin'
 /usr/bin/install -c curl-config '/usr/local/bin'
 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig'
 /usr/bin/install -c -m 644 libcurl.pc '/usr/local/lib/pkgconfig'
make  install-data-hook
make[3] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
(cd include && make install)
make[4] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
Making install in curl
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include/curl »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include/curl »
make[6]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/include/curl'
 /usr/bin/install -c -m 644 curl.h curlver.h easy.h mprintf.h stdcheaders.h multi.h typecheck-gcc.h system.h urlapi.h options.h header.h websockets.h '/usr/local/include/curl'
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include/curl »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include/curl »
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
make[6]: rien à faire pour « install-exec-am ».
make[6]: rien à faire pour « install-data-am ».
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
make[4] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/include »
(cd docs && make install)
make[4] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making install in .
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[6]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 curl-config.1 /home/gilles/Téléchargements/curl-8.4.0/docs/curl.1 '/usr/local/share/man/man1'
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
Making install in cmdline-opts
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[6]: rien à faire pour « install-exec-am ».
make[6]: rien à faire pour « install-data-am ».
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/cmdline-opts »
make[4] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs »
(cd docs/libcurl && make install)
make[4] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
Making install in opts
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl/opts »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl/opts »
make[6]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLINFO_ACTIVESOCKET.3 CURLINFO_APPCONNECT_TIME.3 CURLINFO_APPCONNECT_TIME_T.3 CURLINFO_CAINFO.3 CURLINFO_CAPATH.3 CURLINFO_CERTINFO.3 CURLINFO_CONDITION_UNMET.3 CURLINFO_CONNECT_TIME.3 CURLINFO_CONNECT_TIME_T.3 CURLINFO_CONN_ID.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 CURLINFO_CONTENT_LENGTH_UPLOAD.3 CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 CURLINFO_CONTENT_TYPE.3 CURLINFO_COOKIELIST.3 CURLINFO_EFFECTIVE_METHOD.3 CURLINFO_EFFECTIVE_URL.3 CURLINFO_FILETIME.3 CURLINFO_FILETIME_T.3 CURLINFO_FTP_ENTRY_PATH.3 CURLINFO_HEADER_SIZE.3 CURLINFO_HTTP_CONNECTCODE.3 CURLINFO_HTTP_VERSION.3 CURLINFO_HTTPAUTH_AVAIL.3 CURLINFO_LASTSOCKET.3 CURLINFO_LOCAL_IP.3 CURLINFO_LOCAL_PORT.3 CURLINFO_NAMELOOKUP_TIME.3 CURLINFO_NAMELOOKUP_TIME_T.3 CURLINFO_NUM_CONNECTS.3 CURLINFO_OS_ERRNO.3 CURLINFO_PRETRANSFER_TIME.3 CURLINFO_PRETRANSFER_TIME_T.3 CURLINFO_PRIMARY_IP.3 CURLINFO_PRIMARY_PORT.3 CURLINFO_PRIVATE.3 CURLINFO_PROTOCOL.3 CURLINFO_PROXY_ERROR.3 CURLINFO_PROXY_SSL_VERIFYRESULT.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLINFO_PROXYAUTH_AVAIL.3 CURLINFO_REDIRECT_COUNT.3 CURLINFO_REDIRECT_TIME.3 CURLINFO_REDIRECT_TIME_T.3 CURLINFO_REDIRECT_URL.3 CURLINFO_REFERER.3 CURLINFO_REQUEST_SIZE.3 CURLINFO_RESPONSE_CODE.3 CURLINFO_RETRY_AFTER.3 CURLINFO_RTSP_CLIENT_CSEQ.3 CURLINFO_RTSP_CSEQ_RECV.3 CURLINFO_RTSP_SERVER_CSEQ.3 CURLINFO_RTSP_SESSION_ID.3 CURLINFO_SCHEME.3 CURLINFO_SIZE_DOWNLOAD.3 CURLINFO_SIZE_DOWNLOAD_T.3 CURLINFO_SIZE_UPLOAD.3 CURLINFO_SIZE_UPLOAD_T.3 CURLINFO_SPEED_DOWNLOAD.3 CURLINFO_SPEED_DOWNLOAD_T.3 CURLINFO_SPEED_UPLOAD.3 CURLINFO_SPEED_UPLOAD_T.3 CURLINFO_SSL_ENGINES.3 CURLINFO_SSL_VERIFYRESULT.3 CURLINFO_STARTTRANSFER_TIME.3 CURLINFO_STARTTRANSFER_TIME_T.3 CURLINFO_TLS_SESSION.3 CURLINFO_TLS_SSL_PTR.3 CURLINFO_TOTAL_TIME.3 CURLINFO_TOTAL_TIME_T.3 CURLINFO_XFER_ID.3 CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 CURLMOPT_MAX_CONCURRENT_STREAMS.3 CURLMOPT_MAX_HOST_CONNECTIONS.3 CURLMOPT_MAX_PIPELINE_LENGTH.3 CURLMOPT_MAX_TOTAL_CONNECTIONS.3 CURLMOPT_MAXCONNECTS.3 CURLMOPT_PIPELINING.3 CURLMOPT_PIPELINING_SERVER_BL.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLMOPT_PIPELINING_SITE_BL.3 CURLMOPT_PUSHDATA.3 CURLMOPT_PUSHFUNCTION.3 CURLMOPT_SOCKETDATA.3 CURLMOPT_SOCKETFUNCTION.3 CURLMOPT_TIMERDATA.3 CURLMOPT_TIMERFUNCTION.3 CURLOPT_ABSTRACT_UNIX_SOCKET.3 CURLOPT_ACCEPT_ENCODING.3 CURLOPT_ACCEPTTIMEOUT_MS.3 CURLOPT_ADDRESS_SCOPE.3 CURLOPT_ALTSVC.3 CURLOPT_ALTSVC_CTRL.3 CURLOPT_APPEND.3 CURLOPT_AUTOREFERER.3 CURLOPT_AWS_SIGV4.3 CURLOPT_BUFFERSIZE.3 CURLOPT_CAINFO.3 CURLOPT_CAINFO_BLOB.3 CURLOPT_CAPATH.3 CURLOPT_CA_CACHE_TIMEOUT.3 CURLOPT_CERTINFO.3 CURLOPT_CHUNK_BGN_FUNCTION.3 CURLOPT_CHUNK_DATA.3 CURLOPT_CHUNK_END_FUNCTION.3 CURLOPT_CLOSESOCKETDATA.3 CURLOPT_CLOSESOCKETFUNCTION.3 CURLOPT_CONNECT_ONLY.3 CURLOPT_CONNECT_TO.3 CURLOPT_CONNECTTIMEOUT.3 CURLOPT_CONNECTTIMEOUT_MS.3 CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 CURLOPT_CONV_FROM_UTF8_FUNCTION.3 CURLOPT_CONV_TO_NETWORK_FUNCTION.3 CURLOPT_COOKIE.3 CURLOPT_COOKIEFILE.3 CURLOPT_COOKIEJAR.3 CURLOPT_COOKIELIST.3 CURLOPT_COOKIESESSION.3 CURLOPT_COPYPOSTFIELDS.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_CRLF.3 CURLOPT_CRLFILE.3 CURLOPT_CURLU.3 CURLOPT_CUSTOMREQUEST.3 CURLOPT_DEBUGDATA.3 CURLOPT_DEBUGFUNCTION.3 CURLOPT_DEFAULT_PROTOCOL.3 CURLOPT_DIRLISTONLY.3 CURLOPT_DISALLOW_USERNAME_IN_URL.3 CURLOPT_DNS_CACHE_TIMEOUT.3 CURLOPT_DNS_INTERFACE.3 CURLOPT_DNS_LOCAL_IP4.3 CURLOPT_DNS_LOCAL_IP6.3 CURLOPT_DNS_SERVERS.3 CURLOPT_DNS_SHUFFLE_ADDRESSES.3 CURLOPT_DNS_USE_GLOBAL_CACHE.3 CURLOPT_DOH_SSL_VERIFYHOST.3 CURLOPT_DOH_SSL_VERIFYPEER.3 CURLOPT_DOH_SSL_VERIFYSTATUS.3 CURLOPT_DOH_URL.3 CURLOPT_EGDSOCKET.3 CURLOPT_ERRORBUFFER.3 CURLOPT_EXPECT_100_TIMEOUT_MS.3 CURLOPT_FAILONERROR.3 CURLOPT_FILETIME.3 CURLOPT_FNMATCH_DATA.3 CURLOPT_FNMATCH_FUNCTION.3 CURLOPT_FOLLOWLOCATION.3 CURLOPT_FORBID_REUSE.3 CURLOPT_FRESH_CONNECT.3 CURLOPT_FTP_ACCOUNT.3 CURLOPT_FTP_ALTERNATIVE_TO_USER.3 CURLOPT_FTP_CREATE_MISSING_DIRS.3 CURLOPT_FTP_FILEMETHOD.3 CURLOPT_FTP_SKIP_PASV_IP.3 CURLOPT_FTP_SSL_CCC.3 CURLOPT_FTP_USE_EPRT.3 CURLOPT_FTP_USE_EPSV.3 CURLOPT_FTP_USE_PRET.3 CURLOPT_FTPPORT.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_FTPSSLAUTH.3 CURLOPT_GSSAPI_DELEGATION.3 CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 CURLOPT_HAPROXYPROTOCOL.3 CURLOPT_HAPROXY_CLIENT_IP.3 CURLOPT_HEADER.3 CURLOPT_HEADERDATA.3 CURLOPT_HEADERFUNCTION.3 CURLOPT_HEADEROPT.3 CURLOPT_HSTS.3 CURLOPT_HSTS_CTRL.3 CURLOPT_HSTSREADDATA.3 CURLOPT_HSTSREADFUNCTION.3 CURLOPT_HSTSWRITEDATA.3 CURLOPT_HSTSWRITEFUNCTION.3 CURLOPT_HTTP09_ALLOWED.3 CURLOPT_HTTP200ALIASES.3 CURLOPT_HTTP_CONTENT_DECODING.3 CURLOPT_HTTP_TRANSFER_DECODING.3 CURLOPT_HTTP_VERSION.3 CURLOPT_HTTPAUTH.3 CURLOPT_HTTPGET.3 CURLOPT_HTTPHEADER.3 CURLOPT_HTTPPOST.3 CURLOPT_HTTPPROXYTUNNEL.3 CURLOPT_IGNORE_CONTENT_LENGTH.3 CURLOPT_INFILESIZE.3 CURLOPT_INFILESIZE_LARGE.3 CURLOPT_INTERFACE.3 CURLOPT_INTERLEAVEDATA.3 CURLOPT_INTERLEAVEFUNCTION.3 CURLOPT_IOCTLDATA.3 CURLOPT_IOCTLFUNCTION.3 CURLOPT_IPRESOLVE.3 CURLOPT_ISSUERCERT.3 CURLOPT_ISSUERCERT_BLOB.3 CURLOPT_KEEP_SENDING_ON_ERROR.3 CURLOPT_KEYPASSWD.3 CURLOPT_KRBLEVEL.3 CURLOPT_LOCALPORT.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_LOCALPORTRANGE.3 CURLOPT_LOGIN_OPTIONS.3 CURLOPT_LOW_SPEED_LIMIT.3 CURLOPT_LOW_SPEED_TIME.3 CURLOPT_MAIL_AUTH.3 CURLOPT_MAIL_FROM.3 CURLOPT_MAIL_RCPT.3 CURLOPT_MAIL_RCPT_ALLOWFAILS.3 CURLOPT_MAX_RECV_SPEED_LARGE.3 CURLOPT_MAX_SEND_SPEED_LARGE.3 CURLOPT_MAXAGE_CONN.3 CURLOPT_MAXCONNECTS.3 CURLOPT_MAXFILESIZE.3 CURLOPT_MAXFILESIZE_LARGE.3 CURLOPT_MAXLIFETIME_CONN.3 CURLOPT_MAXREDIRS.3 CURLOPT_MIME_OPTIONS.3 CURLOPT_MIMEPOST.3 CURLOPT_NETRC.3 CURLOPT_NETRC_FILE.3 CURLOPT_NEW_DIRECTORY_PERMS.3 CURLOPT_NEW_FILE_PERMS.3 CURLOPT_NOBODY.3 CURLOPT_NOPROGRESS.3 CURLOPT_NOPROXY.3 CURLOPT_NOSIGNAL.3 CURLOPT_OPENSOCKETDATA.3 CURLOPT_OPENSOCKETFUNCTION.3 CURLOPT_PASSWORD.3 CURLOPT_PATH_AS_IS.3 CURLOPT_PINNEDPUBLICKEY.3 CURLOPT_PIPEWAIT.3 CURLOPT_PORT.3 CURLOPT_POST.3 CURLOPT_POSTFIELDS.3 CURLOPT_POSTFIELDSIZE.3 CURLOPT_POSTFIELDSIZE_LARGE.3 CURLOPT_POSTQUOTE.3 CURLOPT_POSTREDIR.3 CURLOPT_PRE_PROXY.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_PREQUOTE.3 CURLOPT_PREREQDATA.3 CURLOPT_PREREQFUNCTION.3 CURLOPT_PRIVATE.3 CURLOPT_PROGRESSDATA.3 CURLOPT_PROGRESSFUNCTION.3 CURLOPT_PROTOCOLS.3 CURLOPT_PROTOCOLS_STR.3 CURLOPT_PROXY.3 CURLOPT_PROXY_CAINFO.3 CURLOPT_PROXY_CAINFO_BLOB.3 CURLOPT_PROXY_CAPATH.3 CURLOPT_PROXY_CRLFILE.3 CURLOPT_PROXY_ISSUERCERT.3 CURLOPT_PROXY_ISSUERCERT_BLOB.3 CURLOPT_PROXY_KEYPASSWD.3 CURLOPT_PROXY_PINNEDPUBLICKEY.3 CURLOPT_PROXY_SERVICE_NAME.3 CURLOPT_PROXY_SSL_CIPHER_LIST.3 CURLOPT_PROXY_SSL_OPTIONS.3 CURLOPT_PROXY_SSL_VERIFYHOST.3 CURLOPT_PROXY_SSL_VERIFYPEER.3 CURLOPT_PROXY_SSLCERT.3 CURLOPT_PROXY_SSLCERT_BLOB.3 CURLOPT_PROXY_SSLCERTTYPE.3 CURLOPT_PROXY_SSLKEY.3 CURLOPT_PROXY_SSLKEY_BLOB.3 CURLOPT_PROXY_SSLKEYTYPE.3 CURLOPT_PROXY_SSLVERSION.3 CURLOPT_PROXY_TLS13_CIPHERS.3 CURLOPT_PROXY_TLSAUTH_PASSWORD.3 CURLOPT_PROXY_TLSAUTH_TYPE.3 CURLOPT_PROXY_TLSAUTH_USERNAME.3 CURLOPT_PROXY_TRANSFER_MODE.3 CURLOPT_PROXYAUTH.3 CURLOPT_PROXYHEADER.3 CURLOPT_PROXYPASSWORD.3 CURLOPT_PROXYPORT.3 CURLOPT_PROXYTYPE.3 CURLOPT_PROXYUSERNAME.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_PROXYUSERPWD.3 CURLOPT_PUT.3 CURLOPT_QUICK_EXIT.3 CURLOPT_QUOTE.3 CURLOPT_RANDOM_FILE.3 CURLOPT_RANGE.3 CURLOPT_READDATA.3 CURLOPT_READFUNCTION.3 CURLOPT_REDIR_PROTOCOLS.3 CURLOPT_REDIR_PROTOCOLS_STR.3 CURLOPT_REFERER.3 CURLOPT_REQUEST_TARGET.3 CURLOPT_RESOLVE.3 CURLOPT_RESOLVER_START_DATA.3 CURLOPT_RESOLVER_START_FUNCTION.3 CURLOPT_RESUME_FROM.3 CURLOPT_RESUME_FROM_LARGE.3 CURLOPT_RTSP_CLIENT_CSEQ.3 CURLOPT_RTSP_REQUEST.3 CURLOPT_RTSP_SERVER_CSEQ.3 CURLOPT_RTSP_SESSION_ID.3 CURLOPT_RTSP_STREAM_URI.3 CURLOPT_RTSP_TRANSPORT.3 CURLOPT_SASL_AUTHZID.3 CURLOPT_SASL_IR.3 CURLOPT_SEEKDATA.3 CURLOPT_SEEKFUNCTION.3 CURLOPT_SERVER_RESPONSE_TIMEOUT.3 CURLOPT_SERVICE_NAME.3 CURLOPT_SHARE.3 CURLOPT_SOCKOPTDATA.3 CURLOPT_SOCKOPTFUNCTION.3 CURLOPT_SOCKS5_AUTH.3 CURLOPT_SOCKS5_GSSAPI_NEC.3 CURLOPT_SOCKS5_GSSAPI_SERVICE.3 CURLOPT_SSH_AUTH_TYPES.3 CURLOPT_SSH_COMPRESSION.3 CURLOPT_SSH_HOSTKEYDATA.3 CURLOPT_SSH_HOSTKEYFUNCTION.3 CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 CURLOPT_SSH_KEYDATA.3 CURLOPT_SSH_KEYFUNCTION.3 CURLOPT_SSH_KNOWNHOSTS.3 CURLOPT_SSH_PRIVATE_KEYFILE.3 CURLOPT_SSH_PUBLIC_KEYFILE.3 CURLOPT_SSL_CIPHER_LIST.3 CURLOPT_SSL_CTX_DATA.3 CURLOPT_SSL_CTX_FUNCTION.3 CURLOPT_SSL_EC_CURVES.3 CURLOPT_SSL_ENABLE_ALPN.3 CURLOPT_SSL_ENABLE_NPN.3 CURLOPT_SSL_FALSESTART.3 CURLOPT_SSL_OPTIONS.3 CURLOPT_SSL_SESSIONID_CACHE.3 CURLOPT_SSL_VERIFYHOST.3 CURLOPT_SSL_VERIFYPEER.3 CURLOPT_SSL_VERIFYSTATUS.3 CURLOPT_SSLCERT.3 CURLOPT_SSLCERT_BLOB.3 CURLOPT_SSLCERTTYPE.3 CURLOPT_SSLENGINE.3 CURLOPT_SSLENGINE_DEFAULT.3 CURLOPT_SSLKEY.3 CURLOPT_SSLKEY_BLOB.3 CURLOPT_SSLKEYTYPE.3 CURLOPT_SSLVERSION.3 CURLOPT_STDERR.3 CURLOPT_STREAM_DEPENDS.3 CURLOPT_STREAM_DEPENDS_E.3 CURLOPT_STREAM_WEIGHT.3 CURLOPT_SUPPRESS_CONNECT_HEADERS.3 CURLOPT_TCP_FASTOPEN.3 CURLOPT_TCP_KEEPALIVE.3 CURLOPT_TCP_KEEPIDLE.3 CURLOPT_TCP_KEEPINTVL.3 CURLOPT_TCP_NODELAY.3 CURLOPT_TELNETOPTIONS.3 CURLOPT_TFTP_BLKSIZE.3 CURLOPT_TFTP_NO_OPTIONS.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 CURLOPT_TIMECONDITION.3 CURLOPT_TIMEOUT.3 CURLOPT_TIMEOUT_MS.3 CURLOPT_TIMEVALUE.3 CURLOPT_TIMEVALUE_LARGE.3 CURLOPT_TLS13_CIPHERS.3 CURLOPT_TLSAUTH_PASSWORD.3 CURLOPT_TLSAUTH_TYPE.3 CURLOPT_TLSAUTH_USERNAME.3 CURLOPT_TRAILERDATA.3 CURLOPT_TRAILERFUNCTION.3 CURLOPT_TRANSFER_ENCODING.3 CURLOPT_TRANSFERTEXT.3 CURLOPT_UNIX_SOCKET_PATH.3 CURLOPT_UNRESTRICTED_AUTH.3 CURLOPT_UPKEEP_INTERVAL_MS.3 CURLOPT_UPLOAD.3 CURLOPT_UPLOAD_BUFFERSIZE.3 CURLOPT_URL.3 CURLOPT_USE_SSL.3 CURLOPT_USERAGENT.3 CURLOPT_USERNAME.3 CURLOPT_USERPWD.3 CURLOPT_VERBOSE.3 CURLOPT_WILDCARDMATCH.3 CURLOPT_WRITEDATA.3 CURLOPT_WRITEFUNCTION.3 CURLOPT_WS_OPTIONS.3 CURLOPT_XFERINFODATA.3 CURLOPT_XFERINFOFUNCTION.3 CURLOPT_XOAUTH2_BEARER.3 CURLSHOPT_LOCKFUNC.3 CURLSHOPT_SHARE.3 CURLSHOPT_UNLOCKFUNC.3 CURLSHOPT_UNSHARE.3 CURLSHOPT_USERDATA.3 '/usr/local/share/man/man3'
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl/opts »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl/opts »
make[5] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
make[6] : on entre dans le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
make[6]: rien à faire pour « install-exec-am ».
 /usr/bin/mkdir -p '/usr/local/share/aclocal'
 /usr/bin/install -c -m 644 libcurl.m4 '/usr/local/share/aclocal'
 /usr/bin/mkdir -p '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_escape.3 curl_easy_getinfo.3 curl_easy_header.3 curl_easy_init.3 curl_easy_nextheader.3 curl_easy_option_by_id.3 curl_easy_option_by_name.3 curl_easy_option_next.3 curl_easy_pause.3 curl_easy_perform.3 curl_easy_recv.3 curl_easy_reset.3 curl_easy_send.3 curl_easy_setopt.3 curl_easy_strerror.3 curl_easy_unescape.3 curl_easy_upkeep.3 curl_escape.3 curl_formadd.3 curl_formfree.3 curl_formget.3 curl_free.3 curl_getdate.3 curl_getenv.3 curl_global_cleanup.3 curl_global_init.3 curl_global_init_mem.3 curl_global_trace.3 curl_global_sslset.3 curl_mime_addpart.3 curl_mime_data.3 curl_mime_data_cb.3 curl_mime_encoder.3 curl_mime_filedata.3 curl_mime_filename.3 curl_mime_free.3 curl_mime_headers.3 curl_mime_init.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 curl_mime_name.3 curl_mime_subparts.3 curl_mime_type.3 curl_mprintf.3 curl_multi_add_handle.3 curl_multi_assign.3 curl_multi_cleanup.3 curl_multi_fdset.3 curl_multi_get_handles.3 curl_multi_info_read.3 curl_multi_init.3 curl_multi_perform.3 curl_multi_poll.3 curl_multi_remove_handle.3 curl_multi_setopt.3 curl_multi_socket.3 curl_multi_socket_action.3 curl_multi_socket_all.3 curl_multi_strerror.3 curl_multi_timeout.3 curl_multi_wakeup.3 curl_multi_wait.3 curl_pushheader_bynum.3 curl_pushheader_byname.3 curl_share_cleanup.3 curl_share_init.3 curl_share_setopt.3 curl_share_strerror.3 curl_slist_append.3 curl_slist_free_all.3 curl_strequal.3 curl_strnequal.3 curl_unescape.3 curl_url.3 curl_url_cleanup.3 curl_url_dup.3 curl_url_get.3 curl_url_set.3 curl_url_strerror.3 curl_version.3 '/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 curl_version_info.3 curl_ws_meta.3 curl_ws_recv.3 curl_ws_send.3 libcurl-easy.3 libcurl-env.3 libcurl-env-dbg.3 libcurl-errors.3 libcurl-multi.3 libcurl-security.3 libcurl-share.3 libcurl-symbols.3 libcurl-thread.3 libcurl-tutorial.3 libcurl-url.3 libcurl-ws.3 libcurl.3 '/usr/local/share/man/man3'
make[6] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
make[5] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
make[4] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0/docs/libcurl »
make[3] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
make[2] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
make[1] : on quitte le répertoire « /home/gilles/Téléchargements/curl-8.4.0 »
gilles@bbb:~/Téléchargements/curl-8.4.0$ sudo service apache2 restart

Cette fois il est bien installé, non mais!

Hors ligne

#25 Le 15/01/2024, à 09:07

bruno

Re : [RESOLU]Problème : php curl ne charge pas

Il était déjà bien installé et j'ai bien peur que le fait d'avoir compilé une version bien plus récente de curl que celle fournie par les paquets Ubuntu ne fasse qu'aggraver le problème…


Attention, les bouteilles vendues par Nestlé Waters sont contaminées au monoxyde de dihydrogène.

Hors ligne