GNOME Bugzilla – Bug 90702
Build fails, --with-openssl-includes not honored
Last modified: 2004-12-22 21:47:04 UTC
./configure --with-openssl-includes=/opt/openssl/include --with-openssl-libs=/opt/openssl/lib --prefix=/opt/gnome2 breaks with gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -D_REENTRANT -DORBIT2=1 -I/opt/gnome2/include/glib-2.0 -I/opt/gnome2/lib/glib-2.0/include -I/opt/gnome2/include/gconf/2 -I/opt/gnome2/include/orbit-2.0 -I/opt/gnome2/include/linc-1.0 -I/opt/gnome2/include/bonobo-activation-2.0 -I/opt/gnome2/include/libxml2 -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DG_DISABLE_DEPRECATED -DDATADIR=\"/opt/gnome2/share\" -DLIBDIR=\"/opt/gnome2/lib\" -DPREFIX=\"/opt/gnome2\" -DSYSCONFDIR=\"/opt/gnome2/etc\" -DG_LOG_DOMAIN=\"libgnomevfs\" -g -O2 -c gnome-vfs-ssl.c -fPIC -DPIC -o .libs/gnome-vfs-ssl.lo gnome-vfs-ssl.c:36: openssl/ssl.h: No such file or directory gnome-vfs-ssl.c:37: openssl/x509.h: No such file or directory gnome-vfs-ssl.c:38: openssl/err.h: No such file or directory make[2]: *** [gnome-vfs-ssl.lo] Error 1 obviously since there is no -I/opt/openssl/include Furthermore a --with-fam-{includes|libs} should be added and honored since without e.g. -L/opt/gnome2/lib the configure test failes and disables fam ... :(
Created attachment 10491 [details] Patch configure.in for correct SSL support
Committed this patch to HEAD. Can you open a new bug for the --with-fam-... options if you still think they are necessary ? Thanks for the patch