On 27-Sep-2000 Ben Logan spoke something to the effect:
> Greetings,
>
> I recently installed qt-2.2.0 (via rpm) in order to make licq-0.85 work.
> Licq still wouldn't work, exiting with a complaint about not finding
> the qt library. So I made a symlink from where it was looking for the
> library to where the library actually was, and Licq works. However,
> now when I install an rpm package (certain ones) I get the following
> error message:
> /sbin/ldconfig: warning: /usr/lib/xxx is not a symlink
> ('xxx' is a dummy name; can't remember the exact one[s])
>
> I was low on disk space so the other day I freed some space on another
> (windows) partition and formatted it for Linux. Then I copied /usr/lib
> over to the new partition and make a symbolic link in /usr to that
> new location. Tonight I installed mysql and got a whole slew of error
> messages like the one above. However, I also installed festival
> (speech synthesis system) tonight didn't get any errors.
>
> Is this a major problem? What should I do about it?
> BTW, I'm running RH 6.2.
Since /usr/lib is on a partition by itself, it can be mounted as /usr/lib
and not need a symlink. You just need a directory in /usr named lib and an
fstab entry defining it, much like the way I do a few. A couple of examples:
/dev/hda2 /usr ext2 defaults 1 2
/dev/hda3 /usr/local ext2 defaults 1 2
/dev/hdd2 /home ext2 defaults 1 2
/dev/hdc5 /home/kcsmart ext2 defaults 1 2
Doing it this way may eliminate the errors, and it certainly works better
for the things that can distinguish when they install.
To do it at this point likely requires booting into single mode to
accomplish. Most likely would require the fstab changes be made first and
the actual moving of files last to avoid the possibility of something
looking for libraries in the wrong place.
--
Is this my stop?
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list