--- Thamer Mahmoud <[EMAIL PROTECTED]> wrote: > Nadim Shaikli writes: > > --- Thamer Mahmoud <[EMAIL PROTECTED]> wrote: > > > abdulhaq writes: > > > > Everything is compiling here, but I'm getting a 'library not > > > > found' (libitl.so) when trying to run the apps. > > > > LD_LIBRARY_PATH is your friend as was just noted to Abdulhaq :-) > > I guess I need to add a small'ish note in the README file. > > Thanks, but what's the permanent solution for this? Also, the > installing shared library section (3.5) of this how-to [1] seems to > indicate that LD_LIBRARY_PATH is for debugging and testing only and > not for installing libraries. And what about this [2]?
Its a very common procedure and lots of libraries and applications use it and depend on it. In any regard, I will look into embedding the path in the applications themselves (via the configure/make procedure) as well as investigate a static library option. > By the way, they also recommend compiling object files with the -fPIC > flag for some reason. I'll look into this (I'm not familiar with it). > [1] http://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html > [2] http://www.linuxmafia.com/faq/Admin/ld-lib-path.html Salam. - Nadim __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

