After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 90702 - Build fails, --with-openssl-includes not honored
Build fails, --with-openssl-includes not honored
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Build
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2002-08-14 06:37 UTC by Jens Elkner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.0


Attachments
Patch configure.in for correct SSL support (448 bytes, text/plain)
2002-08-14 20:20 UTC, Jens Elkner
Details

Description Jens Elkner 2002-08-14 06:37:47 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 ... :(
Comment 1 Jens Elkner 2002-08-14 20:20:07 UTC
Created attachment 10491 [details]
Patch configure.in for correct SSL support
Comment 2 Christophe Fergeau 2002-11-04 12:55:50 UTC
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