I ran into dependency hell trying to install mysql++ on a centOS 5 server.
Code:
error: Failed dependencies:
mysql-devel is needed by mysql++-devel-3.0.9-1.i386
Yes, the program requires itself to be installed, so I can install it. WTF?
Is there a way to trick the OS into thinking it actually is installed? Then if I do that, is there a way to force it to install anyway (as it will probably say that it's already installed).