X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=NOTES.UNIX;h=0e3c099ea265d3420b4b60b306d4ae6233a0d38b;hp=6c291cbab6fdfca6099f0323fb8fe403daa1cebd;hb=16b0e0fcb32f553b9302db997045950c6af5f805;hpb=180626159e31f04021fdb20b48b1e61b62a06073 diff --git a/NOTES.UNIX b/NOTES.UNIX index 6c291cbab6..0e3c099ea2 100644 --- a/NOTES.UNIX +++ b/NOTES.UNIX @@ -59,7 +59,7 @@ used with the runtime shared library search path options, as shown in this example: - $ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \ + $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \ '-Wl,-rpath,$(LIBRPATH)' On modern ELF based systems, there are two runtime search paths tags to @@ -88,7 +88,7 @@ Debian GNU/Linux systems rather than DT_RPATH is to tell the linker to set new dtags, like this: - $ ./config --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \ + $ ./Configure --prefix=/usr/local/ssl --openssldir=/usr/local/ssl \ '-Wl,--enable-new-dtags,-rpath,$(LIBRPATH)' It might be worth noting that some/most ELF systems implement support