tag:blogger.com,1999:blog-11593374.post7312981725597770564..comments2009-01-04T20:37:51.989ZComments on Andrew Beacock's Blog: How to add shared libraries to Linux's system libr...abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comBlogger7125tag:blogger.com,1999:blog-11593374.post-62688419166415991912009-01-04T20:37:00.000Z2009-01-04T20:37:00.000Z2009-01-04T20:37:00.000ZOneWorld, Hi there glad you found my blog - I'm no...OneWorld, Hi there glad you found my blog - I'm not linked with that Insite Developer software just looks like they liked my shared libraries article.<BR/><BR/>You see the lines starting "export ..." - they need to be added to the .bashrc or .profile file of the user that is trying to run them. If you are trying to run it from a graphical desktop such as Gnome or KDE then you either need to follow my ideas above or write a little shell script to add the variables in first.<BR/><BR/>Good luck!abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-72262772869157871702009-01-03T19:22:00.000Z2009-01-03T19:22:00.000Z2009-01-03T19:22:00.000ZHi there, My god I've been digging around for hour...Hi there, <BR/>My god I've been digging around for hours to run this application, I followed all the procedures above, but I don't understand where to make these changes as suggested in http://www.bcsoftnet.com/doc.htm <BR/><BR/>----<BR/>The Environmnet variable LD_LIBRARY_PATH must setup to the Oracle Library.<BR/>TNS_ADMIN and ORACLE_HOME variable also need to setup either one or both.<BR/><BR/>example for bash shell:<BR/>export ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server<BR/>export LD_LIBRARY_PATH=$ORACLE_HOME/lib <BR/>----<BR/><BR/>Is it working for anyone, please guide me.<BR/><BR/>thanks,OneWorldhttp://www.blogger.com/profile/02812219960843491531noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-18630594689268470012008-11-14T15:34:00.000Z2008-11-14T15:34:00.000Z2008-11-14T15:34:00.000ZThe library path could be placed in any file, whos...The library path could be placed in any file, whose name ends with ".conf", inside /etc/ld.so.conf.d/.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11593374.post-6165235543240971912008-10-25T20:22:00.000+01:002008-10-25T20:22:00.000+01:002008-10-25T20:22:00.000+01:00Thank you for this post.I was having problems usin...Thank you for this post.<BR/><BR/>I was having problems using a 3rd party shared library and adding the .conf file with the correct directory worked!<BR/><BR/>(Using Ubuntu)Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-11593374.post-14758910447609964082008-06-20T20:56:00.000+01:002008-06-20T20:56:00.000+01:002008-06-20T20:56:00.000+01:00Kasper,I'm sorry to say that I'm not sure how to s...Kasper,<BR/>I'm sorry to say that I'm not sure how to solve your issue! You can exclude whole directories from the LD_LIBRARY_PATH but no don't know of a way to exclude a particular one.<BR/><BR/>I think the rename option is probably the best so that you could always resurrect it if another application required it.<BR/><BR/>If you find a good solution please let me know!abeacockhttp://www.blogger.com/profile/01039992884679308726noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-3898285537371278072008-06-13T11:55:00.000+01:002008-06-13T11:55:00.000+01:002008-06-13T11:55:00.000+01:00Hi Andrew,And now the other way around:I want to r...Hi Andrew,<BR/><BR/>And now the other way around:<BR/>I want to run an application but without a specif library. The application runs fine when I rename/remove the library. But removing the library completely is to drastic for me.<BR/><BR/>Can I use ldconfig, ld.conf, etc. to do this?<BR/>If so, how?<BR/><BR/><BR/>Cheers,<BR/>KasperKasperhttp://www.blogger.com/profile/09875475963587266268noreply@blogger.comtag:blogger.com,1999:blog-11593374.post-42809851106887208392007-10-22T14:45:00.000+01:002007-10-22T14:45:00.000+01:002007-10-22T14:45:00.000+01:00Hmmm, seems cool.Joe joestain13@yahoo.comHmmm, seems cool.<BR/><BR/>Joe joestain13@yahoo.comAnonymousnoreply@blogger.com