Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug 775 libhtp 0.5.x upgrade #432

Merged
merged 2 commits into from Jul 15, 2013
Merged

Conversation

poona
Copy link
Contributor

@poona poona commented Jul 15, 2013

No description provided.

victorjulien and others added 2 commits July 15, 2013 12:45
Remove the support for now unsupported personalities from libhtp -
TOMCAT_6_0, APACHE and APACHE_2_2.  We instead use the APACHE_2
personality.
@@ -1050,17 +1050,10 @@ AC_INIT(configure.ac)
echo
exit 1
fi
PKG_CHECK_MODULES(LIBHTPMINVERSION, htp >= 0.2.3,[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
PKG_CHECK_MODULES(LIBHTPMINVERSION, htp >= 0.5.X,[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test fails for me even if I point configure to the path where 0.5.x libhtp master is installed. What am I missing?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Mon, Jul 15, 2013 at 3:13 PM, Victor Julien notifications@github.comwrote:

In configure.ac:

@@ -1050,17 +1050,10 @@ AC_INIT(configure.ac)
echo
exit 1
fi

  •    PKG_CHECK_MODULES(LIBHTPMINVERSION, htp >= 0.2.3,[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
    
  •    PKG_CHECK_MODULES(LIBHTPMINVERSION, htp >= 0.5.X,[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
    

This test fails for me even if I point configure to the path where 0.5.x
libhtp master is installed. What am I missing?


Reply to this email directly or view it on GitHubhttps://github.com//pull/432/files#r5186368
.

PKG_CONFIG_PATH needs to be set I think to libhtp's .pc directory.


Anoop Saldanha

http://www.poona.me

@inliniac inliniac merged commit 48cf058 into OISF:master Jul 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants