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

mod_auth_cas is not stripped #126

Open
ssoguroo opened this issue Mar 9, 2017 · 1 comment
Open

mod_auth_cas is not stripped #126

ssoguroo opened this issue Mar 9, 2017 · 1 comment

Comments

@ssoguroo
Copy link

ssoguroo commented Mar 9, 2017

mod_auth_cas.so is not stripped. All you have to do is cat mod_auth_cas.so to see lot of variables..inside info.

file mod_auth_cas.so
mod_auth_cas.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped

I have tried "make install-stripped" with no luck. Have you guys noticed this?

@dhawes
Copy link
Contributor

dhawes commented Mar 9, 2017

"make install-stripped" didn't strip for me as well. I'll have to look into that.

You can always just strip it yourself if you really care. There's no harm in it being not stripped. I mean, the source is available right here.

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

No branches or pull requests

2 participants