LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-07-2004, 10:49 AM   #1
nemesis1492
LQ Newbie
 
Registered: Jul 2003
Posts: 3

Rep: Reputation: 0
Question How to configure MONO on MANDRAKE 9.0 ?


How to use MONO on MANDRAKE 9.0 ?

I have MANDRAKE 9.0 and now I want to install C# on it but when i try to

configure MONO rpm packages some of these files can't be installed .

i downloaded all of the MONO packages . can you help me how can i install

MONO ? thanks .
 
Old 08-11-2004, 07:32 AM   #2
ernesto_cgf
Member
 
Registered: Nov 2003
Location: Havana, Cuba
Distribution: Ubuntu 9.04 "Jaunty Jackalope"
Posts: 153

Rep: Reputation: 30
I have Mandrake 9.1 and downloaded version 1.0 of Mono in RPMs from the mono web site. I had to download the RedHat 9.0 version, because there is no dedicated version of Mono 1.0 for Mandrake, but I have never had problems installing RedHat RPMs in Mandrake. In fact, I think Mandrake is some sort of RedHat but easier to use, and quite compatible.

First of all, could you tell what version of Mono you downloaded?
Second, those RPMs you downloaded cannot be installed in any order. There are dependencies between them, and you have install them so that when installing one of them, all of the others on which it dependes are already installed. Also, you might not have certain system components that are also required by some of the packages.

The following is a list of most of the RPMs I downloaded, in the order that I managed to install them, with (almost) no problem at all:

libicu26-2.6.2-1.ximian.6.0.i386.rpm
libicu-devel-2.6.2-1.ximian.6.0.i386.rpm
icu-2.6.2-1.ximian.6.0.i386.rpm
mono-core-1.0-1.ximian.6.1.i386.rpm
mono-runtime-devel-1.0-1.ximian.6.1.i386.rpm
libpixman-0.1.1-0.ximian.6.0.i386.rpm
libpixman-devel-0.1.1-0.ximian.6.0.i386.rpm
cairo-0.1.23-2.ximian.6.1.i386.rpm
cairo-devel-0.1.23-2.ximian.6.1.i386.rpm
mono-peapi-1.0-1.ximian.6.1.i386.rpm
mono-core-devel-1.0-1.ximian.6.1.i386.rpm
mono-posix-1.0-1.ximian.6.1.i386.rpm
mono-nunit-1.0-1.ximian.6.1.i386.rpm
mono-novell-directory-1.0-1.ximian.6.1.i386.rpm
mono-directory-1.0-1.ximian.6.1.i386.rpm
mono-ikvm-1.0-1.ximian.6.1.i386.rpm
mono-ziplib-1.0-1.ximian.6.1.i386.rpm
mono-xml-relaxng-1.0-1.ximian.6.1.i386.rpm
libgdiplus-0.10-1.ximian.6.1.i386.rpm
mono-drawing-1.0-1.ximian.6.1.i386.rpm
mono-cairo-1.0-1.ximian.6.1.i386.rpm
mono-ms-enterprise-1.0-1.ximian.6.1.i386.rpm
mono-data-1.0-1.ximian.6.1.i386.rpm
mono-web-forms-1.0-1.ximian.6.1.i386.rpm
mono-web-services-1.0-1.ximian.6.1.i386.rpm
mono-winforms-1.0-1.ximian.6.1.i386.rpm
mono-ms-extras-1.0-1.ximian.6.1.i386.rpm
mono-remoting-1.0-1.ximian.6.1.i386.rpm
mono-basic-1.0-1.ximian.6.1.i386.rpm
mono-preview-1.0-1.ximian.6.1.i386.rpm
ikvm-0.8.0.0-1.ximian.6.1.noarch.rpm
xsp-1.0-1.ximian.6.0.i386.rpm
mono-data-postgresql-1.0-1.ximian.6.1.i386.rpm
mono-data-oracle-1.0-1.ximian.6.1.i386.rpm
bytefx-data-mysql-1.0-1.ximian.6.1.i386.rpm
gtksourceview-1.0.1-0.ximian.6.1.i386.rpm
libgtkhtml3.0_4-3.0.10-0.ximian.6.1.i386.rpm
gtk-sharp-1.0-1.ximian.6.0.i386.rpm
gecko-sharp-0.5-2.ximian.6.1.i386.rpm
gtksourceview-sharp-0.5-1.ximian.6.1.i386.rpm
wine-20040505-1rh9winehq.i386.rpm
winelib-0.3-1.ximian.6.0.i386.rpm

I also had to download and install a library needed by libgtkhtml3.0
It is libgal2.0_6-1.99.11-0.ximian.6.1.i586.rpm and you can find it searching on the Internet, at
http://rpm.pbone.net/ for instance.

I also had problems upgrading wine, so I unistalled the version I have from my Mandrake 9.1 distribution, with the command rpm -e --nodeps <package> then I installed the wine libraries, which you can see are at the end of the list.

Anyway, I installed everything correctly, satisfying all packages dependencies, but when I run /usr/bin/mono or for the matter /usr/bin/mcs (the C# compiler) I get the following message.

mono: error while loading shared libraries: libmono.so.0: cannot handle TLS data

Can anyone help me with this.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing a Mono Snapshot on Mandrake tgraupmann Linux - Software 6 02-06-2005 08:23 PM
mono develop on Mandrake 10 koolb Programming 0 08-29-2004 05:34 AM
Problems running Mono 1.0 in Mandrake 9.1 ernesto_cgf Programming 5 08-14-2004 07:36 AM
Ximian Mono 1.0 beta 2 on Mandrake 10.0 Official brownb2 Mandriva 1 06-15-2004 04:48 AM
How to use MONO on MANDRAKE 9.0 ? nemesis1492 Programming 0 05-06-2004 05:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:52 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration