On Thu, Oct 26, 2006 at 05:56:46PM -0700, jbrad4 alleged: > > I just updated to fc6. When I run yum, I get Missing Dependencies for > libiso9660.so.4 and libcdio.so.6 > > Locate shows that both these files exist in /usr/lib > > I added the following lines to the .bashrc in both the /root and /home/user > directorys and then > sourced the .bashrc in the shell > ---------------------------- > if [ -z ${LIBRARY_PATH:=""} ]; then > LIBRARY_PATH=$DBROOT/lib:/usr/lib:$LIBRARY_PATH > else > LIBRARY_PATH=$DBROOT/lib:/usr/lib > fi > if [ -z ${LD_LIBRARY_PATH:=""} ]; then > LD_LIBRARY_PATH=$DBROOT/lib:/usr/lib:$LD_LIBRARY_PATH > else > LD_LIBRARY_PATH=$DBROOT/lib:/usr/lib > fi > export LIBRARY_PATH LD_LIBRARY_PATH > ----------------------------- > When I do an "echo $LIBRARY_PATH $LD_LIBRARY_PATH" in the root shell before > running yum, > I get "/lib:/usr/lib /lib:/usr/lib " > > If yum doesn't use LIBRARY_PATH or LD_LIBRARY_PATH, what does it use to find > the dependent library files? > (How do you tell yum where the library files are?) yum doesn't actually search your harddrive for files, it just uses rpm. Get rid of all that LIBRARY_PATH stuff. That's just silly. What is the actual command you are running and the actual error message? -- Garrick Staples, Linux/HPCC Administrator University of Southern California -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.dulug.duke.edu/pipermail/yum/attachments/20061028/d94f4b8b/attachment.bin