mirror of
https://github.com/skeeto/endlessh.git
synced 2025-12-08 22:23:23 +00:00
@@ -68,3 +68,11 @@ MaxClients 4096
|
|||||||
# 2 = Very noisy debugging information
|
# 2 = Very noisy debugging information
|
||||||
LogLevel 0
|
LogLevel 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Build issues
|
||||||
|
|
||||||
|
RHEL 6 and CentOS 6 use a version of glibc older than 2.17 (December
|
||||||
|
2012), and `clock_gettime(2)` is still in librt. For these systems you
|
||||||
|
will need to link against librt:
|
||||||
|
|
||||||
|
make LDLIBS=-lrt
|
||||||
|
|||||||
Reference in New Issue
Block a user