Re: [mod-security-users] Configure fails apxs: not found (and it DOES exist)
Brought to you by:
victorhora,
zimmerletw
From: Breno S. <bre...@gm...> - 2012-11-06 19:32:52
|
Hello Ed, I suppose you really have it inside /usr/local/www/bin right ? I tested here but with a Ubuntu, OpenSuSe and FreeBSD 8.1 box and it is working fine. Could be an issue with FreeBSD 9 ?? Not sure what is happening on your side. I will need to install a vm and try to reproduce. Breno On Tue, Nov 6, 2012 at 12:54 PM, Ed Flecko <edf...@gm...> wrote: > This is driving me NUTS! > > I have a clean install of FreeBSD 9. > > I've downloaded and installed Apache 2.4.3 from source. I have Apache > running fine. > > I've downloaded curl-7.28.0 and libxml2-2.8.0 and installed from source. > > The packages I have installed are: > > apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library > ca_root_nss-3.12.11_1 The root certificate bundle from the Mozilla Project > curl-7.21.3_2 Non-interactive tool to get files from FTP, GOPHER, > HTTP(S) > db42-4.2.52_5 The Berkeley DB package, revision 4.2 > expat-2.0.1_2 XML 1.0 parser written in C > gdbm-1.9.1 The GNU database manager > gettext-0.18.1.1 GNU gettext package > gnupg-2.0.18_1 The GNU Privacy Guard > libassuan-2.0.2 IPC library used by GnuPG and gpgme > libgcrypt-1.5.0 General purpose crypto library based on code used in > GnuPG > libgpg-error-1.10 Common error values for all GnuPG components > libiconv-1.13.1_1 A character set conversion library > libidn-1.22 Internationalized Domain Names command line tool > libksba-1.2.0 KSBA is an X.509 Library > lynx-2.8.7.1_1,1 A non-graphical, text-based World-Wide Web client > pcre-8.20 Perl Compatible Regular Expressions library > pkg-config-0.25_1 A utility to retrieve information about installed > libraries > pth-2.0.7 GNU Portable Threads > wget-1.13.4_1 Retrieve files from the Net via HTTP(S) and FTP > > I've downloaded modsecurity-apache_2.7.0, and when I try and > ./configure, Mod Security fails: > > Checking plataform... Identified as FreeBSD > configure: looking for Apache module support via DSO through APXS > configure: error: couldn't find APXS > > > > Then I try ./configure using --with-apxs=/usr/local/www/bin/apxs > option, and it fails too! > > > ./configure --with-apxs=/usr/local/www/bin/apxs > > Checking plataform... Identified as FreeBSD > configure: looking for Apache module support via DSO through APXS > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > ./configure: /usr/local/www/bin/apxs: not found > checking for libpcre config script... /usr/local/bin/pcre-config > configure: using pcre v8.20 > checking for libapr config script... /usr/local/bin/apr-1-config > configure: using apr v1.4.5 > checking for libapu config script... /usr/local/bin/apu-1-config > configure: using apu v1.3.12 > checking for libxml2 config script... /usr/local/bin/xml2-config > checking if libxml2 is at least v2.6.29... yes, 2.8.0 > configure: using libxml2 v2.8.0 > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.9.0... yes > checking for liblua config script... no > checking for lua install... no > configure: optional lua library not found > checking for libcurl config script... /usr/local/bin/curl-config > checking if libcurl is at least v... yes, 7.28.0 > checking if libcurl is linked with gnutls... no > configure: using curl v7.28.0 > configure: creating ./config.status > config.status: creating Makefile > config.status: creating tools/Makefile > config.status: creating apache2/Makefile > config.status: creating build/apxs-wrapper > config.status: creating mlogc/Makefile > config.status: creating tests/Makefile > config.status: creating apache2/modsecurity_config_auto.h > config.status: executing depfiles commands > config.status: executing libtool commands > > What in the world is wrong??? > > Thank you, > Ed > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues > Automate, monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > mod-security-users mailing list > mod...@li... > https://lists.sourceforge.net/lists/listinfo/mod-security-users > Commercial ModSecurity Rules and Support from Trustwave's SpiderLabs: > http://www.modsecurity.org/projects/commercial/rules/ > http://www.modsecurity.org/projects/commercial/support/ > |