On quarta-feira, 27 de novembro de 2013 11:12:30, Tomasz Siekierda wrote: > Hi, > > I've encountered this thread on the forum: > http://qt-project.org/forums/viewthread/35348
"No such file or directory" errors when you're trying to run an executable usually means the ELF interpreter could not be found. Use readelf -l on the executable and look for the line that says "Requesting program interpreter:" and then check if that interpreter exists. This user is trying to run the 32-bit installer n a 64-bit system. It's possible that the 32-bit support libraries on his distro are not installed. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
