[solved] Error in installing Qt SDK 1.1 beta in ArchLinux
-
I just ran the installer with the default options. But an error hit me on the face :
Error during installation process:
Execution failed (Unexpected exit code: 127): "/home/bhoot/QtSDK/Simulator/Application/simulator -registeronly"Could anyone provide me with the solution?
-
How about writing a "bug report":http://bugreports.qt.nokia.com/?
Could you run that command through strace, please? Maybe that will give a hint to what is going wrong.
-
[quote author="Tobias Hunger" date="1301986655"]How about writing a "bug report":http://bugreports.qt.nokia.com/?
Could you run that command through strace, please? Maybe that will give a hint to what is going wrong.[/quote]
So according to your suggestion, I ran a strace on the command. As it was a lot of output, I thought to go through it before posting it. And I found out that it wasn't able to find libpng12.so.0 - symlink to libpng12 - in my system. So I just installed libpng12 and retried. And bingo! It installed successfully! :)
So I guess we need not file a bug report. After all it was my system that lacked a component.
Thanx for the help anyways. )