aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-29 17:58:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-29 17:58:39 +1200
commitd5c03bf64f4c2389adc24b514949e0db3e00b6bb (patch)
tree2ca1a0e521413df09e4fe8034147ef884c17462e
parentCorrect description of --dry output as commands (diff)
downloadclubber-d5c03bf64f4c2389adc24b514949e0db3e00b6bb.tar.gz
clubber-d5c03bf64f4c2389adc24b514949e0db3e00b6bb.zip
Add some caveats I just thought of
-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
-------