Index: trunk/doc/INSTALL.librnd.txt =================================================================== --- trunk/doc/INSTALL.librnd.txt (revision 34919) +++ trunk/doc/INSTALL.librnd.txt (revision 34920) @@ -14,6 +14,8 @@ need to be passed to pcb-rnd ./configure, it will automatically find librnd (with a preference for source install). + On some systems ldconfig needs to be ran after the installation so that + the dynamic linker leanrs about the new .so files available. 2. Installing librnd in a non-standard prefix Index: trunk/doc/faq.html =================================================================== --- trunk/doc/faq.html (revision 34919) +++ trunk/doc/faq.html (revision 34920) @@ -111,5 +111,18 @@ The DSN format does not specify solder mask or paste. Please use the padstack editor on the affected padstacks. +

5. build/install

+ +

5.1. Error while loading shared libraries

+

+If the above error message appears and lists librnd-* libs when executing +pcb-rnd, that means your operating system's dynamic loader is unable to +find There are trhee common reasons for this: +

+