Hi there!
I'm trying to run titanium on my Arch Linux 64 but it looks like it's missing a libjpeg package somewhere, even though I have libjpeg-8.3.0-1 installed.
See error here:
http://pastie.org/1537425
Any ideas?
2 Answers
Accepted Answer
Marco
Are you aware that only Ubuntu 9.10 is officially supported for Titanium? See the Getting Started guide.
In order to troubleshoot this, you will need to establish whether your underlying system is configured correctly. So, copy and paste the following into your terminal/shell so that all the commands execute successfully. Copy the output and paste it to your preferred pastebin service. It's important that you do not modify it in any way, as this could mask problems with your configuration. Do NOT paste it here! This is because the system will change the formatting.
clear cd / uname -a echo "$PATH" echo "$JAVA_HOME" java -version javac -version python -V echo "$android_sdk" adb version android list target git --version echo " --- The following is optional ---" scons -v echo "$HTTP_PROXY" echo "$HTTPS_PROXY" echo "$SOCKS_PROXY"Once you have provided this information, I will take a look for you and advise further.
Hi Paul,
Thanks for your reply.
I do understand that the "official" Linux support is Ubuntu - as any other Linux app does the same. But that doesn't stop me from using it as I can't see what package Ubuntu might have that I couldn't install in Arch.
Except that it might have an "official" package in a "official" repository :)
Here's the output you requested: http://pastie.org/1540256
Thanks again.
Your Answer
Think you can help? Login to answer this question!