Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

kdelibs-3.3.1 libqt-mt.so.3 errors

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
20 posts • Page 1 of 1
Author
Message
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

kdelibs-3.3.1 libqt-mt.so.3 errors

  • Quote

Post by snakattak3 » Wed Oct 13, 2004 8:28 pm

Trying to upgrade kdelibs this morning, and keeps crashing with this error:

Code: Select all

make[3]: Entering directory `/var/tmp/portage/kdelibs-3.3.1/work/kdelibs-3.3.1/kdeui'
/usr/qt/3/bin/uic -o kshortcutdialog_simple.h ./kshortcutdialog_simple.ui
/usr/qt/3/bin/uic -o kshortcutdialog_advanced.h ./kshortcutdialog_advanced.ui
/usr/qt/3/bin/uic: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[3]: *** [kshortcutdialog_advanced.h] Error 127
make[3]: *** Waiting for unfinished jobs....
/usr/qt/3/bin/uic: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
make[3]: *** [kshortcutdialog_simple.h] Error 127
make[3]: Leaving directory `/var/tmp/portage/kdelibs-3.3.1/work/kdelibs-3.3.1/kdeui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdelibs-3.3.1/work/kdelibs-3.3.1/kdeui'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdelibs-3.3.1/work/kdelibs-3.3.1'
make: *** [all] Error 2
I've tried re-emerging qt, binutils, and libtool, but still craps out on this error. For some reason arts emerged fine though. I had a similar problem last week as well, when I tried installing kdeextrageer from cvs. It kept having problems finding libraries I just installed. I didn't find a fix for that either. Any suggestions welcome.
Ban Reality TV!
Adopt an Unanswered Post
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Wed Oct 13, 2004 9:55 pm

Same problem, same place. I have the right library in /usr/qt/3/lib.
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Wed Oct 13, 2004 10:09 pm

Its not limited to kde-3.3.1 either, the 3.3.0 ebuild won't compile in the same place, with the exact same error. I've also tried putting the qt libraries in /var/tmp/portage/qt-3.3.3-r1/image/qt/3/lib as suggested in another post, but still won't compile. I'm starting to get a little frustrated with this.
Ban Reality TV!
Adopt an Unanswered Post
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Wed Oct 13, 2004 11:27 pm

Things that didn't work:

Code: Select all

export myconf="--with-qt-dir=/usr/qt/3 --with-qt-libs=/usr/qt/3/lib"

Code: Select all

ln -s /usr/qt/3/lib/libqt-mt.so.3 /usr/lib
I had already emerged kdelibs with the official kdelibs 3.3.1 ebuild. Are you using the purdy kde patched ebuilds like I am?
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Wed Oct 13, 2004 11:57 pm

DarkStalker wrote:Things that didn't work:

Code: Select all

export myconf="--with-qt-dir=/usr/qt/3 --with-qt-libs=/usr/qt/3/lib"

Code: Select all

ln -s /usr/qt/3/lib/libqt-mt.so.3 /usr/lib
I had already emerged kdelibs with the official kdelibs 3.3.1 ebuild. Are you using the purdy kde patched ebuilds like I am?
Yea, but I couldn't even get the regular kde ebuilds to work. Maybe it does have somthing to do with the patched ones. I'll try again.
Ban Reality TV!
Adopt an Unanswered Post
Top
michel_25_32
n00b
n00b
User avatar
Posts: 29
Joined: Mon Oct 11, 2004 3:08 pm
Location: Vila Velha ES, Brasil
Contact:
Contact michel_25_32
Website

  • Quote

Post by michel_25_32 » Thu Oct 14, 2004 12:08 am

The last time I had a problem with a missing shared library the following command solved my problem

Code: Select all

revdep-rebuild
I would suggest to do a

Code: Select all

revdep-rebuild -p
to see which packages will be rebuild

Also try:

Code: Select all

man revdep-rebuild
for more info
Targa Visionary 811, AMD64 2800+, ATI M11 128 MB, 60 GB HDD, 1024 DDR PC2700, stage1-amd64-20040928 (GCC 3.4), KDE 3.3.1
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Thu Oct 14, 2004 1:02 am

I'm not sure, but I think I solved the problem.

Code: Select all

echo "/usr/qt/3/lib" >> /etc/ld.so.conf
ldconfig
Looks like it's gotten past the part we've been stuck at, but I'm not entirely sure as I haven't been watching it. The problem is with the hacked ebuild we used for qt, which apparently didn't do the above as far as I can tell. This would make sense seeing as it was complaining that it couldn't find libqt-mt.so.3 which is in /usr/qt/3/lib.
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Thu Oct 14, 2004 1:17 am

DarkStalker wrote:I'm not sure, but I think I solved the problem.

Code: Select all

echo "/usr/qt/3/lib" >> /etc/ld.so.conf
ldconfig
Looks like it's gotten past the part we've been stuck at, but I'm not entirely sure as I haven't been watching it. The problem is with the hacked ebuild we used for qt, which apparently didn't do the above as far as I can tell. This would make sense seeing as it was complaining that it couldn't find libqt-mt.so.3 which is in /usr/qt/3/lib.
I'll try that. I wasn't using the ebuilds though from the other thread. All I did was add

Code: Select all

epatch ${FILESDIR}/qt-improvement-3.3.3.diff
into the src_unpack{} section. Lets hope that your solution works though.
Ban Reality TV!
Adopt an Unanswered Post
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Thu Oct 14, 2004 2:46 am

Ok, that worked. Kdelibs compiled and installed fine, now the rest is going. Thanks.

[EDIT]
Kdebase did the same thing. I checked /etc/ld.so.conf, and "/usr/qt/3/lib" was not anywhere in it. I added it again to /etc/ld.so.conf, and kdebase is compiling now. Wierd how it got erased. Probably something portage is doing to it.
Ban Reality TV!
Adopt an Unanswered Post
Top
zerojay
Veteran
Veteran
User avatar
Posts: 1033
Joined: Sat Aug 09, 2003 8:06 pm
Contact:
Contact zerojay
Website

  • Quote

Post by zerojay » Thu Oct 14, 2004 11:26 am

snakattak3 wrote:Ok, that worked. Kdelibs compiled and installed fine, now the rest is going. Thanks.

[EDIT]
Kdebase did the same thing. I checked /etc/ld.so.conf, and "/usr/qt/3/lib" was not anywhere in it. I added it again to /etc/ld.so.conf, and kdebase is compiling now. Wierd how it got erased. Probably something portage is doing to it.
You're right. /etc/ld.so.conf is rewritten after each env-update using the info in /etc/env.d/, and that is run after every emerge. The way I fixed that was to...

Code: Select all

nano -w /etc/env.d/47kdepaths-3.3.0
Edit the following line from:

Code: Select all

LDPATH=/usr/kde/3.3/lib
to..

Code: Select all

LDPATH=/usr/kde/3.3/lib:/usr/qt/3/lib
...and then run...

Code: Select all

env-update
Check ld.so.conf to see if /usr/qt/3/lib is there.

Code: Select all

nano -w /etc/ld.so.conf
It should be there at which point we can emerge as much of KDE as we want, it will stay fixed.
Top
snakattak3
Guru
Guru
User avatar
Posts: 468
Joined: Wed Dec 11, 2002 5:13 am
Location: Seattle

  • Quote

Post by snakattak3 » Thu Oct 14, 2004 2:40 pm

That seems to have fixed it. I wonder if its a bug or something common with our setups?
Ban Reality TV!
Adopt an Unanswered Post
Top
desertstalker
Apprentice
Apprentice
Posts: 209
Joined: Sat Sep 18, 2004 8:18 am

  • Quote

Post by desertstalker » Fri Oct 15, 2004 8:49 am

I get this error when compiling kdeartwork (the latest version)

Please Help

Code: Select all

Flux.o(.text+0x1340): In function `particle::update(float*)':
: undefined reference to `glColor3fv'
Flux.o(.text+0x1345): In function `particle::update(float*)':
: undefined reference to `glPushMatrix'
Flux.o(.text+0x13c7): In function `particle::update(float*)':
: undefined reference to `glTranslatef'
Flux.o(.text+0x140c): In function `particle::update(float*)':
: undefined reference to `glScalef'
Flux.o(.text+0x143d): In function `particle::update(float*)':
: undefined reference to `glCallList'
Flux.o(.text+0x1451): In function `particle::update(float*)':
: undefined reference to `glPopMatrix'
Flux.o(.text+0x1636): In function `particle::update(float*)':
: undefined reference to `glPointSize'
Flux.o(.text+0x1642): In function `particle::update(float*)':
: undefined reference to `glBegin'
Flux.o(.text+0x1657): In function `particle::update(float*)':
: undefined reference to `glVertex3f'
Flux.o(.text+0x165c): In function `particle::update(float*)':
: undefined reference to `glEnd'
Flux.o(.text+0x244c): In function `FluxWidget::paintGL()':
: undefined reference to `glLoadIdentity'
Flux.o(.text+0x246f): In function `FluxWidget::paintGL()':
: undefined reference to `glBlendFunc'
Flux.o(.text+0x247b): In function `FluxWidget::paintGL()':
: undefined reference to `glEnable'
Flux.o(.text+0x2487): In function `FluxWidget::paintGL()':
: undefined reference to `glDisable'
Flux.o(.text+0x24f4): In function `FluxWidget::paintGL()':
: undefined reference to `glColor4f'
Flux.o(.text+0x2500): In function `FluxWidget::paintGL()':
: undefined reference to `glBegin'
Flux.o(.text+0x2514): In function `FluxWidget::paintGL()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2529): In function `FluxWidget::paintGL()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x253d): In function `FluxWidget::paintGL()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x254d): In function `FluxWidget::paintGL()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2552): In function `FluxWidget::paintGL()':
: undefined reference to `glEnd'
Flux.o(.text+0x2560): In function `FluxWidget::paintGL()':
: undefined reference to `glClear'
Flux.o(.text+0x2611): In function `FluxWidget::paintGL()':
: undefined reference to `glFlush'
Flux.o(.text+0x263d): In function `FluxWidget::paintGL()':
: undefined reference to `glFlush'
Flux.o(.text+0x266f): In function `FluxWidget::paintGL()':
: undefined reference to `glBlendFunc'
Flux.o(.text+0x267b): In function `FluxWidget::paintGL()':
: undefined reference to `glEnable'
Flux.o(.text+0x2687): In function `FluxWidget::paintGL()':
: undefined reference to `glEnable'
Flux.o(.text+0x269c): In function `FluxWidget::paintGL()':
: undefined reference to `glHint'
Flux.o(.text+0x26ad): In function `FluxWidget::paintGL()':
: undefined reference to `glDisable'
Flux.o(.text+0x26b9): In function `FluxWidget::paintGL()':
: undefined reference to `glEnable'
Flux.o(.text+0x26c5): In function `FluxWidget::paintGL()':
: undefined reference to `glClear'
Flux.o(.text+0x26ea): In function `FluxWidget::paintGL()':
: undefined reference to `glRotatef'
Flux.o(.text+0x270a): In function `FluxWidget::paintGL()':
: undefined reference to `glBlendFunc'
Flux.o(.text+0x2716): In function `FluxWidget::paintGL()':
: undefined reference to `glEnable'
Flux.o(.text+0x2763): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glViewport'
Flux.o(.text+0x276f): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glMatrixMode'
Flux.o(.text+0x2774): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glLoadIdentity'
Flux.o(.text+0x27bc): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `gluPerspective'
Flux.o(.text+0x27d6): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glTranslatef'
Flux.o(.text+0x27e2): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glMatrixMode'
Flux.o(.text+0x299e): In function `FluxWidget::updateParameters()':
: undefined reference to `glFrontFace'
Flux.o(.text+0x29aa): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x29be): In function `FluxWidget::updateParameters()':
: undefined reference to `glClearColor'
Flux.o(.text+0x29ca): In function `FluxWidget::updateParameters()':
: undefined reference to `glClear'
Flux.o(.text+0x2cc1): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2cd2): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2cde): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x2cf8): In function `FluxWidget::updateParameters()':
: undefined reference to `glBindTexture'
Flux.o(.text+0x2d16): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexEnvf'
Flux.o(.text+0x2d34): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexParameteri'
Flux.o(.text+0x2d52): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexParameteri'
Flux.o(.text+0x2da5): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexImage2D'
Flux.o(.text+0x2dd4): In function `FluxWidget::updateParameters()':
: undefined reference to `glNewList'
Flux.o(.text+0x2df1): In function `FluxWidget::updateParameters()':
: undefined reference to `glBindTexture'
Flux.o(.text+0x2dfd): In function `FluxWidget::updateParameters()':
: undefined reference to `glBegin'
Flux.o(.text+0x2e09): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2e19): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2e25): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2e35): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2e41): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2e51): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2e5d): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2e6d): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2e79): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2e89): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2e95): In function `FluxWidget::updateParameters()':
: undefined reference to `glTexCoord2f'
Flux.o(.text+0x2ea5): In function `FluxWidget::updateParameters()':
: undefined reference to `glVertex3f'
Flux.o(.text+0x2eaa): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnd'
Flux.o(.text+0x2eaf): In function `FluxWidget::updateParameters()':
: undefined reference to `glEndList'
Flux.o(.text+0x2ec0): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2ecc): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2ed8): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2ee4): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x2f1e): In function `FluxWidget::updateParameters()':
: undefined reference to `glNewList'
Flux.o(.text+0x2f23): In function `FluxWidget::updateParameters()':
: undefined reference to `gluNewQuadric'
Flux.o(.text+0x2f67): In function `FluxWidget::updateParameters()':
: undefined reference to `gluSphere'
Flux.o(.text+0x2f76): In function `FluxWidget::updateParameters()':
: undefined reference to `gluDeleteQuadric'
Flux.o(.text+0x2f7b): In function `FluxWidget::updateParameters()':
: undefined reference to `glEndList'
Flux.o(.text+0x2f87): In function `FluxWidget::updateParameters()':
: undefined reference to `glDisable'
Flux.o(.text+0x2f93): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x2f9f): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x302e): In function `FluxWidget::updateParameters()':
: undefined reference to `glLightfv'
Flux.o(.text+0x304e): In function `FluxWidget::updateParameters()':
: undefined reference to `glLightfv'
Flux.o(.text+0x3066): In function `FluxWidget::updateParameters()':
: undefined reference to `glLightfv'
Flux.o(.text+0x307a): In function `FluxWidget::updateParameters()':
: undefined reference to `glLightfv'
Flux.o(.text+0x3086): In function `FluxWidget::updateParameters()':
: undefined reference to `glEnable'
Flux.o(.text+0x3096): In function `FluxWidget::updateParameters()':
: undefined reference to `glColorMaterial'
Flux.o(.text+0x27ec): In function `FluxWidget::resizeGL(int, int)':
: undefined reference to `glLoadIdentity'
collect2: ld returned 1 exit status
make[4]: *** [kflux.kss] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/kscreensaver/kdesavers'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/kscreensaver/kdesavers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1/kscreensaver'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeartwork-3.3.1/work/kdeartwork-3.3.1'
make: *** [all] Error 2
Thnaks
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Fri Oct 15, 2004 9:02 am

for me arts is failing. I built 3.3.1 from scratch, and I have no 47kdepaths file.

seems the file to edit was

Code: Select all

nano -w /etc/env.d/99kde-env
also, I don't seem to have a /usr/kde/3.3/lib directory, infact at the moment I don't even hacve a /usr/kde dir!

anyway arts still fails complaining it can't find QT 3.3 or greater headers or libraries..
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
Isaiah
Guru
Guru
Posts: 359
Joined: Tue Feb 25, 2003 3:55 am

  • Quote

Post by Isaiah » Fri Oct 15, 2004 4:48 pm

taskara wrote:... anyway arts still fails complaining it can't find QT 3.3 or greater headers or libraries..
Re-emerging qt did the trick for yours truly - the other tricks didn't work on this box for whatever reason 8)
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Fri Oct 15, 2004 11:32 pm

Isaiah wrote:
taskara wrote:... anyway arts still fails complaining it can't find QT 3.3 or greater headers or libraries..
Re-emerging qt did the trick for yours truly - the other tricks didn't work on this box for whatever reason 8)
I did a re-emerge, but no good for me :(

Are the qt libraries anywhere else? or just /usr/qt/3/lib/ ?
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
Isaiah
Guru
Guru
Posts: 359
Joined: Tue Feb 25, 2003 3:55 am

  • Quote

Post by Isaiah » Sat Oct 16, 2004 6:02 am

taskara wrote:I did a re-emerge, but no good for me :(
Here's hoping you find the fix :roll:
taskara wrote:Are the qt libraries anywhere else? or just /usr/qt/3/lib/ ?
I couldn't tell you that :?
Top
taskara
Advocate
Advocate
Posts: 3762
Joined: Wed Apr 10, 2002 11:38 pm
Location: Australia

  • Quote

Post by taskara » Sat Oct 16, 2004 2:40 pm

Isaiah wrote:
taskara wrote:I did a re-emerge, but no good for me :(
Here's hoping you find the fix :roll:
taskara wrote:Are the qt libraries anywhere else? or just /usr/qt/3/lib/ ?
I couldn't tell you that :?
If I manually emerge with

Code: Select all

./configure --kdelibdir=/path/to/libs etc
then it passes that qt error.

I was trying to edit the ebuild to pass these ./configure options, which I did with the econf variable - this worked the first time, but it seemed to run ./configure twice, and the second time failed.

so I've given up ;) ta for your advice anyhow..
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Top
sawanv
Apprentice
Apprentice
Posts: 238
Joined: Thu Dec 05, 2002 2:07 pm

  • Quote

Post by sawanv » Sun Oct 24, 2004 9:00 am

None of these tricks woked for me.....

/usr/qt/3/lib is present in /etc/ld.so.conf... dont know why this is happening...I need to install KDE!!

Any more ideas anyone.....

Sawan
Eir kahen "chalo ghar jayen",
Bir kahen "chalo ghar jayen",
Phatte kahen "chalo ghar jayen",
Cartman kahen....."Screw you guys, I am going home !!! "
Top
sawanv
Apprentice
Apprentice
Posts: 238
Joined: Thu Dec 05, 2002 2:07 pm

SOLVED

  • Quote

Post by sawanv » Mon Oct 25, 2004 12:02 pm

ln -s /usr/qt/3/lib/libqt-mt.so.3.3.3 /usr/lib/libqt-mt.so

ln -s /usr/qt/3/lib/libqt-mt.so.3.3.3 /usr/qt/3/lib/libqt-mt.so

That did it. Although I have the appropriate entry in /etc/ld.so.conf, the damn thing doesnt want to look in /usr/qt/3/lib. And why arent the bloody symlinks being created?!!!

Ah well. Hope this helps someone......All the other solutions didnt work for me.



Sawan
Eir kahen "chalo ghar jayen",
Bir kahen "chalo ghar jayen",
Phatte kahen "chalo ghar jayen",
Cartman kahen....."Screw you guys, I am going home !!! "
Top
microry
n00b
n00b
Posts: 33
Joined: Fri Feb 27, 2004 12:30 am
Contact:
Contact microry
Website

  • Quote

Post by microry » Sat May 21, 2005 3:25 pm

For my amd64 box, i have to modify kdepaths as DarkStalker but with lib64 too

Code: Select all

LDPATH=/usr/kde/3.3/lib:/usr/qt/3/lib:/usr/kde/3.3/lib64:/usr/qt/3/lib64
Top
Post Reply

20 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic