LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Different versions package from different user (https://www.linuxquestions.org/questions/linux-software-2/different-versions-package-from-different-user-812388/)

piccir 06-05-2010 08:43 PM

Different versions package from different user
 
Hi all
I'm working with Debian squeeze with kernel 2.6.34
the problem is that after some change in the ldcon.so.conf and envirormental variables (this I did to make working the compiled mesa, dri, and video card driver)
from normal user I see a version of libraries and some software , but from root I see a different version, tipically older.
What I did wrong adding these paths?

Thank you

piccir

bathory 06-06-2010 03:45 AM

Hi,

Quote:

the problem is that after some change in the ldcon.so.conf and envirormental variables
I guess you mean /etc/ld.so.conf
Regarding the env. variables (PATH, LD_LIBRARY_PATH, PKG_CONFIG_PATH...), if you have added them in user's ~/.profile, or ~/.bashrc, they are not available for other users. You can add them in /etc/profile if you want everyone to use them.

Regards


All times are GMT -5. The time now is 09:44 PM.