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,27337#msg-27337

Hi Beto,

Sorry.. I have tried that already..i have choosed ./configure option after 
getting this..

# ./cf.src.install
Can't exec "automake": No such file or directory at /usr/local/bin/autoreconf 
line 242.
Use of uninitialized value $automake in pattern match (m//) at 
/usr/local/bin/autoreconf line 242.
Can't exec "aclocal": No such file or directory at 
/usr/local/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory


#cat cf.src.install

#!/usr/bin/sh
BUILD_ROOT=/opt/cf
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-qdbm                                             \
                --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

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to