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
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to