Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
hi friends,
I am using fedora core 7 working in qt software ..
earlier a new version of qt4.5 open source is released by troll tech .. i try to download ., it gives one .bin file qt-sdk-linux-x86_64-opensource-2009.01.bin
i dont know how to install it ... i am currently using qt4.4.3 ..
please help me .. any one installed the new version..?
I'm having a similar problem with another Qt SDK and with the new Qt Creator. I followed your earlier advice to wagmare and ran 'sh' against the SDK's .bin, to no avail:
$ sh qt-sdk-linux-x86-opensource-2009.01.bin
qt-sdk-linux-x86-opensource-2009.01.bin: 1: Syntax error: "(" unexpected
$
Same result with Qt Creator:
$ sh qt-creator-linux-x86-opensource-1.0.0.bin
qt-creator-linux-x86-opensource-1.0.0.bin: 1: Syntax error: "(" unexpected
$
I'm running Kubuntu 8.10 on an x86 box. Default shell is bash.
You can try to make the binary you have downloaded executable and then run it directly. AFAIK creator must be run from an xterm as it's a graphical installation frontend. So run:
It worked. Thanks for your help! Amazing how something so small can be such a show-stopper (ie, "the Kindom was lost for want of a nail")
I sent a note to Qt Software suggesting they include this simple-but-critical info on their >>download<< page. There's no lack of Marketing verbiage on their website extolling the virtues of Qt's products, but no one seems to have given any thought to the fact that, in order to be useful, these products must first be >>installed.<< Perhaps their Marketing folk (bless their hearts) haven't actually taken it this far. ;-)
Thanks this works in my Debian lenny machine!!! qt-sdk...bin
Quote:
Originally Posted by bathory
You can try to make the binary you have downloaded executable and then run it directly. AFAIK creator must be run from an xterm as it's a graphical installation frontend. So run:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.