<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>STADENROOT on Michael’s Domain</title><link>https://jeltsch.org/en/tags/stadenroot/</link><description>Recent content in STADENROOT on Michael’s Domain</description><generator>Hugo</generator><language>en-us</language><copyright>Copyright © 2002 - 2026 Michael Jeltsch.</copyright><lastBuildDate>Fri, 24 Jul 2026 00:18:18 +0300</lastBuildDate><atom:link href="https://jeltsch.org/en/tags/stadenroot/index.xml" rel="self" type="application/rss+xml"/><item><title>The PATH in Suse Linux 9 (/etc/profile.local)</title><link>https://jeltsch.org/en/the_path_in_suse_linux_9_etc_profile_local/</link><pubDate>Sat, 19 May 2007 00:00:00 +0000</pubDate><guid>https://jeltsch.org/en/the_path_in_suse_linux_9_etc_profile_local/</guid><description>&lt;p&gt;Several software installations modify the PATH environment variable. There are many different file that are read during bootup that contribute to the final PATH variable. Several software installs, however, break exisiting PATH entries. Among them is the Staden package. The staden installation instruction advise to include the following lines in ~/.bashrc:&lt;code&gt;export STADENROOT=/usr/local/staden-linux-rel-1-4 . $STADENROOT/staden.profile&lt;/code&gt;In order to quickfix PATH problems, you can give the full path that you need in /etc/profile.local:&lt;code&gt;PATH=/home/jeltsch/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/sbin/:/sbin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/bin:/usr/local/bio/bin/&lt;/code&gt;If you leave the entry in ~/.bashrc, the staden path will be inserted before all the entries in /etc/profile.local, thus will take precedence over other entries. This breaks certain programs as some of the libraries Staden uses are older than the ones on Suse Linux 9 (see some older posting).&lt;/p&gt;</description></item></channel></rss>