Forum: CFEngine Help Subject: Re: configure:14448: error: Cannot find OpenSSL on HP-UX 11.31..... cfengine-3.2.4 Author: cfengine2o12 Link to topic: https://cfengine.com/forum/read.php?3,27200,27427#msg-27427
# cat cfsrc.install #!/usr/bin/sh BUILD_ROOT=/opt/cf-pack DEST_ROOT=/opt/cfengine CFE_VERSION=3.3.4 CFE_SRC=cfengine-${CFE_VERSION}.tar.gz CFE_DIR=${BUILD_ROOT}/cfengine-${CFE_VERSION} ./autogen.sh --prefix="${DEST_ROOT}/cfengine-${CFE_VERSION}" \ --with-berkeleydb \ --disable-shared \ CFLAGS="-Agcc -O -I/usr/local/include" \ LDFLAGS="-L/usr/local/lib/hpux32" [ $? -eq 0 ] || exit 1 gmake [ $? -eq 0 ] || exit 1 gmake install [ $? -eq 0 ] || exit 1 # swlist | grep -i cc HP-ACC-Link C.11.31.03 HP aCC_link Bundle SecConfig B.11.31.07 HP-UX Security Attributes Tool Bundle ixOpenLDAP A.11.00-2.3.41.002 The Lightweight Directory Access Protocol HPOvAcc 3.00.000 HP Software Accessories HPOvAcc 2.00.000 HP Software Accessories gcc 4.2.3 gcc libgcc 4.2.3 libgcc _______________________________________________ Help-cfengine mailing list Help-cfengine@cfengine.org https://cfengine.org/mailman/listinfo/help-cfengine