1 0 Archive | Bug Fixes RSS feed for this section
post icon

Yum Update Fails with Unresolved Dependency Errors on RedHat EL 5

I was trying to update some of my RedHat EL 5 servers to the latest updates by running:

yum update

Unfortunately, I kept running into unresolved dependency errors like these:

--> Missing Dependency: libebook-1.2.so.9 is needed by package 1:control-center-2.16.0-16.el5.i386 (installed)
Error: Missing Dependency: libecal-1.2.so.7 is needed by package gnome-panel-2.16.1-7.el5.i386 (installed)
Error: Missing Dependency: ghostscript is needed by package ghostscript-fonts-5.50-13.1.1.noarch (installed)
Error: Missing Dependency: ghostscript is needed by package libgnomeprint22-2.12.1-10.el5.i386 (installed)
Error: Missing Dependency: libebook-1.2.so.9 is needed by package 1:control-center-2.16.0-16.el5.i386 (installed)
Error: Missing Dependency: libgs.so.8 is needed by package ImageMagick-6.2.8.0-4.el5_1.1.i386 (installed)
Error: Missing Dependency: libebook-1.2.so.9 is needed by package gnome-panel-2.16.1-7.el5.i386 (installed)
Error: Missing Dependency: libedataserver-1.2.so.7 is needed by package 1:control-center-2.16.0-16.el5.i386 (installed)
Error: Missing Dependency: libedataserverui-1.2.so.8 is needed by package gnome-panel-2.16.1-7.el5.i386 (installed)
Error: Missing Dependency: evolution-data-server >= 1.1.4 is needed by package gnome-panel-2.16.1-7.el5.i386 (installed)
Error: Missing Dependency: libedataserver-1.2.so.7 is needed by package gnome-panel-2.16.1-7.el5.i386 (installed)

Turns out the resolution was simple. All you need to do is clean out the yum dbcache with the following command:

yum clean dbcache

Then, re-run the yum update command. If that does not work, try running the command:

yum clean all

That should take care of these dependency errors.

Leave a Comment
post icon

Quickbooks 2009 R6, Windows Vista 64-bit PDF Problems

All of a sudden, Quickbooks 2009 would no longer email invoices.  It started failing with the error “Quickbooks cannot connect to the remote server because part of your company data is currently in use.” In addition, I could not print to a printer nor could I even open the “Printer setup…” menu.

I found this tech article about the problem and proceeded to follow the steps to make the PDF converter compatible with 64-bit versions of Windows.  I rebooted my PC and when I re-opened Quickbooks, I could get into the “Printer Setup…” menu.  However, I got the error, “You cannot print directly to the QuickBooks PDF Converter. Try using QuickBooks Save as PDF menu option.”

I was about to go look this up, when I checked the printer setup options again and restarted QuickBooks. When I restarted, everything worked fine. I’m not sure what that was, but it seems to be working fine now.

Hope this helps.

Leave a Comment
post icon

Exchange Server 2007: Distribution Lists Not Receiving Email From Outside

We recently installed Exchange Server 2007 and noticed that any new distribution lists were not receiving email from any outside addresses. Turns out that this is turned off by default in Exchange Server 2007 and needs to be enabled.  The Exchange Server Share blog has an article describing how to fix this.

Leave a Comment
post icon

Event ID: 3015 and Event ID: 3024 on Small Business Server 2003

Today, one of our client’s servers would no longer accept PPTP connections. We were getting a ton of 3015 and 3024 errors in the event viewer. It turns out that this is related to the recent DNS patches from Microsoft and certain TCP ports need to be excluded from the random ports that DNS can now use. This article has full details.

Leave a Comment