Mono 1.22 und Debian mini 3.2 64bit

S

spionennase

Grünschnabel
Hallo Zusammen,

ich bekomme das nicht hin.
ich habe das ganze internet auf den Kopf gestellt.
und finde nichts.

wenn ich:
mono -V eingebe bekomme ich diese Meldung:
mono: error while loading shared libraries: libgthread-2.0.so.0: cannot open shared object file: No such file or directory
debian3264m:/home/downloads#

alles klar ich brauche libgthread-2.0.so.0

nur ich finde das nicht!

wenn ich apt-get install libgthread-2.0.so.0 eingebe bekomme ich die Meldung:

debian3264m:/home/downloads# apt-get install libgthread-2.0.so.0
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package libgthread-2.0.so.0


ich habe mit auch libmono-dev_1.2.2.1-1_amd64.deb probiert, geht auch nicht

hier kommt:

debian3264m:/home/downloads# dpkg -i libmono-dev_1.2.2.1-1_amd64.deb
(Reading database ... 26345 files and directories currently installed.)
Preparing to replace libmono-dev 1.2.2.1-1 (using libmono-dev_1.2.2.1-1_amd64.deb) ...
Unpacking replacement libmono-dev ...
dpkg: dependency problems prevent configuration of libmono-dev:
libmono-dev depends on libmono0 (= 1.2.2.1-1); however:
Package libmono0 is not installed.
dpkg: error processing libmono-dev (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
libmono-dev
debian3264m:/home/downloads#

klar habe ich auch: sh ./ibmono-dev_1.2.2.1-1_amd64.deb --install probiert.

geh auch nicht: hier kommt:

sh: ./ibmono-dev_1.2.2.1-1_amd64.deb: No such file or directory


ICH BEKOMME ES NICHT HIN BITTTTTEE HILFT MIR !!!!!! danke!!!!!

:hilfe2: :hilfe2: :hilfe2: :hilfe2: :hilfe2: :hilfe2: :hilfe2:
 
Du brauchst keine libgthread, sondern die glib.
Code:
bitmuncher@bitmuncher:~$ apt-file search libgthread-2.0.so.0
libglib2.0-0: usr/lib/libgthread-2.0.so.0
libglib2.0-0: usr/lib/libgthread-2.0.so.0.600.4
libglib2.0-0-dbg: usr/lib/debug/usr/lib/libgthread-2.0.so.0.600.4
Also musst du das Paket libglib2.0-0 installieren.
klar habe ich auch: sh ./ibmono-dev_1.2.2.1-1_amd64.deb --install probiert.

geh auch nicht: hier kommt:

sh: ./ibmono-dev_1.2.2.1-1_amd64.deb: No such file or directory
Offenbar hast du dich nicht in dem Verzeichnis befunden, in dem die Paket-Datei liegt. Abgesehen davon würde dir das auch nichts bringen, wenn du vorher nicht libmono0 installierst. Die wenigsten dev-Pakete funktionieren ohne Runtime-Part.
 
Zuletzt bearbeitet:
schön und gut, aber ich bekomme es nicht hiiinn.

schaddddeeeeeee
 
Welche Part von thetons Post haste denn nicht verstanden?
 
Wie wäre es mit
Code:
apt-get install libglib2.0-0
Dazu musst du nicht erst Pakete runterladen. Solange du die FTP-Server in der /etc/apt/sources.list stehen hast, passiert der Rest ganz von allein. Lies einfach mal ein wenig was über Software-Installation unter Debian nach: http://www.debiananwenderhandbuch.de/ speziell http://www.debiananwenderhandbuch.de/apt-get.html

Nachtrag: Und auch apt-file installiert man auf diese Weise:
Code:
apt-get install apt-file
Zusätzlich muss noch die Datei-DB initialisiert werden
Code:
apt-file update
 
Zuletzt bearbeitet:
geht halt nicht:

debian3264m:~# apt-get install libglib2.0-0
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~#



debian3264m:~# apt-get install apt-file
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-file: Depends: libconfig-file-perl but it is not going to be installed
libglib2.0-dev: Depends: libglib2.0-0 (= 2.12.4-1) but 2.6.4-1 is to be installed
libglibmm-2.4-1c2a: Depends: libglib2.0-0 (>= 2.10.0) but 2.6.4-1 is to be installed
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
mc: Depends: libglib2.0-0 (>= 2.12.0) but 2.6.4-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~# apt-file update
-bash: apt-file: command not found
debian3264m:~# apt-get install libglib2.0-0
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~# apt-get install apt-file
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-file: Depends: libconfig-file-perl but it is not going to be installed
libglib2.0-dev: Depends: libglib2.0-0 (= 2.12.4-1) but 2.6.4-1 is to be installed
libglibmm-2.4-1c2a: Depends: libglib2.0-0 (>= 2.10.0) but 2.6.4-1 is to be installed
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
mc: Depends: libglib2.0-0 (>= 2.12.0) but 2.6.4-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~#
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

ebian3264m:~# apt-get install libglib2.0-0
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~#







debian3264m:~# apt-get install apt-file
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-file: Depends: libconfig-file-perl but it is not going to be installed
libglib2.0-dev: Depends: libglib2.0-0 (= 2.12.4-1) but 2.6.4-1 is to be installed
libglibmm-2.4-1c2a: Depends: libglib2.0-0 (>= 2.10.0) but 2.6.4-1 is to be installed
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
mc: Depends: libglib2.0-0 (>= 2.12.0) but 2.6.4-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~# apt-file update
-bash: apt-file: command not found
debian3264m:~# apt-get install libglib2.0-0
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~# apt-get install apt-file
Reading package lists... Done
Building dependency tree... Done
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
apt-file: Depends: libconfig-file-perl but it is not going to be installed
libglib2.0-dev: Depends: libglib2.0-0 (= 2.12.4-1) but 2.6.4-1 is to be installed
libglibmm-2.4-1c2a: Depends: libglib2.0-0 (>= 2.10.0) but 2.6.4-1 is to be installed
libmono-dev: Depends: libmono0 (= 1.2.2.1-1) but it is not going to be installed
mc: Depends: libglib2.0-0 (>= 2.12.0) but 2.6.4-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
debian3264m:~#
 
Zuletzt bearbeitet:
1. Warum machst du nicht das, was dort steht?
Code:
You might want to run `apt-get -f install' to correct these:
2. Manchmal ist es vor dem Installieren notwendig ein dist-upgrade zu machen.
Code:
apt-get update && apt-get dist-upgrade
 
Irgendwie sieht das total schief aus ... poste doch mal Deine sources.list und was Du eigentlich installiert hast (Sarge, Etch, Sid) ...
 
/etc/apt/sources.list

Hetzner default-sources
# deb http://ftp.informatik.uni-frankfurt.de/debian/ etch main non-free contrib
# deb-src http://ftp.informatik.uni-frankfurt.de/debian/ etch main non-free contrib
# deb http://ftp.uni-erlangen.de/debian/ etch main non-free contrib
# deb-src http://ftp.uni-erlangen.de/debian/ etch main non-free contrib

# Debian.org security updates
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

#Legos sources
deb http://ftp.de.debian.org/debian/ etch main non-free contrib
deb-src http://ftp.de.debian.org/debian/ etch main non-free contrib



ETCH 64 -minimal
 
Zuletzt bearbeitet:
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
debian3264m:~# apt-get update && apt-get dist-upgrade
Get:1 http://ftp.de.debian.org etch Release.gpg [378B]
Get:2 http://ftp.de.debian.org etch Release [74.4kB]
Get:3 http://ftp.de.debian.org etch/main Packages/DiffIndex [2038B]
Get:4 http://security.debian.org etch/updates Release.gpg [189B]
Get:5 http://security.debian.org stable/updates Release.gpg [189B]
Hit ftp://ftp.de.debian.org sarge Release.gpg
Ign http://ddtp.debian.org de/sarge Release.gpg
Get:6 http://ftp.de.debian.org etch/non-free Packages/DiffIndex [2023B]
Get:7 http://ftp.de.debian.org etch/contrib Packages/DiffIndex [2023B]
Get:8 http://ftp.de.debian.org etch/main Sources/DiffIndex [2023B]
Get:9 http://ftp.de.debian.org etch/non-free Sources/DiffIndex [2023B]
Get:10 http://ftp.de.debian.org etch/contrib Sources/DiffIndex [2023B]
Hit ftp://ftp.de.debian.org sarge Release
Get:11 http://http.us.debian.org stable Release.gpg [189B]
Get:12 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [6510B]
Get:13 http://security.debian.org etch/updates Release [24.3kB]
Get:14 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [42B]
Ign http://ddtp.debian.org de/sarge Release
Get:15 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [6510B]
Get:16 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [343B]
Get:17 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [1706B]
Get:18 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [6510B]
Get:19 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [42B]
Get:20 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [31B]
Get:21 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [343B]
Get:22 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [224B]
Get:23 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [1706B]
Get:24 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [31B]
Get:25 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [224B]
Hit http://http.us.debian.org stable Release
Err http://ddtp.debian.org de/sarge/main Packages
404 Not Found
Get:26 http://non-us.debian.org stable/non-US Release.gpg [197B]
Hit http://non-us.debian.org stable/non-US Release
Get:27 http://security.debian.org stable/updates Release [18.1kB]
Hit ftp://ftp.debian.org stable Release.gpg
Get:28 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [42B]
Get:29 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [343B]
Get:30 http://ftp.de.debian.org etch/main 2007-01-20-2006.36.pdiff [1706B]
Get:31 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [7306B]
Get:32 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [7306B]
Ign http://security.debian.org etch/updates/main Packages/DiffIndex
Ign http://security.debian.org etch/updates/contrib Packages/DiffIndex
Ign http://security.debian.org etch/updates/non-free Packages/DiffIndex
Ign http://security.debian.org etch/updates/main Sources/DiffIndex
Ign http://security.debian.org etch/updates/contrib Sources/DiffIndex
Ign http://security.debian.org etch/updates/non-free Sources/DiffIndex
Hit ftp://ftp.debian.org stable Release
Get:33 http://ftp.de.debian.org etch/non-free 2007-01-20-2006.36.pdiff [31B]
Ign http://security.debian.org stable/updates/main Packages/DiffIndex
Ign http://security.debian.org stable/updates/contrib Packages/DiffIndex
Ign http://security.debian.org stable/updates/non-free Packages/DiffIndex
Hit http://security.debian.org etch/updates/main Packages
Get:34 http://ftp.de.debian.org etch/contrib 2007-01-21-0805.07.pdiff [224B]
Get:35 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [7306B]
Get:36 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [1951B]
Get:37 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [1951B]
Hit http://security.debian.org etch/updates/contrib Packages
Hit http://security.debian.org etch/updates/non-free Packages
Hit http://security.debian.org etch/updates/main Sources
Hit http://security.debian.org etch/updates/contrib Sources
Hit http://security.debian.org etch/updates/non-free Sources
Get:38 http://security.debian.org stable/updates/main Packages [388kB]
Get:39 http://ftp.de.debian.org etch/main 2007-01-21-0805.07.pdiff [1951B]
Get:40 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [1947B]
Get:41 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [1947B]
Get:42 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [1947B]
Get:43 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [141B]
Get:44 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [141B]
Hit http://security.debian.org stable/updates/contrib Packages
Hit http://security.debian.org stable/updates/non-free Packages
Get:45 http://ftp.de.debian.org etch/main 2007-01-21-2005.56.pdiff [141B]
Get:46 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [460B]
Get:47 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [460B]
Get:48 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [460B]
Get:49 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [701B]
Get:50 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [701B]
Get:51 http://ftp.de.debian.org etch/main 2007-01-22-0805.32.pdiff [701B]
Fetched 539kB in 4s (119kB/s)
Failed to fetch ftp://ftp.de.debian.org/debian/dists/sarge/Release Unable to fi nd expected entry main/binary-amd64/Packages in Meta-index file (malformed Rele ase file?)
Failed to fetch http://http.us.debian.org/debian/dists/stable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed R elease file?)
Failed to fetch http://ddtp.debian.org/aptable/dists/de/sarge/main/binary-amd64/ Packages.gz 404 Not Found
Failed to fetch http://non-us.debian.org/debian-non-US/dists/stable/non-US/Relea se Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Release file?)
Failed to fetch ftp://ftp.debian.org/debian/dists/stable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Releas e file?)
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
debian3264m:~#


und das kommt jetzt
.
.
.
EDIT (autom. Beitragszusammenführung) :
.

debian3264m:~# apt-file search libgthread-2.0.so.0
ia32-libs-gtk: emul/ia32-linux/usr/lib/libgthread-2.0.so.0
ia32-libs-gtk: emul/ia32-linux/usr/lib/libgthread-2.0.so.0.1200.4
libglib2.0-0: usr/lib/libgthread-2.0.so.0
libglib2.0-0: usr/lib/libgthread-2.0.so.0.1200.4
libglib2.0-0-dbg: usr/lib/debug/usr/lib/libgthread-2.0.so.0.1200.4
debian3264m:~#
 
Zuletzt bearbeitet:

Ähnliche Themen

CentOS 6 to 7 Upgrade

Ich mag Dovecot nicht ...

NVIDIA und Solaris

./easy-wi_install.sh install Script

Installationsabbruch

Zurück
Oben