ubuntu-11.10

Bambuser ffmpeg - “arm-linux-androideabi-gcc is unable to create an executable file.”

我们两清 提交于 2019-12-07 01:27:32
问题 I know this may be possible duplicate of some questions. but answers for those threads are not helping me. I am trying to compile ffmpeg library for android using Bambuser's ffmpeg. I downloaded Archive for client versions 1.3.7 to 1.6.0. from bambuser. I followed instruction given in REAME. While running ./build.sh i came across following error arm-linux-androideabi-gcc is unable to create an executable file. C compiler test failed. If you think configure made a mistake, make sure you are

can't get “rails console” to work on ubuntu 11.10

天大地大妈咪最大 提交于 2019-12-06 00:11:38
问题 I want to use rails console and I'm using ubuntun 11.10 currently I have found the issue error is something : completion.rb:9:in `require': no such file to load -- readline (LoadError) and I found a way to solve it: http://blog.jasonmeridth.com/2010/11/25/readline-error-with-rvm-and-rails-3.html but seems in ubuntu 11.10 the libreadline5-dev is missed and it is replaced with version 6 I installed version 6 and also I get the version 5 from https://launchpad.net/ubuntu/oneiric/i386/libreadline

Unable to syncdb in GeoDjango App

浪尽此生 提交于 2019-12-05 09:37:25
I am having a real trouble in setting up spatial database and syncing it with GeoDjango. I was able to setup the spatial database as per the geodjango documentation and create a django app but when i run python manage.py sqlall world I am getting this, Traceback (most recent call last): File "manage.py", line 10, in <module> execute_from_command_line(sys.argv) File "/home/smaranh/django-env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line utility.execute() File "/home/smaranh/django-env/local/lib/python2.7/site-packages/django/core

Error when running PHPUnit

蓝咒 提交于 2019-12-05 07:34:45
I get the following error when I try to run phpunit . from within my project's tests folder: PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/share/php/PHPUnit/Framework.php on line 46 I installed PHPUnit via these commands: sudo pear channel-discover pear.symfony-project.com sudo pear channel-discover components.ez.no sudo pear install --alldeps phpunit/PHPUnit As none of the other methods seem to work, including apt-get . I think CodeCoverage changed their singleton pattern at some point in time and hence removed getInstance but I don't know how to fix

Bambuser ffmpeg - “arm-linux-androideabi-gcc is unable to create an executable file.”

江枫思渺然 提交于 2019-12-05 05:07:28
I know this may be possible duplicate of some questions. but answers for those threads are not helping me. I am trying to compile ffmpeg library for android using Bambuser's ffmpeg. I downloaded Archive for client versions 1.3.7 to 1.6.0. from bambuser. I followed instruction given in REAME. While running ./build.sh i came across following error arm-linux-androideabi-gcc is unable to create an executable file. C compiler test failed. If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffmpeg-user

JDBC Hibernate - Mysql Connection Error

不想你离开。 提交于 2019-12-04 16:19:49
I have a local mysql server on my Ubuntu 11.10 desktop. The hostname = localhost; username = root; password = root; database name = CBS. I am really confused because when I access mysql using terminal , mysql administrator , and mysql query browser I use those authentication I mentioned above and everything is OK. My problem is when I configure my jdbc.properties in my Java App I'm getting this error: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: Cannot open connection

Android- Error during executing Runtime.getRuntime().exec() - Environment Null -ffmpeg

混江龙づ霸主 提交于 2019-12-04 15:17:13
I have compiled ffmpeg library on ubuntu 11.10 and ported compiled files on android. After compiling i got libffmpeg.so successfully. It gets loaded on android successfully. I am doing it on ubuntu 11.10 eclipse android emulator. I have created a small test application which act as command prompt which accepts command from user and displays result. (testing ffmpeg commands) When i run simple commands like "ls", "ls -l" it works perfectly. but when i simply type " cd mnt " or " ffmpeg " as command and try to run it. I got Warnings in Logcat saying that 08-26 16:44:52.553: W/System.err(5961):

adb doesn't run on Ubuntu 64 - command not found

自闭症网瘾萝莉.ら 提交于 2019-12-04 07:36:18
Update After doing some more experiments, I have to reformulate my question completely as I was fooled by my terminal. It just didn't showed the error message when I issued sudo ./adb . If I cd into the ANDOID_SDK/platform-tools directory and run ./adb , I get: command not found: ./adb Here the output ls -l adb in the same directory: -rwxrwxr-x 1 myuser myuser 159620 2011-12-20 19:30 adb Running which adb gives me: ./adb The same happens for all other binary executable files in that directory like aapt, aidl, dexdump, etc. I could just imagine that this has something to do with me trying to

can't get “rails console” to work on ubuntu 11.10

六月ゝ 毕业季﹏ 提交于 2019-12-04 06:33:06
I want to use rails console and I'm using ubuntun 11.10 currently I have found the issue error is something : completion.rb:9:in `require': no such file to load -- readline (LoadError) and I found a way to solve it: http://blog.jasonmeridth.com/2010/11/25/readline-error-with-rvm-and-rails-3.html but seems in ubuntu 11.10 the libreadline5-dev is missed and it is replaced with version 6 I installed version 6 and also I get the version 5 from https://launchpad.net/ubuntu/oneiric/i386/libreadline-gplv2-dev/5.2-9ubuntu1 but yet if I try to run following code : ruby extconf.rb I'll get following

git gui and gitk not present after installing git

…衆ロ難τιáo~ 提交于 2019-12-03 04:14:22
问题 I am using Ubuntu 11.10 and have just installed git using sudo apt-get install The basic git commands seem to work. (I have created a repository and added a directory structure to it.) But not git gui or gitk. This is what I get peter@peter-Inspiron-620:/var/www$ sudo git gui git: 'gui' is not a git command. See 'git --help'. Did you mean one of these? grep init pull push peter@peter-Inspiron-620:/var/www$ For gitk peter@peter-Inspiron-620:/var/www$ sudo gitk sudo: gitk: command not found