Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#63570 - [squid] lack of libxml2 in squid dependencies
Attached to Project:
Community Packages
Opened by Mieszko Wawrzyniak (kaaboaye) - Tuesday, 27 August 2019, 12:28 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 19 September 2019, 12:29 GMT
Opened by Mieszko Wawrzyniak (kaaboaye) - Tuesday, 27 August 2019, 12:28 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 19 September 2019, 12:29 GMT
|
DetailsDescription:
Additional info: * package version(s) latest, 4.8 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: $ docker run --name arch -it archlinux/base /bin/bash # pacman -Syu squid // ERROR # squid -v squid: error while loading shared libraries: libxml2.so.2: cannot open shared object file: No such file or directory // FIX and EXPECTED RESULT # pacman -Syu libxml2 # squid -v Squid Cache: Version 4.8 Service Name: squid This binary uses OpenSSL 1.1.1c 28 May 2019. For legal restrictions on distribution see https://www.openssl.org/source/license.html configure options: '--prefix=/usr' … |
This task depends upon