Hi
I have Fedora 15 64-bit installed and i just download ti-studio from here.
After running studio and wait for download sdk, when i want to run/compile any project i encounter some errors which stops running project.
All errors that i'v got is about some linux libraries that ti-studio couldn't find them, like: "libnotify.so.1: cannot open shared object file: No such file or directory ."
As i said i use 64-bit linux and all libraries was installed in /usr/lib64, but ti-studio look for them in /usr/lib . even making a symbolic link into /usr/lib64 doesn't work : "Couldn't load file:/home/mehdi/.titanium/runtime/linux/1.1.0/libkhost.so, error: libenchant.so.1: wrong ELF class: ELFCLASS64 ."
So i decided to install some 32-bit libraries, but it was so greedy!! after installing these libraries, ti-studio wants more! :
- libsoup-gnome
- gtk2-engines
- libXss.so.1
- libXt.so.6
- libxslt.so.1
- libdbus-glib-1.so.2
- libenchant.so.1
So i think there is a big bug or there is not a real 64-bit version of ti-studio. what do you think? any idea?
Thanks.
3 Answers
Hi,
same issue with Ubuntu 11.10. I had first to fix broken symlinks in ~/.titanium/runtimes/linux/1.1.0, then ran into the same issue (wrong ELF class).
I hav same issue with Ubuntu 11.10 64 bit. how I cant run with ubuntu 11.10?
Hi, support for Ubuntu 11.xx 64bit is available since Desktop SDK 1.2.0-RC3. You should read that.
You just have to install the current SDK RC, i'm on ubuntu 11.10 64bit and it works (apart a bizarre compiling bug when PHP is checked in "Language Modules", no problem with others) :
Help > Install Titanium SDK from URL... and paste this link
Your Answer
Think you can help? Login to answer this question!