[Mono-list] RPM package deps with no X enviroment

Michael stuff@dustsmoke.com
Tue, 15 Jun 2004 18:55:44 -0700 (MST)


I've been trying to install mono to test some ASP.NET applications on a
FC2 box. Since the system has no X enviroment, I was wondering what
packages I need to be installing.

So far I've installed;

icu-2.6.2-1.ximian.11.0.i386.rpm
libicu26-2.6.2-1.ximian.11.0.i386.rpm
mono-core-0.95-1.ximian.11.2.i386.rpm
mono-data-0.95-1.ximian.11.2.i386.rpm
mono-directory-0.95-1.ximian.11.2.i386.rpm
mono-ms-enterprise-0.95-1.ximian.11.2.i386.rpm
mono-novell-directory-0.95-1.ximian.11.2.i386.rpm
mono-nunit-0.95-1.ximian.11.2.i386.rpm
mono-remoting-0.95-1.ximian.11.2.i386.rpm
mono-web-forms-0.95-1.ximian.11.2.i386.rpm
mono-web-services-0.95-1.ximian.11.2.i386.rpm
mono-ziplib-0.95-1.ximian.11.2.i386.rpm
xsp-0.14-1.ximian.11.0.i386.rpm

This is fine and everything works through the mod_mono module (Virtual
hosts and all :) Thanks!) until I try to install the mysql driver;

bytefx-data-mysql-0.95-1.ximian.11.2.i386.rpm
error: Failed dependencies:
        mono-window-forms is needed by bytefx-data-mysql-0.95-1.ximian.11.2

Is this something that is needed for bytefx? And does that mean it wants
mono-winforms when it is asking for mono-window-forms? (which I believe
will start wanting a whole array of things the system cannot support
without X)

If its not the best idea to pick and choose the packages, should I just
install everything however I can (don't know if other packages will dep
out on any X related stuff that might not be there) Or am I just worrying
too much about forcing things on there regaurdless of deps?

-Michael

P.S. I'm not sure that it matters too much any more since (I think) beta 3
is on the horizon. But mono-all.zip has some discrepencies to the packages
listed on the site. Winelib has 2 different packages I believe.