On Friday 01 August 2003 16:11, Andy wrote:
> Thanx!

// Nezachto

>
> I need LD_LIBRARY_PATH initiliazes on startup
> How can i do this?
>
> Andrey

I suggest that you put PATHs to /etc/ld.so.conf and run ldconfig. This will 
affect all users gloabally and will set paths automatically after each 
reboot.
If you want LD_LIBRARY_PATH per user basis, put the export
(export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:...:...) to user's ~/.bashrc file 
and it will export LD PATHs every time user logins.

Mikhail.

>
> Friday, August 1, 2003, 7:35:22 PM, you wrote:
>
> MP> On Friday 01 August 2003 15:29, Andy wrote:
> >> How to set LDPATH
> >> and add paths to PATH
>
> MP> PATH var is used to set PATH. E.g. in bash:
> MP> "export PATH=${PATH}:/other/bin:/that/bin"
>
> MP> As for LD, LD_LIBRARY_PATH is used to set those the same way PATH works
> MP> ("export
> LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/other/lib:/that/so/folder").
>
> MP> Mikhail.

-- 
"Microsoft technology" -- isn't that an oxymoron? 

   -- Gareth Barnard


--
[EMAIL PROTECTED] mailing list

Reply via email to