Re: libkhtml and 'set path'

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin Brown
Date:  
To: plug-discuss
Subject: Re: libkhtml and 'set path'
> I don't know if any of you remember but when I start konqueror a message
> appears saying that libkhtml is not in my path. After an updatedb I could not
> locate so that says to me that it isn't there. Well I got khtml off of my
> dist and copied it to the location I pulled it from and a message appears
> saying to me that I am copying over a newer file. So then it is there. Why
> didn't locate, locate it?
>
> Anyways.....
>
> So then I set path <location of libkhtml>, but I don't know what I did. Did I
> delete all of the other paths? If so what paths are standard in a debian set
> up? Another thing. If that is so, how can I just add a PATH?


PATH isn't used to find libraries, LD_LIBRARY_PATH is as well as the locations
configured in /etc/ld.so.conf

I don't know the standard path for debian, but mine is:
/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin
for a normal user on one of my systems

you can also check in /etc/skel for the appropriate information as that is where
the default settings are held and copied from when a new user is added.

as for modifying $PATH
export PATH=$PATH:/another/path/on/the/system
that will add another location at the end of your already existing PATH
statement (notice the $PATH:)
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss