-
Notifications
You must be signed in to change notification settings - Fork 266
Open
Description
As described in the previous bug report #742 it seems like in the dev branch there is no fix for the transition from libcurl3 to libcurl4t64.
I'm on the latest dev branch and it seems it still tries to get libcurl3 in /lib/ubuntu/config.sh
[[ -z $packageQuery ]] && packageQuery="dpkg -l \$x | grep '^ii'"
case $linuxReleaseName_lower in
*ubuntu*|*bian*|*mint*)
if [[ -z $packages ]]; then
x="mysql-server"
eval $packageQuery >>$error_log 2>&1
[[ $? -eq 0 ]] && db_packages="mysql-client mysql-server" || db_packages="mariadb-client mariadb-server"
packages="apache2 build-essential cpp curl g++ gawk gcc gcc-aarch64-linux-gnu genisoimage git gzip htmldoc isc-dhcp-server isolinux lftp libapache2-mod-fastcgi libapache2-mod-php libc6 libcurl3 liblzma-dev m4 ${db_packages} net-tools nfs-kernel-server openssh-server php-fpm php php-cli php-curl php-gd php-json php-ldap php-mbstring php-mysql php-mysqlnd tar tftpd-hpa tftp-hpa vsftpd wget zlib1g"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels