PDA

View Full Version : Debian 5.0 Install / Probleme mit mozroots



kailinda
07-14-2009, 08:34 PM
Hey,
ich habe Probleme mit der Installation unter Debian 5.0.
Es funktionierte alles super bis...Install the trusted roots certificates
login als root
#su dekiwiki -> debian:/root$
#mozroots -- import --sync
sh: mozroots: command not found

was habe ich falsch gemacht?

Danke für eure Hilfe
kailinda

arnec
07-14-2009, 10:22 PM
mozroots sollte ein Teil der mono Installation sein. Welche version mono haben sie?

#mono -V

kailinda
07-15-2009, 07:54 PM
Hallo,
#mono -V
Mono JIT compiler version 1.9.1 (tarball)

arnec
07-20-2009, 05:56 PM
Hmmm.. 1.9.1 sollte mozroots installiert haben. Ok, vielleicht ist es ein permissions problem:

Versuch
#locate mozroots

Auf meinem VM ist das Result:
/usr/bin/mozroots
/usr/lib/mono/1.0/mozroots.exe
/usr/lib/mono/1.0/mozroots.exe.mdb
/usr/share/man/man1/mozroots.1.gz

kaschig
10-28-2009, 01:04 PM
Hallo,

ich steige hier kurz ein, da bei mir dasselbe Problem vorliegt:

#mono -V
Mono JIT compiler version 1.9.1 (tarball)

#locate mozroots

tja... nicht da...

Ich bin dieser Anleitung gefolgt:
http://developer.mindtouch.com/Official_Mindtouch_Deki_Community_Edition_Installa tion_Guides/Debian_Etch_MindTouch_Deki_Community_Edition_Packa ge_Installation


Besten Dank,
Chris

crb
10-30-2009, 07:54 PM
apt-get install mono-devel

source (http://serverfault.com/questions/48303/how-do-i-install-mozroots)

kaschig
10-31-2009, 12:26 AM
Klar hab ich das schon versucht :-)


"Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
E: Konnte Paket mono-devel nicht finden"


#less /etc/apt/sources.list

#
# deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 NETINST Binary-1 20090413-22:27]/ lenny main

#deb cdrom:[Debian GNU/Linux 5.0.1 _Lenny_ - Official i386 NETINST Binary-1 20090413-22:27]/ lenny main

#deb file:/tmp lenny main

deb http://ftp.de.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib

deb http://security.debian.org/ lenny/updates main
deb-src http://security.debian.org/ lenny/updates main

deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

deb http://repo.mindtouch.com/ Debian_5.0/

crb
10-31-2009, 09:21 AM
(Sorry for English reply)

Try mono-1.0-devel or mono-2.0-devel depending on what version of Mono you have installed.