On Wed, Sep 28, 2016 at 12:42 PM, Aj Navarro <[email protected]> wrote: > Running install.sh in SunOS 5.10 appears the next error message: > > 5- Installing the system > - Running the Makefile > ./Makeall: test: argument expected > *** Error code 1 > The following command caused the error: > /bin/sh ./Makeall all > make: Fatal error: Command failed for target `all' > Error 0x5. > Building error. Unable to finish the installation. > > When I running sh -x Makeaall appears the next message: > > -bash-3.2# sh -x Makeall all > ARGV=all > + [ Xall = X ] > + [ Xall = Xsetmaxagents ] > CJSONV=external/cJSON/ > LUAV=external/lua/ > LUA_PLAT=posix > + uname -m > MACH=sun4v > + uname > OS=SunOS > + cat ./VERSION > VERSION=v2.8.3 > MSG= > LIBS=os_xml os_regex os_net os_crypto > SOURCES=shared config > BINARIES=os_maild os_dbd os_csyslogd agentlessd os_execd analysisd > logcollector remoted client-agent addagent util rootcheck syscheckd monitord > os_auth > ROOTCHECKBIN=rootcheck > DIRECTORIES= > + [ XSunOS = XSunOS ] > PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/xpg4/bin:/opt/csw/gcc3/bin:/opt/csw/bin:/usr/sfw/bin > + export PATH > + [ Xall = Xall -o Xall = Xtest -o Xall = Xrootcheck -o Xall = Xlibs ] > + ls ./Config.OS > + [ ! 0 = 0 ] > + [ -e /usr/include/openssl/opensslconf.h ] > Makeall: test: argument expected >
It looks like the `sh` you're using doesn't like the " [ -e /usr/include/openssl/opensslconf.h ]" syntax. Check the man page for what the syntax should look like. > > > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
