On Mon, 2003-02-24 at 18:41, Kjell Holen wrote:
> I have upgraded to RH  7.3  and is trying to compile a prog (./configure, 
> make) and get an error that it can not find "qthread.h" file  The file is 
> there. I have found it. Assume some "db info" is broker. Is there a command 
> the can "refresh" where all h file is? How do the comp. look for h files? I 
> tried ldconfig, but that did not help. Where should I search for this type 
> of info? (have done a few search in groups, but did not find any usefull)
> rgds  Kjell

One of the things you're going to want to do is to check to make sure
that the qt directories are listed in the /etc/ld.so.conf file - they
might not be in there hence the compile is bad.

Check to make sure that your /etc/ld.so.conf contains the qt dirs as you
find them in your /usr/lib directory (here's mine as an example):

usr/kerberos/lib
/usr/X11R6/lib
/usr/lib/qt2/lib
/usr/lib/sane
/usr/lib/qt-1.45/lib
/usr/lib/wine
/usr/lib/mysql
/usr/lib
/usr/local/lib
/usr/lib/qt-3.0.5/lib
/usr/local/java/lib
/usr/lib/qt3-gcc2.96/lib
/usr/local/lib/xine/plugins/1.0.0/post
/usr/lib/OpenOffice.org1.0/program
/usr/i386-glibc21-linux/lib/
/opt/quasar/firebird/lib
/opt/quasar/sybase/lib


...now after making sure the /etc/ld.so.conf is alright - and edited and
saved, you have to run "ldconfig" from a terminal to rebuild the lib
path cache - once you do that, you should be able to have a successful
"configure"...

Give that a go and good luck mate!

Cheers!
-- 
Stephen Kuhn <[EMAIL PROTECTED]>
Kuhn Media Australia
-- 
Mon, 24 Feb 2003 22:45:00 +1100
 10:45pm  up 5 days, 11:28,  6 users,  load average: 0.65, 0.41, 0.28
------------------------------------------------------------------
|            __    __          | kuhn media australia            |
|           / ,, /| |'-.       | http://kma.0catch.com           |
|          .\__/ || |   |      |=================================|
|       _ /  `._ \|_|_.-'      | stephen kuhn                    |
|      | /  \__.`=._) (_       |  email: [EMAIL PROTECTED] |
|      |/ ._/  |"""""""""|     |  email: [EMAIL PROTECTED]    |
|      |'.  `\ |         |     |    icq: 5483808                 |
|      ;"""/ / |         |     |                                 |
|  smk  ) /_/| |.-------.|     | mobile: 0410-728-389            |
|      '  `-`' "         "     | Berkeley, New South Wales, AU   |
------------------------------------------------------------------
 linux user:267497 * RH 8.0 * PC/Mac/Linux/Networking/Consulting
------------------------------------------------------------------

On my planet, to rest is to rest -- to cease using energy.  To me, it
is quite illogical to run up and down on green grass, using energy,
instead of saving it.
                -- Spock, "Shore Leave", stardate 3025.2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to