On Mon, Dec 2, 2019 at 3:07 PM Natassia M Stelmaszek <[email protected]> wrote:
> Bad Installation Package??? > > I'm trying to build a new machine that includes OSSEC 3.3.0. When I run > the install.sh, use default responses for a local installation, it gives me > the following error. > > sudo ./install.sh > > > > - Running the Makefile > > cc -DMAX_AGENTS=2048 -DOSSECHIDS -DDEFAULTDIR=\"/var/ossec\" > -DUSER=\"ossec\" -DREMUSER=\"ossecr\" -DGROUPGLOBAL=\"ossec\" > -DMAILUSER=\"ossecm\" -DLinux -DINOTIFY_ENABLED -DZLIB_SYSTEM > -I./external/pcre2-10.32//install/include/ -DPCRE2_STATIC -DUSE_PCRE2_JIT > -DLIBOPENSSL_ENABLED -DLOCAL -Wall -Wextra -I./ -I./headers/ -c > external/cJSON/cJSON.c -o external/cJSON/cJSON.o > > ar -crs libcJSON.a external/cJSON/cJSON.o > > ranlib libcJSON.a > > cd external/pcre2-10.32/ && \ > > ./configure \ > > > --prefix=/home/stelmn/ossec-hids-3.3.0/src/external/pcre2-10.32//install > \ > > --enable-jit \ > > --disable-shared \ > > --enable-static && \ > > make install-libLTLIBRARIES install-nodist_includeHEADERS > > /bin/sh: line 0: cd: external/pcre2-10.32/: No such file or directory > > make: *** [Makefile:770: external/pcre2-10.32//install/lib/libpcre2-8.a] > Error 1 > > > With that version of ossec you need to untar the pcre2 source in the above directory. Or you can install the devel package and set PCRE2_SYSTEM=y Error 0x5. > > Building error. Unable to finish the installation. > > > I've verified that kernel-headers are installed, tried two different > machines and even tried updating an OSSEC installation on a CentOS 7 > machine but I keep getting the same failure. It appears that the script is > looking for pcre2 in the src directory but it doesn't exist. > > > $ pwd > /home/stelmn/Downloads/ossec-hids-3.3.0/src/external > $ ls > cJSON lua lua-5.2.3 zlib-1.2.11 > > Is something missing from the download file or am I overlooking something? > > Natassia > > -- > > --- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ossec-list/07cf4c14-2480-48a7-b19f-b698d9c66fd2%40googlegroups.com > <https://groups.google.com/d/msgid/ossec-list/07cf4c14-2480-48a7-b19f-b698d9c66fd2%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/ossec-list/CAMyQvMrX0oCpx%2BAJ7v5rLpV_YgrChWHBKqidrWqOjksoi3Zk4g%40mail.gmail.com.
