Hi, I am trying to get anti-aliasing working in KDE and am getting an error. I have X4.1.0 installed and working well (thanks, Olaf ;) ) I have just downloaded and installed the latest kde packages from SUSE and have installed the qt-experimental.rpm When running the normal qt package, kde runs fine. When I install the experimental package, I get: 21:00 joss:~ $ konqueror konqueror: error while loading shared libraries: /usr/X11R6/lib/libXft.so.1: R_PPC_REL14 relocation at 0x3005d580 out of range 21:00 joss:~ $ This breaks all of kde. Any ideas how to solve my dillema? thanks Joss -- http://www.josswinn.org
On Sun, Jun 24, Joss Winn wrote:
Hi,
I am trying to get anti-aliasing working in KDE and am getting an error.
I have X4.1.0 installed and working well (thanks, Olaf ;) ) I have just downloaded and installed the latest kde packages from SUSE and have installed the qt-experimental.rpm
When running the normal qt package, kde runs fine. When I install the experimental package, I get:
21:00 joss:~ $ konqueror konqueror: error while loading shared libraries: /usr/X11R6/lib/libXft.so.1: R_PPC_REL14 relocation at 0x3005d580 out of range
This R_PPC_REL24 occours when a shared object is compiled without -fPIC. In this case libfreetype.a wasnt compiled with that option. I placed a new lib here: ftp.suse.com/pub/suse/ppc/X/suse71/4.1.0/libXft.so.1.0 Just replace the old one in /usr/X11R6/lib/. An update for 4.0.2 will follow as soon as I find a way to build libfreetype it per default with that option ... Gruss Olaf -- $ man clone BUGS Main feature not yet implemented...
On Tue, Jun 26, 2001 at 11:34:14AM +0200, Olaf Hering wrote:
This R_PPC_REL24 occours when a shared object is compiled without -fPIC. In this case libfreetype.a wasnt compiled with that option.
I placed a new lib here: ftp.suse.com/pub/suse/ppc/X/suse71/4.1.0/libXft.so.1.0
Just replace the old one in /usr/X11R6/lib/.
An update for 4.0.2 will follow as soon as I find a way to build libfreetype it per default with that option ...
I just tried this and it produces another error. When just replacing the libXft.so.1.0 library, I start up Konqueror and get this error: konqueror: ERROR: ERROR 3: couldn't create slave : can't talk to klauncher kio (KIOJob): Job::showErrorDialog parent=[Null pointer] konqueror: KonqMainWindow::slotRunFinished() konqueror: KonqView::slotCanceled Konqueror loads but does not show any of my home directory. If I install qt-experimental, which I believe is necessary for A-A fonts, then I get this error: 19:14 joss:~ $ konqueror konqueror: error while loading shared libraries: /opt/kde2/lib/libkdeui.so.3: undefined symbol: styleChange__8QToolBarR6QStyle 19:14 joss:~ $ thanks, joss -- http://www.josswinn.org
On Tue, Jun 26, Joss Winn wrote:
On Tue, Jun 26, 2001 at 11:34:14AM +0200, Olaf Hering wrote:
This R_PPC_REL24 occours when a shared object is compiled without -fPIC. In this case libfreetype.a wasnt compiled with that option.
I placed a new lib here: ftp.suse.com/pub/suse/ppc/X/suse71/4.1.0/libXft.so.1.0
Just replace the old one in /usr/X11R6/lib/.
An update for 4.0.2 will follow as soon as I find a way to build libfreetype it per default with that option ...
I just tried this and it produces another error.
When just replacing the libXft.so.1.0 library, I start up Konqueror and get this error:
konqueror: ERROR: ERROR 3: couldn't create slave : can't talk to klauncher kio (KIOJob): Job::showErrorDialog parent=[Null pointer] konqueror: KonqMainWindow::slotRunFinished() konqueror: KonqView::slotCanceled
Konqueror loads but does not show any of my home directory.
If I install qt-experimental, which I believe is necessary for A-A fonts, then I get this error:
19:14 joss:~ $ konqueror konqueror: error while loading shared libraries: /opt/kde2/lib/libkdeui.so.3: undefined symbol: styleChange__8QToolBarR6QStyle 19:14 joss:~ $
sounds like a kde bug. Gruss Olaf -- $ man clone BUGS Main feature not yet implemented...
On Tue, Jun 26, 2001 at 12:34:03PM +0200, Olaf Hering wrote:
When just replacing the libXft.so.1.0 library, I start up Konqueror and get this error:
konqueror: ERROR: ERROR 3: couldn't create slave : can't talk to klauncher kio (KIOJob): Job::showErrorDialog parent=[Null pointer] konqueror: KonqMainWindow::slotRunFinished() konqueror: KonqView::slotCanceled
Konqueror loads but does not show any of my home directory.
If I install qt-experimental, which I believe is necessary for A-A fonts, then I get this error:
19:14 joss:~ $ konqueror konqueror: error while loading shared libraries: /opt/kde2/lib/libkdeui.so.3: undefined symbol: styleChange__8QToolBarR6QStyle 19:14 joss:~ $
sounds like a kde bug.
OK. The only problem is now that after reinstalling the xshare rpm again (which libXft.so.1.0 is from), KDE continues to give me the error, even though I have returned everything to it's original state. All I did was replace that one library with your new one and when it didn't work, I installed the rpm again. Now, with the previous library in, it still gives me the same error. Basically, Konqueror is fscked right now ;) -- http://www.josswinn.org
participants (2)
-
Joss Winn
-
Olaf Hering