<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://dreness.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Installing_and_using_unix_software_in_userland</id>
		<title>Installing and using unix software in userland - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://dreness.com/wikimedia/index.php?action=history&amp;feed=atom&amp;title=Installing_and_using_unix_software_in_userland"/>
		<link rel="alternate" type="text/html" href="https://dreness.com/wikimedia/index.php?title=Installing_and_using_unix_software_in_userland&amp;action=history"/>
		<updated>2026-05-23T14:28:52Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>https://dreness.com/wikimedia/index.php?title=Installing_and_using_unix_software_in_userland&amp;diff=1217&amp;oldid=prev</id>
		<title>Dre: page created</title>
		<link rel="alternate" type="text/html" href="https://dreness.com/wikimedia/index.php?title=Installing_and_using_unix_software_in_userland&amp;diff=1217&amp;oldid=prev"/>
				<updated>2007-07-01T03:39:13Z</updated>
		
		<summary type="html">&lt;p&gt;page created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In your shell init file, set the following (for bash / zsh compatible shells):&lt;br /&gt;
&lt;br /&gt;
 export LDFLAGS=&amp;#039;-L/path/to/your/home/lib&amp;#039;&lt;br /&gt;
 export CPPFLAGS=&amp;#039;-I/path/to/your/home/include&amp;#039;&lt;br /&gt;
 export PATH=&amp;#039;/path/to/your/home:$PATH&amp;#039;&lt;br /&gt;
 export LD_LIBRARY_PATH=/path/to/your/home/lib&lt;br /&gt;
 export LD_INCLUDE_PATH=/path/to/your/home/include&lt;br /&gt;
&lt;br /&gt;
Log out / in, so that the above takes effect.&lt;br /&gt;
&lt;br /&gt;
* Configure any dependencies with --prefix=/path/to/your/home, and make / make install as usual. They will be installed into your home directory (~/lib, ~/include, ~/bin)&lt;br /&gt;
* Configure your desired software with --prefix=/path/to/your/home and make /make install as usual. It should pick up all your new libs / includes due to the environment variables.&lt;br /&gt;
&lt;br /&gt;
When you execute your new binaries, they will be able to find your userland libraries thanks to LD_LIBRARY_PATH.&lt;/div&gt;</summary>
		<author><name>Dre</name></author>	</entry>

	</feed>