Correct README formatting

This commit is contained in:
Cristobal Hall-Ramos 2018-04-24 15:08:55 -04:00
parent 6e64a9e5b7
commit 62b04550cd
1 changed files with 20 additions and 21 deletions

View File

@ -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.
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.
Then just