Last change
on this file since 89 was 61, checked in by rainer, 18 years ago |
Fix for MacOX X problems and Cygwin compile problem, resolves tickets #33, #34, #35.
|
File size:
1.2 KB
|
Line | |
---|
1 |
|
---|
2 | MacOS X:
|
---|
3 | -------
|
---|
4 |
|
---|
5 | (1) Pointed out by David: static linking is not supported on MacOS X,
|
---|
6 | see http://developer.apple.com/qa/qa2001/qa1118.html
|
---|
7 |
|
---|
8 | Solaris:
|
---|
9 | -------
|
---|
10 |
|
---|
11 | (1) This was pointed out by rog [at] iis dot fhg dot de (Ingo Rogalsky):
|
---|
12 | "It isn't possible, to link samhain statically with Solaris.
|
---|
13 | This is a Solaris issue (see Sun Infodoc ID12624) and
|
---|
14 | not a samhain problem."
|
---|
15 |
|
---|
16 | Linux, maybe others:
|
---|
17 | -------------------
|
---|
18 |
|
---|
19 | (1) With gdm (the GNOME display manager), GNOME version 1.2, using the
|
---|
20 | file hiding kernel module (configure option --enable-khide)
|
---|
21 | at system boot may cause problems (keyboard locked up).
|
---|
22 | No problem observed with kdm (the KDE display manager).
|
---|
23 |
|
---|
24 | In case of problems, you may need to reboot into single-user mode and
|
---|
25 | edit the boot init script ... it should be noted that on the test
|
---|
26 | system, gdm sometimes locked up the keyboard on other occasions
|
---|
27 | (e.g. after a fsck).
|
---|
28 |
|
---|
29 | (2) With gcc 2.95.2 (and glibc 2.1.3), it is not possible to use
|
---|
30 | --with-database and --enable-debug at the same time (the code will
|
---|
31 | segfault). This is apparently a compiler bug, and it does not happen
|
---|
32 | with gcc 3.0.
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.