View Full Version : Problema installazione client email
sto provando ad installare un client di posta su suse 9.1 personal.
Con thunderbird se lancio mi viene fuori questo:
Xlib: connection to ":0.0" refused by server
Xlib: XDM authorization key matches an existing client!
(thunderbird-bin:4687): Gtk-WARNING **: cannot open display:
provando con Eudora quando lancio
wget -q -O - http://go.ximian.com |sh
per l'installazione mi da questo messaggio
==> Autodetecting system type...
==> Checking $DISPLAY and X permissions...
The Ximian Desktop Installer is a graphical application, and
either you have no DISPLAY variable set or the root user does not
have permission to access your X server. Run 'xhost +localhost'
before becoming root, and make sure that the DISPLAY variable is
set correctly before running the go-ximian script.
Cleaning up temporary files... done.
che cavolo è??? :confused:
sembrerebbe che root non è abilitato a usare programmi x su una sessione perta dallo user.
hai provato come indicato a dare prima 'xhost +localhost' e poi rilanciare?
edit:
prova a inserire in /root/.bashrc queste due righe:
export XAUTHORITY='/home/tuo_user/.Xauthority'
export DISPLAY=:0
questo dovrebbe fare la stessa cosa:
if [ ! "$LOGNAME" = "root" ]; then
export XAUTHORITY=/home/$LOGNAME/.Xauthority
fi
anche perchè usare xhost non è tanto sicuro ;)
ciao
Gia', sembra che root non sia abilitato a usare programmi grafici su una sessione user. Va bene cosi, a parte che thunderbird non si installa da root (non c'e' bisogno). Prova cmq a diventare root con il comando "su" e non "su -" in modo da non utilizzare le variabili di ambiente di root.
ai tempi di suse avevo anche lo stesso problema, ora con debian ste cose mai successe ;)
Ciao
Maya-chan
20-08-2004, 22:58
Originariamente inviato da PiloZ
prova a inserire in /root/.bashrc queste due righe:
export XAUTHORITY='/home/tuo_user/.Xauthority'
export DISPLAY=:0
questo dovrebbe fare la stessa cosa:
if [ ! "$LOGNAME" = "root" ]; then
export XAUTHORITY=/home/$LOGNAME/.Xauthority
fi
anche perchè usare xhost non è tanto sicuro ;)
ciao
ecco, io faccio sempre xhost +localhost, quale delle soluzioni qui sopra sarebbe più consigliabile per evitarmi xhost tutte le volte?
In effetti è una bella scocciatura.
la prima dovrebbe equivalere alla seconda, provale e se vanno entrambe e scegli te quella più carina :D
la prima fa un semplice export della variabile XAUTHORITY quando ? quando vien letto il file .bashrc? quando vien letto il file .bashrc? al login.
dunque se nella seconda vi è specificato $LOGNAME credo che siamo punto e a capo. ciao
risolto, grazie Piloz.
Preziosi come al solito..... :D :smack:
ps. mi sa tanto che ritorno a slack!
visto che siamo in tema, possibile che la suse non abbia il compilatore gcc????
provando ad installare mplayer esce questo:
Detected operating system: Linux
Detected host architecture: i386
Checking for cc version ... not found
Checking for gcc version ... not found
Checking for gcc-3.3 version ... not found
Checking for gcc-3.2 version ... not found
Checking for gcc-3.1 version ... not found
Checking for gcc3 version ... not found
Checking for gcc-3.0 version ... not found
Checking for cc version ... not found
*** Please downgrade/upgrade C compiler to version gcc-2.95.x or gcc-3.x! ***
You are not using a supported compiler. We do not have the time to make sure
everything works with compilers other than the ones we use. Use either the
same compiler as we do, or use --disable-gcc-checking but DO *NOT* REPORT BUGS
unless you can reproduce them after recompiling with a 2.95.x or 3.x version!
Note for gcc 2.96 users: Some versions of this compiler are known to miscompile
mplayer and lame (which is used for mencoder). If you get compile errors,
first upgrade to the latest 2.96 release (minimum 2.96-85) and try again.
If the problem still exists, try with gcc 3.x (or 2.95.x) *BEFORE* reporting
bugs!
GCC 2.96 IS NOT AND WILL NOT BE SUPPORTED BY US !
*** For details please read DOCS/HTML/en/users-vs-dev.html ***
Error: Bad gcc version
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.