summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-17 08:55:05 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-17 08:55:05 +0000
commit365aac205d456db89a758533b256a5e5b51c8817 (patch)
treefce47e2e489beb40d7d07cf33eb9b51cebdb4070 /README
parentf2f69f70b92a2bbeefa8b855fcc4861d76733cb5 (diff)
Add openssl and openssh. Fix up UML kernel build.
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index aef538959..533db7340 100644
--- a/README
+++ b/README
@@ -26,3 +26,20 @@ Have fun!
Please feed suggestions, bug reports, insults, and bribes back to:
Erik Andersen <andersen@codepoet.org>
+
+
+
+NOTE:
+
+ For './configure' to behave itself with certain applications, you may need
+ to create a symlink under "/lib" on your system that points to the uClibc
+ shared library loader in the staging directory. For example, on my system
+
+ $ cd /lib
+ $ sudo ln -s /home/andersen/buildroot/build/staging_dir/lib/ld-uClibc.so.0 ld-uClibc.so.0
+
+ If you don't use sudo, run 'su -' to become root when making the link. If
+ you aren't root it won't work. The reason for this symlink, is it allows
+ './configure' to actually execute the test applications it compiles against
+ uClibc during the configuration process....
+