Opened 17 years ago
Last modified 9 years ago
#78 closed defect
found one solution, but many more problems. — at Initial Version
Reported by: | anonymous | Owned by: | rainer |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | main | Version: | |
Keywords: | Cc: |
Description
I found this answer to my first problem with Samhain under Knoppix, but it is a very "thorny" install; problems abound. Could you pop in a knoppix disk, and do a clean compile, so that I could know how to do it? Maybe Samhain could even be integrated into a knoppix release if it works, but the install needs to go smoother.
The -f-stack-protector option protects against buffer overflows on the stack (if there are any). To improve security, Samhain uses it if available. Seems that while you are not meant having to add '-lssp' for the libssp library, it occasionally won't work otherwise. I.e. before running 'configure' do this:
LIBS="-lssp"; export LIBS
regards, rainer