Hi,
I can't upgrade my PHP version from 7.3.0 to 7.3.4
I already have sodium installed
I can't upgrade my PHP version from 7.3.0 to 7.3.4
Code:
checking for sodium support... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for libsodium... found in /usr/local
checking for sodium_add in -lsodium... no
configure: error: wrong libsodium lib version (< 1.0.8) or lib not found
*** There was an error while trying to configure php. Check the configure file
I already have sodium installed
Code:
# php -i | grep sodium
Configure Command => './configure' '--prefix=/usr/local/php73' '--program-suffix=73' '--enable-fpm' '--with-fpm-systemd' '--with-config-file-scan-dir=/usr/local/php73/lib/php.conf.d' '--with-curl' '--with-gd' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-libxml-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mhash' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-mysqli=mysqlnd' '--with-pcre-regex=/usr/local' '--with-pdo-mysql=mysqlnd' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-sodium=/usr/local' '--with-xsl' '--with-zlib' '--enable-zip' '--without-libzip' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-sockets' '--enable-soap' '--enable-mbstring' '--with-icu-dir=/usr/local/icu' '--enable-intl'
sodium
sodium support => enabled
libsodium headers version => 1.0.16
libsodium library version => 1.0.17