[Scribus] qt 322 and 1.1.2
Owen
rcook
Sun Nov 16 02:55:45 CET 2003
On Sat, 15 Nov 2003 22:49:19 +0100
Gerhard Gaussling <ggnewsletter at web.de> wrote:
> According to your statement above, I should remove /usr/share/qt3/lib
> from /etc/ld.so.conf ?
> What about
> libqt.so.3 -> libqt.so.3.1.1 from /usr/share/qt3/lib ?
> Isn't the first entry the one which is used?
>
> /usr/local/qt/lib:
> libqui.so.1 -> libqui.so.1.0.0
> libqt-mt.so.3 -> libqt-mt.so.3.2.3
> /usr/share/qt3/lib:
> libqt-mt.so.3 -> libqt-mt.so.3.2
> libqui.so.1 -> libqui.so.1.0
> libqt.so.3 -> libqt.so.3.1.1
The principle is to make sure the libraries can be found.
The best solution is not to edit /etc/ld.so.conf
If you made the new qt in /usr/local/
and the old qt was in /usr/share
Then mv /usr/share/qt3 /usr/share/qt3.old
ln -s /usr/local/qt /usr/share/qt3
That way you do not need to change ld.so.conf and all programs behave as normal.
Owen
--
More information about the scribus
mailing list