The problem was that certificate-mode code was being compiled in non-security mode, requiring an OpenSSL dependency. In non-security mode, configure only issues a warning for OpenSSL since it is not (supposed to be) required.
I fixed this problem and updated the code in trunk. Thanks, Sam From: Sam Sampson [mailto:samp...@omnibond.com] Sent: Wednesday, January 08, 2014 2:37 PM To: 'PVFS2-developers' Subject: RE: [Pvfs2-developers] openssl checks in configure We have checks for OpenSSL in configure, apparently they are not 100% robust. I will look into this. Thanks, Sam Sampson Omnibond Systems LLC From: pvfs2-developers-boun...@beowulf-underground.org [mailto:pvfs2-developers-boun...@beowulf-underground.org] On Behalf Of Kyle Schochenmaier Sent: Tuesday, January 07, 2014 8:06 PM To: PVFS2-developers Subject: [Pvfs2-developers] openssl checks in configure Hi All - I'm wondering if there is a failed check for openssl-dev/libssl-dev packages during configure, I noticed on a build tonight that I got a build failure related to missing openssl/evp.h amongst probably other ssl headers because I was missing libssl-dev. Should we put a check in configure for this? I'm on ubuntu 12.04, running the latest from svn. ./configure --with-openib-libs=/usr/lib/ --with-openib-includes=/usr/include/infiniband/ --without-bmi-tcp --with-kernel=/lib/modules/3.2.0-57-generic/build CC src/server/mgmt-get-user-cert-server.o CC src/common/misc/server-config-server.o src/server/mgmt-create-root-dir.sm: In function 'mgmt_create_root_dir_create_local_dirdata_dspace': src/server/mgmt-create-root-dir.sm:405:23: warning: variable 'attr' set but not used [-Wunused-but-set-variable] In file included from src/server/mgmt-get-user-cert.c:57:0: ./src/common/security/cert-util.h:13:25: fatal error: openssl/evp.h: No such file or directory compilation terminated. CC src/common/misc/server-config-mgr-server.o CC src/common/misc/str-utils-server.o CC src/common/misc/errno-mapping-server.o CC src/common/misc/mkspace-server.o make: *** [src/server/mgmt-get-user-cert-server.o] Error 1 make: *** Waiting for unfinished jobs.... Kyle Schochenmaier
_______________________________________________ Pvfs2-developers mailing list Pvfs2-developers@beowulf-underground.org http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers