Results 11 to 20 of 39
Thanks for your advice! This will do I think!...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-22-2005 #11
Thanks for your advice! This will do I think!
- 10-23-2005 #12
It seems that I am not able to resolve all the dependencies...I have
installed these packages ...
lib64qt3-static-devel-3.3.4-23mdk.x86_64.rpm
lib64qt3-psql-3.3.4-23mdk.x86_64.rpm
lib64qt3-sqlite-3.3.4-23mdk.x86_64.rpm
lib64qt3-pch-headers-3.3.4-6mdk_3.3.4-19mdk.x86_64.delta.rpm
lib64qt3-odbc-3.3.4-23mdk.x86_64.rpm
lib64qt3-mysql-3.3.4-23mdk.x86_64.rpm
lib64qt3-devel-3.3.4-23mdk.x86_64.rpm
lib64qt3-3.3.4-23mdk.x86_64.rpm
....and even more but there is still the same error in the console. Why is this done so? It would have been easier just to put everything together in the distro....!!! Is there some software that can substitute the Gnu C Compiler to avoid the need of installing all these libraries?
- 10-23-2005 #13
What does:
say?Code:su find /usr -type d -iname qt 2>/dev/null
- 10-23-2005 #14
- 10-23-2005 #15
What is "


" supposed to mean? Surely doesn't yield:Code:find /usr -type d -iname qt 2>/dev/null
?Code:: shock :: shock :: shock:
- 10-23-2005 #16
- 10-23-2005 #17
I'm just asking you to type:
and then copy/paste the output here.Code:su find /usr -type d -iname qt 2>/dev/null
- 10-24-2005 #18
- 10-24-2005 #19
This will take awhile, but:
Code:find / -xdev -type d -iname qt 2>/dev/null
- 10-24-2005 #20
Nothing! Nothing happens! I tried but with no result! What' s the meaning of these commands?


Reply With Quote
