Changes between Initial Version and Version 1 of Ticket #78
- Timestamp:
- Sep 6, 2007, 9:22:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #78
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #78 – Description
initial v1 1 1 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. 2 2 3 The -f-stack-protector option protects against buffer overflows onthe 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:3 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: 4 4 5 LIBS="-lssp"; export LIBS5 LIBS="-lssp"; export LIBS 6 6 7 regards,8 rainer7 regards, 8 rainer