»Hello,I wanted to ask what the default Debian configuration of the NUT package is in their repo with regards to openssl.
This is something that you can figure out yourself. Simply ask dpkg for the dependencies of the nut package. If it was compiled with openssl, then it will have a dependency on openssl.
$ dpkg -s nut … Depends: nut-client, nut-serverOk, the nut package depends on nut-client and nut-server packages. And then you investigate these dependencies, recursvely, until you get your answer. I see that my nut-server depends on libnss3, apparently an alternative to openssl. Your mileage may vary.
pgpYXaMi0BCr1.pgp
Description: PGP signature
_______________________________________________ Nut-upsuser mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser
