On Fri, 2002-11-22 at 17:57, Chris wrote:
> On Friday 22 November 2002 12:25 am, you said, and I quote:
> > I believe this should fix your problem.  (If anyone out there spots an
> > error, please correct as soon as possible for Chris!)
> >
> > In /etc/profile, add:
> >
> > QTDIR=/usr/lib/qt2
> > PATH=$QTDIR/bin:$PATH
> > QT-INCLUDES_PATH=$QTDIR/include:$QT-INCLUDES_PATH
> > QT-LIBRARIES_PATH=$QTDIR/lib:$QT-LIBRARIES_PATH
> >
> > export QTDIR PATH QT-INCLUDES_PATH QT-LIBRARIES_PATH
> >
> > reboot
> 
> Erik, I guess I'm just not smart :( attached is my /etc/profile file.  I 
> added what you suggested as you can see, however, now when I reboot I'm 
> getting some postgresyl error, it goes by fast and I have no idea how to 
> pause the boot, another newbie problem.  Anyway, could you please be so kind 
> as to point me in the right direction.  I really appreciate it.
> 
> 
> -- 
>   Regards
>   Chris
>   Registered Linux user #283774 @ http://counter.li.org
>   5:54pm  up 8 min,  1 user,  load average: 0.12, 0.29, 0.18
> ----
> 

> # /etc/profile -*- Mode: shell-script -*- 
> # (c) MandrakeSoft, Chmouel Boudjnah <[EMAIL PROTECTED]>
> 
> # Since we're invocated as a login shell set loginsh
> # so that we can avoid sourcing some files twice.
> loginsh=1
> 
> # Users generally won't see annoyng core files
> [ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1
> 
> if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
>     PATH="$PATH:/usr/X11R6/bin"
> fi
> 
> if [ "$UID" -ge 500 ] && ! echo ${PATH} |grep -q /usr/games ; then
>     export PATH=$PATH:/usr/games
> fi
> 
> umask 022
> 
> USER=`id -un`
> LOGNAME=$USER
> MAIL="/var/spool/mail/$USER"
> HISTCONTROL=ignoredups
> 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 INPUTRC NLSPATH
> export HISTCONTROL HISTSIZE 
> 
> for i in /etc/profile.d/*.sh ; do
>       if [ -x $i ]; then
>               . $i
>       fi
> done
> 
> unset i
> 
> QTDIR=/usr/lib/qt2
> PATH=$QTDIR/bin:$PATH
> QT-INCLUDES_PATH=$QTDIR/include:$QT-INCLUDES_PATH
> QT-LIBRARIES_PATH=$QTDIR/lib:$QT-LIBRARIES_PATH
> 
> export QTDIR PATH QT-INCLUDES_PATH QT-LIBRARIES_PATH
-- 
Erik

Linux User 288105
=================

Bill who? Micro what?

# /etc/profile -*- Mode: shell-script -*- 
# (c) MandrakeSoft, Chmouel Boudjnah <[EMAIL PROTECTED]>

# Since we're invocated as a login shell set loginsh
# so that we can avoid sourcing some files twice.
loginsh=1

# Users generally won't see annoyng core files
[ "$UID" = "0" ] && ulimit -S -c 1000000 > /dev/null 2>&1

if ! echo ${PATH} |grep -q /usr/X11R6/bin ; then
    PATH="$PATH:/usr/X11R6/bin"
fi

if [ "$UID" -ge 500 ] && ! echo ${PATH} |grep -q /usr/games ; then
    export PATH=$PATH:/usr/games
fi

umask 022

USER=`id -un`
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
HISTCONTROL=ignoredups
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

QTDIR=/usr/lib/qt2
PATH=$QTDIR/bin:$PATH
QT-INCLUDES_PATH=$QTDIR/include:$QT-INCLUDES_PATH
QT-LIBRARIES_PATH=$QTDIR/lib:$QT-LIBRARIES_PATH

export PATH PS1 USER LOGNAME MAIL HOSTNAME INPUTRC NLSPATH
export HISTCONTROL HISTSIZE 
export QTDIR PATH QT-INCLUDES_PATH QT-LIBRARIES_PATH

for i in /etc/profile.d/*.sh ; do
        if [ -x $i ]; then
                . $i
        fi
done

unset i

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to