From a6e948b6e6a35c53453a9da913abee5b4ef08fdb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 22 Sep 2010 10:56:52 +0000 Subject: [PATCH] Mentioned --disable-ldconfig-at-install --- libisoburn/trunk/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libisoburn/trunk/README b/libisoburn/trunk/README index f016f9f9..6357071d 100644 --- a/libisoburn/trunk/README +++ b/libisoburn/trunk/README @@ -55,9 +55,13 @@ Then become superuser and execute make install which will make available libisoburn.so.1 and the program xorriso. +On GNU/Linux it will try to run program ldconfig with the library installation +directory as only argument. Failure to do so will not abort installation. +One may disable ldconfig by ./configure option --disable-ldconfig-at-install . + By use of a version script, the libisoburn.so library exposes no other function -names but those of the API definitions in and +names but those of the API definitions in and . If -Wl,--version-script=... makes problems with the local compiler, then disable this encapsulation feature by