LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-17-2004, 05:25 PM   #1
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Rep: Reputation: 0
Wierd Qt error on slackware 10


I am building a mythtv box using slack 10.

I compiled mythtvwith the monitor off the first time so i did not realize why the setup file was not in the directory and i was in the correct directory.
I am getting an error. the error is in regard to /lib/libqt-mt.so its not found
the errors are
/usr/lib/qt/libqt-mt.so: undefined reference to 'mng_initialize', 'mng_get_userdata', 'mnt_set_suspensionmode', 'mng_setcb_getcanvasline', 'mng_display_resume', 'mng_setcb_readdata', 'mng_readdisplay', 'mng_settimer', 'mng_set_canvasstyle', 'mng_setcb_processheader', 'mng_setcb_closestream', 'mng_setcb_refresh', 'mng_setcb_errorproc', 'mng_setcb_gettickcount', 'mng_cleanup', 'mng_setcb_openstream'
collect2: ld returned 1 exit status
make[2]: ***[mythtvods] Error 1
make [2]: Leaving directory '/var/downloads/mythtv-0.15.1/programs/mythtvosd'

this error repeats serveral times for several directories: mythtranscode, setup, etc

so how do i get the reference right. its obvious from the process that parts are compiling and parts are not

any ideas?

it was suggested that i do this to remedy the problem but it didnt work.
edit the mythtv/settings.pro file and change PREFIX = /usr/local to
PREFIX = /usr
 
Old 08-17-2004, 05:40 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Where is libqt-mt installed?


Cheers,
Tink
 
Old 08-17-2004, 06:28 PM   #3
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Original Poster
Rep: Reputation: 0
its located at /usr/lib/qt-3.3.2/lib/libqt-mt.so

so how do i get the mythtv install process to look there instead of /usr/lib/qt/?
 
Old 08-17-2004, 06:40 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
If you just symlink (ln -fs /usr/lib/qt-3.3.2/lib /usr/lib/qt/lib)
and make sure that /etc/ld.so.conf has a reference to it
you should be fine :)

If ld.so.conf know nothing of it add it and run ldconfig
manually.


Cheers,
Tink
 
Old 08-17-2004, 06:53 PM   #5
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Original Poster
Rep: Reputation: 0
how do i know if ld.so.conf has a reference? when i add that symbolic link will that automatically update ld.so.conf?
 
Old 08-17-2004, 07:11 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
no, it doesn't .... and to see whether there's a reference
to it you'll need to cat/less/.../edit it :)


Cheers,
Tink
 
Old 08-17-2004, 07:28 PM   #7
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Original Poster
Rep: Reputation: 0
well this didnt solve my problem.

upon further reflection i dont think the problem is finding that file. i think the problem is that libqt-mt.so cannot find any of those files in that long list i copied.

what do you think?
 
Old 08-17-2004, 07:41 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Those aren't files, they're names of functions that
are in a library ...

If they can't be found the library can't be found
(or is unreadable).


Cheers,
Tink
 
Old 08-17-2004, 07:48 PM   #9
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Original Poster
Rep: Reputation: 0
i am gonna downgrade and go to slack 9.1 and try reinstalling mythtv.
as part of my install i will install swaret. how do you do a kernel upgrade using swaret?
 
Old 08-17-2004, 08:13 PM   #10
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
No idea, I wouldn't touch swaret
 
Old 08-17-2004, 08:19 PM   #11
sganarelle
LQ Newbie
 
Registered: May 2004
Posts: 13

Original Poster
Rep: Reputation: 0
whats wrong with swaret

what would you touch?
 
Old 08-17-2004, 08:41 PM   #12
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
swaret (or its maintainers) decide what's going to my machine,
I don't like that - same for any other package management system.

source :}
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gdb giving wierd error BradDaBug Linux - Software 3 03-20-2012 08:19 AM
Wierd Error message showin up dizzydauno Linux - General 11 07-20-2004 05:57 PM
wierd error xdopex Linux - Newbie 1 04-24-2004 09:41 AM
wierd error messages in konsole lostlyre Linux - Software 1 04-01-2004 03:12 PM
wierd gdb error teval Programming 13 08-21-2003 11:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:53 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration