Merge pull request #30 from hallcristobal/readme
Correct README formatting
This commit is contained in:
commit
1eef710a2b
|
@ -129,8 +129,7 @@ The ```--enable-static``` option causes the build to create statically linked bi
|
||||||
Note that Linux systems that use NSS for name lookups will still employ shared libraries behind the scenes even when the OST binaries are statically linked. There have been occasional reports of segfaults when trying to do a name lookup in these circumstances, particularly when the binary was built on a different machine or it's trying to do an LDAP or NIS name lookup. If this occurs, there are two ways to work around it: Either switch to dynamic binaries, or set the Tripwire config file option ```RESOLVE_IDS_TO_NAMES=false```, which tells OST to just watch numeric user & group IDs and not perform name lookups.
|
Note that Linux systems that use NSS for name lookups will still employ shared libraries behind the scenes even when the OST binaries are statically linked. There have been occasional reports of segfaults when trying to do a name lookup in these circumstances, particularly when the binary was built on a different machine or it's trying to do an LDAP or NIS name lookup. If this occurs, there are two ways to work around it: Either switch to dynamic binaries, or set the Tripwire config file option ```RESOLVE_IDS_TO_NAMES=false```, which tells OST to just watch numeric user & group IDs and not perform name lookups.
|
||||||
|
|
||||||
If the configure or make step fails with errors about the automake/autoconf version, it may be necessary to run the script
|
If the configure or make step fails with errors about the automake/autoconf version, it may be necessary to run the script
|
||||||
```
|
```./touchconfig.sh```
|
||||||
./touchconfig.sh```
|
|
||||||
before building the project. This script simply touches files in the correct order such that their last change times are not all identical, and that they're different in the right order.
|
before building the project. This script simply touches files in the correct order such that their last change times are not all identical, and that they're different in the right order.
|
||||||
|
|
||||||
Then just
|
Then just
|
||||||
|
|
Loading…
Reference in New Issue