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

make mod_auth_token.so link against APR #15

Closed
GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment
Closed

make mod_auth_token.so link against APR #15

GoogleCodeExporter opened this issue Mar 10, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Most of the APIs used by mod_auth_token actually come from APR (apache portable 
runtime) and not from apache itself. Since apache links against APR and since 
APR's headers are usually installed in standard locations such as /usr/include, 
the build works ok as-is.

However, if a user were to install apache and APR in a non-standard directory 
(a home directory for example), the build would fail.

The attached patches fix this issue while also reducing the number of undefined 
symbols when running sanity checking tools on the final library, making the 
symbol resolution much more robust.

Original issue reported on code.google.com by remi.car...@smartjog.com on 17 Jan 2011 at 3:39

Attachments:

@GoogleCodeExporter
Copy link
Author

yep , you right, thanks . Merged.

Original comment by teixeira...@gmail.com on 19 Apr 2011 at 3:56

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant