You are not logged in.
Pages: 1
Hi all,
I have tried to install Xfce 4.10 pre1 on Xubuntu 11.10. Following wiki instructions, I have set $PREFIX to $HOME/local. Install was easy for all components but "make install" failed for xfce4-session-4-9-0 with the following error message at the end :
make[2]: Rien à faire pour « install-exec-am ».
test -z "/usr/share/xsessions" || /bin/mkdir -p "/usr/share/xsessions"
/usr/bin/install -c -m 644 xfce.desktop '/usr/share/xsessions'
/usr/bin/install: impossible de supprimer «/usr/share/xsessions/xfce.desktop»: Permission non accordée
make[2]: *** [install-desktopDATA] Erreur 1
make[2]: quittant le répertoire « /home/wkr/local/xfce4-session-4.9.0 »
make[1]: *** [install-am] Erreur 2
make[1]: quittant le répertoire « /home/wkr/local/xfce4-session-4.9.0 »
make: *** [install-recursive] Erreur 1
Edit : Translation of impossible de supprimer «/usr/share/xsessions/xfce.desktop»: Permission non accordée: ---->
Cannot delete «/usr/share/xsessions/xfce.desktop» permission denied
So I need some help :-)
By advance, thanks
Last edited by wkr (2012-04-02 19:11:52)
Offline
sudo make install?
Or use --with-xsession-prefix=/somewhere/you/can/write/to
Offline
Thanks for your help Nick
The error message above occurs with make install
sudo make install also fails but the error message is different :
test -z "/usr/local/lib/xfce4/session/splash-engines" || /bin/mkdir -p "/usr/local/lib/xfce4/session/splash-engines"
/bin/bash ../../libtool --mode=install /usr/bin/install -c libbalou.la '/usr/local/lib/xfce4/session/splash-engines'
libtool: install: error: cannot install `libbalou.la' to a directory not ending in /home/karim/local/lib/xfce4/session/splash-engines
make[4]: *** [install-balouLTLIBRARIES] Erreur 1
With ./configure --with-xsession-prefix=/home/wkr/local it another error message !
/usr/bin/install: cann/usr/bin/install: cannot remove `/usr/local/lib/libxfsm-4.6.so.0.0.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Erreur 1
ot remove `/usr/local/lib/libxfsm-4.6.so.0.0.0': Permission denied
make[2]: *** [install-libLTLIBRARIES] Erreur 1
When I run ./configure with default option (/usr/local I think), sudo make installl works and it generates a startxfce4 file in /usr/local/bin/, but running this file in console launches my good old xfce4.8. It's as if doesn't look for my stuff in ~/local/ where are installed other Xfce4.10 components. And I unsuccessfully googled for that
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 524.09 KiB (Peak: 529.7 KiB) ]