aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 9745ecd..13d5e6e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -28,6 +28,17 @@ on `stdout`.
# clubber --chroot=/chroot/apache --dry /usr/bin/php
+Caveats
+-------
+
+This only works for compile-time dynamic linking that `ldd` understands. Any
+files a program might require to run that `ldd` wouldn't tell you about won't
+get imported. A good example might be `/etc/resolv.conf` or `/etc/passwd`.
+
+It's also up to you to make sure that the library paths that your program uses
+in `chroot` will enable it to actually find all these libraries you're
+importing from the host system directories.
+
License
-------