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. > > > > I've had that too. I'm no make process expert, but looks like I had > > to add the library's path in my ldconfig file (/etc/ld.so.conf) and > > than run ldconfig to make it work. I'm not sure why though... > > 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]? By the way, they also recommend compiling object files with the -fPIC flag for some reason. [1] http://www.tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html [2] http://www.linuxmafia.com/faq/Admin/ld-lib-path.html Regards, Thamer Mahmoud > > P.S. To Nadim, > > > > * I suggest moving the library to /usr/local/lib/ instead of > > /usr/local/lib/itl/. It's only a single file. > > I'd really rather not. > > > * I will be updating ipraytime to support some of the latest ITL > > changes (just to set some default values) AND to silence those > > double to int warnings somehow. Nothing major. > > Sure, feel free - do please try to keep the manpage(s) updated as well. > > Salam & Thanks. > > - Nadim > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > _______________________________________________ > Developer mailing list > [EMAIL PROTECTED] > http://lists.arabeyes.org/mailman/listinfo/developer _______________________________________________ Developer mailing list [EMAIL PROTECTED] http://lists.arabeyes.org/mailman/listinfo/developer

