[Oisf-users] Make Error while installing Suricata 2.0.1 on Mac OS X 10.9.2

Peter Manev petermanev at gmail.com
Wed Jun 4 20:21:22 UTC 2014


On Wed, Jun 4, 2014 at 10:16 PM, MAHESH BINGI <mahesh.bingi at gmail.com> wrote:
> Hi Team,
>
> I have run below configuration command successfully
>
> CC=clang ./configure --prefix=/opt/suricata/ --sysconfdir=/opt/suricata/etc/
> --localstatedir=/var
>
> And after that I am running "make" and "make install", then getting below
> error.
> ...
>
> libtool: link: ranlib .libs/libhtp.a
>
> ranlib: file: .libs/libhtp.a(htp_request_parsers.o) has no symbols
>
> libtool: link: rm -fr .libs/libhtp.lax
>
> libtool: link: ( cd ".libs" && rm -f "libhtp.la" && ln -s "../libhtp.la"
> "libhtp.la" )
>
> Making all in test
>
> make[4]: Nothing to be done for `all'.
>
> Making all in docs
>
> make[4]: Nothing to be done for `all'.
>
> Making all in src
>
> Makefile:270: *** missing separator (did you mean TAB instead of 8 spaces?).
> Stop.
>
> make[1]: *** [all-recursive] Error 1
>
> make: *** [all] Error 2
>
> Mahesh-2:suricata-2.0.1 mbingi$ make install
>
> Making install in libhtp
>
> Making install in htp
>
>  .././install-sh -c -d '/opt/suricata/lib'
>
> mkdir: /opt/suricata/lib: Permission denied
>
> make[3]: *** [install-libLTLIBRARIES] Error 1
>
> make[2]: *** [install-am] Error 2
>
> make[1]: *** [install-recursive] Error 1
>
> make: *** [install-recursive] Error 1
>
>
> Please advise on this error.
>
>
> Thanks & Regards,
> Mahesh Bingi
> Graduate Student,
> San Jose State University
> +1-408-466-7178
>
> _______________________________________________
> Suricata IDS Users mailing list: oisf-users at openinfosecfoundation.org
> Site: http://suricata-ids.org | Support: http://suricata-ids.org/support/
> List: https://lists.openinfosecfoundation.org/mailman/listinfo/oisf-users
> OISF: http://www.openinfosecfoundation.org/


looks like a permission err:
"mkdir: /opt/suricata/lib: Permission denied"

sudo make install - could help

-- 
Regards,
Peter Manev



More information about the Oisf-users mailing list