Am 2016-10-31 um 19:10 schrieb Jean-Francois Malouin: > * Jean-Louis Martineau <[email protected]> [20161031 12:16]: >> How do you configured amanda? Post the complete command line. >> Post the complete ./configure output >> Post the config.log file >> Post the common-src/Makefile file > > > The config file is very simple and specific to our environment: > > ./configure \ > --prefix=/opt/amanda \ > --mandir=/opt/man \ > --with-tmpdir=/var/tmp/amanda \ > --with-amperldir=/opt/amanda/perl \ > --with-config=strange \ > --with-user=amanda \ > --with-group=disk \ > --with-security-file=/etc/amanda/amanda-security.conf \ > --with-bsdtcp-security \ > --with-amandahosts \ > --with-tape-device=tape:/dev/nst0 \ > --with-tape-server=dow \ > --with-index-server=dow > > Turns out that the package libcurl4-openssl-dev wasn't installed on my > Debian/Jessie host: doing so makes 'make' happy. I tried a few > combinations with '--without-ssl-security'' and '--without-ssh-security' > with no luck. Maybe those configure flags do nothing. > > Somehow libssl-dev is required but not libssh2-1-dev.
Same compile error here on gentoo linux. No libssl-dev package here, openssl is installed for sure Added "-lssl" to the line LIBS in several Makefiles to make it compile ... how to fix that on a higher level?
