Solution: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs & Error: vlc conflicts with faad2 >= 2.5March 22nd, 2008 Have you seen the error while installing a package using yum / yumex?
Error: vlc conflicts with faad2 >= 2.5
Error: Missing Dependency: faad2 < 2.5 is needed by package ffmpeg-libs
The error is because of using freshrpms repository or other repository to install recent version of faad2. Now let's see how you can solve it.
How To Solve Apache Ant java Task Execution ErrorsJuly 26th, 2006 I have seen myriad errors when executing java task. For example I have seen: javax.xml.parsers.FactoryConfigurationError?: Provider org.apache.xerces.jaxp.DocumentBuilderFactoryImpl? not found when executing the java task in jdk1.5.0
The problems with debugging the errors is that the commandline used by java task is not visible, even in verbose mode.
SimpleXML and its Not So Simple To Use Object Model: Problem & SolutionNovember 16th, 2005 SimpleXML is simple to use as its name suggests. However it is a pain when you need to check the value of an element which may or may not exist.
How To Solve Gnome Panels Not Displaying Problem?April 11th, 2007 Today while setting up and trying new application I found that one of the Gnome panels containing Applications, Places and System menu (taskbar for Windows users) wasn't displaying. After restarting the Gnome session I found an error message along the lines of: Error panel already running will exit panel.
Introduction To Ruby For Java DevelopersJune 30th, 2006 Most Java programmers attempt to use Ruby like they use Java, similar to the mistakes C/C++ programmers commit when transitioning to Java. However Ruby provides a cleaner programming paradigm which if embibed can be effectively used to solve your problems.
Compiere Installation Gotcha's (Using Oracle Database 10g XE)March 10th, 2007 While installing Compiere, the leading web based open source ERP (Enterprise Resource Planning) & CRM (Customer Relationship Management) software, on Windows you may face some non-trvivial problems. This document is an overview of the problems you can face while installing Compiere and how to solve them.
Solve Your Email Spam Problem With Fully Disposable Email AddressesNovember 7th, 2005 On the internet almost everyone asks for your email address. I used to give in good faith and in return I received tons of spam.
MySQL Tip: MySQL Server Has Gone Away Or Lost connection to server during query FixJuly 24th, 2007 A much dreaded MySQL error message during queries is "MySQL server has gone away". An alternative message is "Lost connection to server during query".
Understanding Translator Error PageJune 27th, 2007 Translator Plugin Pro & Gold tries through all the available engines for a language combination to translate the page. This ensures much higher reliability than single engine translations.
5 Tips for Bulk Data Processing ProgrammingMay 30th, 2007 We are currently processing huge amount of sensitive corporate data for a Fortune 500 company as the first phase of a project. You have to be very careful in data processing, much more than any standard programming effort.
Solving CSS Stylesheet Not Loading / Rendering ErrorJuly 3rd, 2007 My blog had this vexing problem where it used to render ugly, really ugly, as the stylesheet wasn't being loaded on Firefox. However after a refresh everything was fine.
How Does IoC aka "Dependency Injection" Containers Address SOA QoS Requirements?June 2nd, 2006 Have you solved it finally?
How to Solve: Dual Boot Partition Not Showing in Windows 7 January 19th, 2009 Are you a Vista user who also wants to run the Windows 7 OS? Let me tell you, installing Windows 7 on another drive on your system would crop up a mess. I did the same with my dual boot laptop and to my utter dismay, the partition of the other operating system (Vista in my case) was not showing.
At the mercy of WordPress Plugins; how to fight backMay 11th, 2005 WordPress has unique plugin architecture. Plugins are simply php files which are included (and executed) before any php pages which renders the content, whether it is your blog page or syndication feed or even administrative functions.
How to Stop Crashing / Hanging of php-cgi / spawn-fcgi with nginx / lighttpdMarch 24th, 2009 One of the frequently complained problems while using nginx or lighttpd, two popular and rapidly growing web servers which are faster and lighter alternatives to big daddy Apache web server, with php (through fastcgi interface) is that the pool of php-cgi which ultimately serves the php pages seems to hang frequently and without any apparent reasons. This is also the reason you will see the most common error on nginx website is the dreaded 503 - Gateway Time out.
September 9th, 2007 at 11:39 am
can’t agree.
I think so “yum clean all”,”yum -y update” or “rpm –rebuild”.
August 10th, 2008 at 10:13 pm
I think you are confusing RPM commands with Yum.. what you posted doesn’t work.
August 11th, 2008 at 10:59 am
Thanks, fixed.
June 11th, 2009 at 4:13 pm
Fix:
rpm –rebuilddb
September 19th, 2009 at 1:39 am
whether i need to reboot after this?
it’s not working for me.
I am using fedora 8.
Once i updated the whole system after that this problem came.
now i can’t update or install any of the package in my system