echo $PATH (sous utilisateur mel)
/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/local/bin:/usr/games:/home/mel/bin:/usr/local/bin:/usr/games:/home/mel/bin
echo $PATH (sous root)
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin (il faudrait dans cette
ligne /usr/local/bin mais je n'arrive pas à l'ajouter meme apres avoir
redémarré)
le pb est que lorsque je fais mes manip le me logue sous root (sous
mel=impossible )
et j'ai mis un fichier .profile dans /home/mel et /root
PATH="$PATH:/usr/local/bin"
export PATH
mon fihier /etc/profile
# /etc/profile -*- Mode: shell-script -*-
# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@???>
# Users generally won't see annoyng core files
[ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1
##### Handle by Mandrake Security
#PATH="$PATH:/usr/local/bin"
##### Handle by Mandrake Security
#if [ `id -gn` = `id -un` -a `id -u` -gt 14 ]; then
# umask 002
#else
# umask 022
#fi
USER=`id -un`
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
HOSTNAME=`/bin/hostname`
HISTSIZE=1000
if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
INPUTRC=/etc/inputrc
fi
# some old programs still use it (eg: "man"), and it is also
# required for level1 compliance for LI18NUX2000
NLSPATH=/usr/share/locale/%l/%N
export PATH PS1 USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC NLSPATH
for i in /etc/profile.d/*.sh ; do
if [ -x $i ]; then
. $i
fi
done
unset i
# Mandrake-Security : if you remove this comment, remove the next line too.
umask 022
# Mandrake-Security : if you remove this comment, remove the next line too.
PATH=$PATH:/usr/local/bin:/usr/games
# Mandrake-Security : if you remove this comment, remove the next line too.
export PATH
Laurent Vivier wrote:
>Ca n'a pas d'interet que tu me dises: "c'est deja fait", ce qui est
interessant
>c'est que tu me donnes le resultat...
>
>Laurent
>
>Armel Maran wrote:
>
>>c deja fait
>>
>>Laurent Vivier wrote:
>>
>>>Tu fais
>>>
>>>echo $PATH
>>>
>>>et tu verifies que /usr/local/bin est present
>>>
>>>Ensuite tu fais
>>>
>>>oms-config
>>>
>>>et tu verifies qu'il a bien ete lance.
>>>
>>>Laurent
>>>
>>>Armel Maran wrote:
>>>
>>>>loading cache ./config.cache
>>>>checking for working const... yes
>>>>checking for inline... inline
>>>>checking for oms-config... no
>>>>checking for OMS - version >= 0.1.2... no
>>>>*** The oms-config script installed by oms could not be found
>>>>*** If oms was installed in PREFIX, make sure PREFIX/bin is in
>>>>*** your path, or set the OMS_CONFIG environment variable to the
>>>>*** full path to oms-config.
>>>>
>>>>j'ai fait ce que vous tous m'avez conseiller et cela ne marche tjs pas
>>>>comme vous le constatez j'avais oublié la premiere ligne avec
.config-cache
>>>>qui indique qu'avant de le chercher ailleur il le cherche dans
.config-cache
>>>>pourtant le fichier s'y trouve bien!!!
>>>>Alors que faire?
>>>>
>>>--
>>>-------------- Laurent Vivier ---------------
>>> mailto:Laurent.Vivier@bull.net
>>>phone: (+33) 476 29 7866 Bullcom: 229-7866
>>>--------------BULL/FREC:B1-226---------------
>>>When we speak of free software, we are refer-
>>>ring to freedom, not price. (in GPL:Preamble)
>>>-------------- BI&S/GeODE/AIX ---------------
>>>
>>>
>>>
>>>
>>>
>
>--
>-------------- Laurent Vivier ---------------
> mailto:Laurent.Vivier@bull.net
> phone: (+33) 476 29 7866 Bullcom: 229-7866
>--------------BULL/FREC:B1-226---------------
>When we speak of free software, we are refer-
>ring to freedom, not price. (in GPL:Preamble)
>-------------- BI&S/GeODE/AIX ---------------
>
>
>
>
>