Bug#245846: Package building problems.

Kurt Roeckx Kurt Roeckx <Q@ping.be>, 245846@bugs.debian.org
Sun, 25 Apr 2004 20:40:08 +0200


Package: gnome-vfs2
Version: 2.4.1-5

Building the package fails if you don't have automake1.4 but do
have automake1.7.

It also fails to build if you have both openssl and gnutls
install with:
configure: error: *** Can't use both openssl and gnutls at the
same time. Please pick one only. ***

You need to add --disable-openssl to the configure flags.  It
seems --without-openssl-libs --without-openssl-includes doesn't
work and you need to replace them by the --disable-openssl.

After that it builds.


Kurt