<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jigslinx</id>
	<title>CBLFS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://cblfs.clfs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jigslinx"/>
	<link rel="alternate" type="text/html" href="https://cblfs.clfs.org/Special:Contributions/Jigslinx"/>
	<updated>2026-04-14T12:50:07Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=Libcgroup&amp;diff=20662</id>
		<title>Libcgroup</title>
		<link rel="alternate" type="text/html" href="?title=Libcgroup&amp;diff=20662"/>
		<updated>2010-10-24T07:18:59Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Created new page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://sourceforge.net/projects/libcg/files/libcgroup/v0.36.2/libcgroup-0.36.2.tar.bz2/download&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Control groups, a new kernel feature in Linux 2.6.24 provides a file system interface to manipulate and control the details on task grouping including creation of new task groups (control groups), permission handling and task assignment.|http://libcg.sourceforge.net/}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Runtime ===&lt;br /&gt;
* [[&#039;cgroup&#039; support in Kernel]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
Move the /usr/lib/security/* to /lib/security&lt;br /&gt;
 &lt;br /&gt;
 mv /usr/lib/security/* /lib/security&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
Please contribute for this section.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute for this section.&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Please contribute for this section.&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute for this section.&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
Copy the sample cgroup.conf file to /etc&lt;br /&gt;
&lt;br /&gt;
 cp samples/cgroup.conf /etc&lt;br /&gt;
&lt;br /&gt;
Modify the /etc/cgroup.conf to have at least root group.&lt;br /&gt;
&lt;br /&gt;
Add following line to /etc/pam.d/su&lt;br /&gt;
&lt;br /&gt;
 session                optional        pam_cgroup.so&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Directories:&lt;br /&gt;
|None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|cgconfigparser, cgclear, cgrulesengd, cgclassify, cgget, cgdelete, cgset, lscgroup, cgexec, lssubsys, cgcreate&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|libcgroup.so.1.0.36, pam_cgroup.so.0.0.0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgconfigparser&lt;br /&gt;
|setup control group file system.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgclear&lt;br /&gt;
|unload the cgroup filesystem&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgrulesengd &lt;br /&gt;
|control group rules daemon&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgclassify&lt;br /&gt;
|move running task(s) to given cgroups&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgget&lt;br /&gt;
|print parameter(s) of given group(s)&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgdelete&lt;br /&gt;
|remove control group(s)&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgset&lt;br /&gt;
|set the parameters of given cgroup(s)&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lscgroup&lt;br /&gt;
|list all cgroups&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgexec&lt;br /&gt;
|run the task in given control groups&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lssubsys&lt;br /&gt;
|list hierarchies containing given subsystem&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!cgcreate&lt;br /&gt;
|create new cgroup(s)&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!libcgroup.so.1.0.36&lt;br /&gt;
|&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!pam_cgroup.so.0.0.0&lt;br /&gt;
|This is a PAM module for placing the processes in respective groups.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=Upstart&amp;diff=20318</id>
		<title>Upstart</title>
		<link rel="alternate" type="text/html" href="?title=Upstart&amp;diff=20318"/>
		<updated>2010-10-14T17:00:38Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Added note. Might require the path to be corrected.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://upstart.ubuntu.com/download/0.6/upstart-0.6.3.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Upstart is an event-based replacement for the /sbin/init daemon which handles starting of tasks and services during boot, stopping them during shutdown and supervising them while the system is running.|http://upstart.ubuntu.com/index.html}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[D-BUS Core]]&lt;br /&gt;
&lt;br /&gt;
{{Note|The &#039;make install&#039; stage will replace your current init script.If you do not want that then use &#039;/opt/upstart&#039; as prefix rather than &#039;/usr&#039; in configure command. And then pass init equalto /opt/upstart/sbin/init to kernel command line. Consult your boot loader manual for how to do that.}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --exec-prefix= \&lt;br /&gt;
     --sysconfdir=/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
 ToDo&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
 ToDo &lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
 ToDo&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=Emacs&amp;diff=20311</id>
		<title>Emacs</title>
		<link rel="alternate" type="text/html" href="?title=Emacs&amp;diff=20311"/>
		<updated>2010-09-19T08:33:48Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Added patch location and note.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://ftp.gnu.org/pub/gnu/emacs/emacs-{{Emacs-Version}}.tar.gz&lt;br /&gt;
|-&lt;br /&gt;
!Download Optional Patch:&lt;br /&gt;
| https://bugzilla.redhat.com/attachment.cgi?id=374742&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Emacs package contains an extensible, customizable, self-documenting real-time display editor.|http://www.gnu.org/software/emacs/}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[libjpeg]]&lt;br /&gt;
* [[libpng]]&lt;br /&gt;
* [[libTIFF]]&lt;br /&gt;
* [[GifLib]]&lt;br /&gt;
* [[X Window System]]&lt;br /&gt;
&lt;br /&gt;
{{Note|If you are using GCC-4.4.x and upwards then there is a chance that you will get error &amp;quot;commands commence before first target&amp;quot;. This is because of the way C Preprocessor is producing the code. This bug has been reported. The details can be found at https://bugzilla.redhat.com/show_bug.cgi. Bug id 540921. Apply the patch only if&lt;br /&gt;
you get the error. After applying patch run &#039;autoconf&#039; to regenerate &#039;configure&#039; script.}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr --libexecdir=/usr/lib --localstatedir=/var &amp;amp;&amp;amp;&lt;br /&gt;
 make bootstrap&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v -R root:root /usr/share/emacs/{{Emacs-Version}}&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| b2m, ctags, ebrowse, emacs, emacsclient, etags, grep-changelog, rcs-checkin&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| /usr/lib/emacs, /usr/share/emacs&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Text Editors]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=RCS&amp;diff=20310</id>
		<title>RCS</title>
		<link rel="alternate" type="text/html" href="?title=RCS&amp;diff=20310"/>
		<updated>2010-09-12T07:28:30Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Added &amp;#039;Please contribute&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.|http://www.cs.purdue.edu/homes/trinkle/RCS}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Install CVS by running the following commands:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Now, as the root user:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Please contribute&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| rcsmerge rcs merge rcsdiff co ci rlog ident rcsclean&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! ci&lt;br /&gt;
| is the program used to check-in the file.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! co&lt;br /&gt;
| is used to check-out the file.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! rlog&lt;br /&gt;
| is a program to view the change log for the file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Source Code Management]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=RCS&amp;diff=20309</id>
		<title>RCS</title>
		<link rel="alternate" type="text/html" href="?title=RCS&amp;diff=20309"/>
		<updated>2010-09-12T07:26:52Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Created new page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://www.cs.purdue.edu/homes/trinkle/RCS/rcs-5.7.tar&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Revision Control System (RCS) manages multiple revisions of files. RCS automates the storing, retrieval, logging, identification, and merging of revisions. RCS is useful for text that is revised frequently, including source code, programs, documentation, graphics, papers, and form letters.|http://www.cs.purdue.edu/homes/trinkle/RCS}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Install CVS by running the following commands:&lt;br /&gt;
&lt;br /&gt;
 ./configure --prefix=/usr &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Now, as the root user:&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
= Contents =&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Programs:&lt;br /&gt;
| rcsmerge rcs merge rcsdiff co ci rlog ident rcsclean&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Libraries:&lt;br /&gt;
| None&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! Installed Directories:&lt;br /&gt;
| None&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! ci&lt;br /&gt;
| is the program used to check-in the file.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! co&lt;br /&gt;
| is used to check-out the file.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
! rlog&lt;br /&gt;
| is a program to view the change log for the file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Source Code Management]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=PostgreSQL&amp;diff=20308</id>
		<title>PostgreSQL</title>
		<link rel="alternate" type="text/html" href="?title=PostgreSQL&amp;diff=20308"/>
		<updated>2010-09-09T10:33:18Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Added &amp;#039;Configuring&amp;#039; and &amp;#039;Bootscript&amp;#039; Section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://wwwmaster.postgresql.org/redir/326/f/source/v{{PostgreSQL-Version}}/postgresql-{{PostgreSQL-Version}}.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|PostgreSQL is an advanced object-relational database management system (ORDBMS), derived from the Berkeley Postgres database management system.|http://www.postgresql.org}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Python]]&lt;br /&gt;
* [[TCL]]&lt;br /&gt;
* [[OpenSSL]]&lt;br /&gt;
* [[Linux-PAM]]&lt;br /&gt;
* [[krb4]]&lt;br /&gt;
* [[MIT krb5]] or [[Heimdal]]&lt;br /&gt;
* [[Bonjour]]&lt;br /&gt;
* [[OpenLDAP]]&lt;br /&gt;
&lt;br /&gt;
=== Optional (To Regenerate The Documentation) ===&lt;br /&gt;
* [[DocBook SGML DTD-4.x]]&lt;br /&gt;
* [[DocBook DSSSL StyleSheets]]&lt;br /&gt;
* [[OpenJade]]&lt;br /&gt;
* [[Perl Module SGMLS|SGMLS]]&lt;br /&gt;
&lt;br /&gt;
== Additional Configuration Options ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-integer-datetimes&#039;&#039;: Use 64-bit integer storage for datetimes and intervals, rather than the default floating-point storage. This reduces the range of representable values but guarantees microsecond precision across the full range (see [http://www.postgresql.org/docs/8.2/static/datatype-datetime.html Section 8.5] of the PostgreSQL documentation for more information). Note also that the integer datetimes code is newer than the floating-point code, and the postgreSQL team still finds bugs in it from time to time.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--enable-nls[=LANGUAGES]&#039;&#039;: Enables native language support for the given languages. For instance &#039;&#039;--enable-nls=&#039;de fr&#039;&#039;&#039; will give you language support in PostgreSQL for German and French.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-openssl:&#039;&#039; Enable [[OpenSSL]] support.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-pam&#039;&#039;: Enables [[Linux-PAM]] support.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-perl&#039;&#039;: Build the PL/Perl server-side language.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-python&#039;&#039;: Build the PL/[[Python]] server-side language.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-tcl&#039;&#039;: Build the PL/[[TCL]]server-side language.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;--with-tclconfig=DIRECTORY&#039;&#039;: Tells &#039;&#039;&#039;configure&#039;&#039;&#039; where to find &#039;&#039;&#039;tclConfig.sh&#039;&#039;&#039;. Normally &#039;&#039;&#039;configure&#039;&#039;&#039; is able to find &#039;&#039;&#039;tclConfig.sh&#039;&#039;&#039; on its own, but if you put it in a non-standard place, then you&#039;ll  probably have to use this flag.&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s|dsssl-stylesheets|&amp;amp; \\\\\n        sgml/docbook/&amp;amp;-{{DocBook DSSSL StyleSheets-Version}}|&amp;quot; \&lt;br /&gt;
     configure &amp;amp;&amp;amp;&lt;br /&gt;
 ./configure --prefix=/usr --enable-thread-safety --sysconfdir=/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/share/doc/postgresql/html/* &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/postgresql/{FAQ/html,TODO.detail} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/TODO /usr/share/doc/postgresql &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/FAQ* /usr/share/doc/postgresql/FAQ &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/src/FAQ/* /usr/share/doc/postgresql/FAQ/html &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/TODO.detail/* \&lt;br /&gt;
     /usr/share/doc/postgresql/TODO.detail&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s|dsssl-stylesheets|&amp;amp; \\\\\n        sgml/docbook/&amp;amp;-{{DocBook DSSSL StyleSheets-Version}}|&amp;quot; \&lt;br /&gt;
     configure &amp;amp;&amp;amp;&lt;br /&gt;
 USE_ARCH=32 CC=&amp;quot;gcc ${BUILD32}&amp;quot; ./configure --prefix=/usr --enable-thread-safety \&lt;br /&gt;
     --sysconfdir=/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make LD=&amp;quot;ld ${LD_BUILD32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pg_config{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s|dsssl-stylesheets|&amp;amp; \\\\\n        sgml/docbook/&amp;amp;-{{DocBook DSSSL StyleSheets-Version}}|&amp;quot; \&lt;br /&gt;
     configure &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; ./configure --prefix=/usr --libdir=/usr/lib32 \&lt;br /&gt;
     --enable-thread-safety --sysconfdir==/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make LD=&amp;quot;ld ${LD_BUILDN32}&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pg_config{,-n32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;s|dsssl-stylesheets|&amp;amp; \\\\\n        sgml/docbook/&amp;amp;-{{DocBook DSSSL StyleSheets-Version}}|&amp;quot; \&lt;br /&gt;
     configure &amp;amp;&amp;amp;&lt;br /&gt;
 USE_ARCH=64 CC=&amp;quot;gcc ${BUILD64}&amp;quot; ./configure --prefix=/usr --libdir=/usr/lib64 \&lt;br /&gt;
     --enable-thread-safety --sysconfdir=/etc &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /usr/bin/pg_config{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv multiarch_wrapper /usr/bin/pg_config &amp;amp;&amp;amp;&lt;br /&gt;
 chown -v root:root /usr/share/doc/postgresql/html/* &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m755 -d /usr/share/doc/postgresql/{FAQ/html,TODO.detail} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/TODO /usr/share/doc/postgresql &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/FAQ* /usr/share/doc/postgresql/FAQ &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/src/FAQ/* /usr/share/doc/postgresql/FAQ/html &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -m644 doc/TODO.detail/* \&lt;br /&gt;
     /usr/share/doc/postgresql/TODO.detail&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
Create the &#039;postgres&#039; user. (You can name the user anything.)&lt;br /&gt;
&lt;br /&gt;
 useradd -s /bin/bash -d /home/postgres -g users -u 81 postgres&lt;br /&gt;
&lt;br /&gt;
(Check if the uid is being used by other user or not.)&lt;br /&gt;
&lt;br /&gt;
Choose a directory to store the database cluster. The two most popular are&lt;br /&gt;
/usr/local/pgsql/data and /var/lib/pgsql/data. I have chosen /var/lib/pgsql/data.&lt;br /&gt;
Modify the commands if you have chosen anything else accordingly.&lt;br /&gt;
&lt;br /&gt;
As root:&lt;br /&gt;
 &lt;br /&gt;
 mkdir -pv /var/lib/pgsql/data&lt;br /&gt;
 chown postgres.users /var/lib/pgsql/data&lt;br /&gt;
 su postgres&lt;br /&gt;
 initdb -D /var/lib/pgsql/data&lt;br /&gt;
&lt;br /&gt;
Start the server&lt;br /&gt;
&lt;br /&gt;
 pg_ctl -D /var/lib/pgsql/data -l &amp;lt;logfile&amp;gt; start&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Bootscript ===&lt;br /&gt;
&lt;br /&gt;
This is a sample bootscript. Modify it to suit your own need.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # Begin $rc_base/init.d/postgresql&lt;br /&gt;
 &lt;br /&gt;
 # Based on sysklogd script from LFS-3.1 and earlier.&lt;br /&gt;
 # Rewritten by Gerard Beekmans  - gerard@linuxfromscratch.org&lt;br /&gt;
 &lt;br /&gt;
 #$LastChangedBy: dnicholson $&lt;br /&gt;
 #$Date: 2008-03-12 21:45:44 +0000 (Wed, 12 Mar 2008) $&lt;br /&gt;
 &lt;br /&gt;
 . /etc/sysconfig/rc&lt;br /&gt;
 . $rc_functions&lt;br /&gt;
 &lt;br /&gt;
 PGUSER=postgres&lt;br /&gt;
 PGDATADIR=&amp;quot;/var/lib/pgsql/data&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 pidfile=&amp;quot;$PGDATADIR/postmaster.pid&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        boot_mesg &amp;quot;Starting PostgreSQL database...&amp;quot;&lt;br /&gt;
        su $PGUSER -c &amp;quot;pg_ctl -D $PGDATADIR start&amp;quot;&lt;br /&gt;
        sleep 1&lt;br /&gt;
        echo &amp;quot;-17&amp;quot; &amp;gt;/proc/`cat $pidfile | head -1`/oom_adj&lt;br /&gt;
        ;;&lt;br /&gt;
 &lt;br /&gt;
    stop)&lt;br /&gt;
        boot_mesg &amp;quot;Stopping PostgreSQL database...&amp;quot;&lt;br /&gt;
        su $PGUSER -c &amp;quot;pg_ctl -D $PGDATADIR stop&amp;quot;&lt;br /&gt;
        ;;&lt;br /&gt;
 &lt;br /&gt;
    restart)&lt;br /&gt;
        $0 stop&lt;br /&gt;
        sleep 1&lt;br /&gt;
        $0 start&lt;br /&gt;
        ;;&lt;br /&gt;
 &lt;br /&gt;
    status)&lt;br /&gt;
        statusproc -p $pidfile /usr/bin/postgres&lt;br /&gt;
        ;;&lt;br /&gt;
 &lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: $0 {start|stop|restart|status}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
        ;;&lt;br /&gt;
 esac&lt;br /&gt;
 &lt;br /&gt;
 # End $rc_base/init.d/postgresql&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Servers]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=Partitionmanager&amp;diff=20275</id>
		<title>Partitionmanager</title>
		<link rel="alternate" type="text/html" href="?title=Partitionmanager&amp;diff=20275"/>
		<updated>2010-06-18T10:17:50Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: Created page with &amp;#039;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot; |- !Download Source: | http://sourceforge.net/projects/partitionman/files/ |- |}  ----  {{Package-Introduction|This is a…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://sourceforge.net/projects/partitionman/files/&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|This is a graphical partition manager for KDE3/4. This software allows you to manage your disks, partitions and file systems:&lt;br /&gt;
Create, resize, delete, copy, backup and restore partitions with a large number of supported file systems (ext2/3/4, reiserfs, NTFS, FAT32 and more).&lt;br /&gt;
|http://homepage/to/cool/package}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Parted]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
  mkdir build&lt;br /&gt;
  cd build&lt;br /&gt;
  cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR -DSYSCONF_INSTALL_DIR=/etc/kde/ ..&lt;br /&gt;
  make&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute this section.&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Please contribute this section.&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Please contribute this section.&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|partitionmanager&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Short Descriptions ===&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!parition manager&lt;br /&gt;
|This is the main executable created after install. &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=Cdrtools&amp;diff=19762</id>
		<title>Cdrtools</title>
		<link rel="alternate" type="text/html" href="?title=Cdrtools&amp;diff=19762"/>
		<updated>2010-01-03T10:14:22Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: The HTTP download source link is broken. Added FTP link.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://gd.tuwien.ac.at/utils/schilling/cdrtools/cdrtools-{{Cdrtools-Version}}.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-{{Cdrtools-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|The Cdrtools package contains CD recording utilities. These are useful for reading, creating or writing (burning) Compact Discs.|http://cdrecord.berlios.de/private/cdrecord.html}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -d /usr/share/doc/cdrtools-{{Cdrtools-Version}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-{{Cdrtools-Version}}&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILD32}&amp;quot; LDOPTX=&amp;quot;${BUILD32}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILD32}&amp;quot; LDOPTX=&amp;quot;${BUILD32}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -d /usr/share/doc/cdrtools-{{Cdrtools-Version}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-{{Cdrtools-Version}}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 (find . -name &amp;quot;*.mk&amp;quot;; find . -name Makefile) | xargs sed -i &amp;quot;/^INSDIR=\s*lib$/s/lib/&amp;amp;32/&amp;quot; &amp;amp;&amp;amp;&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILDN32}&amp;quot; LDOPTX=&amp;quot;${BUILDN32}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILDN32}&amp;quot; LDOPTX=&amp;quot;${BUILDN32}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -d /usr/share/doc/cdrtools-{{Cdrtools-Version}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-{{Cdrtools-Version}}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 (find . -name &amp;quot;*.mk&amp;quot;; find . -name Makefile) | xargs sed -i &amp;quot;/^INSDIR=\s*lib$/s/lib/&amp;amp;64/&amp;quot; &amp;amp;&amp;amp;&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILD64}&amp;quot; LDOPTX=&amp;quot;${BUILD64}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root&lt;br /&gt;
&lt;br /&gt;
Install the package&lt;br /&gt;
&lt;br /&gt;
 make CCOM=&amp;quot;gcc&amp;quot; COPTX=&amp;quot;${BUILD64}&amp;quot; LDOPTX=&amp;quot;${BUILD64}&amp;quot;\&lt;br /&gt;
     INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root install &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -d /usr/share/doc/cdrtools-{{Cdrtools-Version}} &amp;amp;&amp;amp;&lt;br /&gt;
 install -v -D -m644 README* ABOUT doc/*.ps /usr/share/doc/cdrtools-{{Cdrtools-Version}}&lt;br /&gt;
&lt;br /&gt;
[[Category:CD/DVD Utilities]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=Firefox&amp;diff=19749</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="?title=Firefox&amp;diff=19749"/>
		<updated>2010-01-01T15:58:51Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://releases.mozilla.org/pub/mozilla.org/firefox/releases/{{Firefox-Version}}/source/firefox-{{Firefox-Version}}-source.tar.bz2&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.5.2/source/firefox-3.5.2-source.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Firefox is a stand-alone browser based on the Mozilla codebase.|http://www.mozilla.com/en-US/firefox/}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Gtk2]]&lt;br /&gt;
* [[libIDL]]&lt;br /&gt;
* [[Zip]]&lt;br /&gt;
=== Recommended ===&lt;br /&gt;
* [[NSS]] (on ppc, a separate nss is essential, the version shipped in firefox-3.0 does not build for this architecture)&lt;br /&gt;
* [[Curl]] (Required for Crash Reporter)&lt;br /&gt;
* [[XULRunner]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Hunspell]]&lt;br /&gt;
* [[Unzip]]&lt;br /&gt;
* [[libgnomeui]]&lt;br /&gt;
* [[OpenLDAP]]&lt;br /&gt;
&lt;br /&gt;
{{Mozilla-mozconfig-base|browser|firefox-{{Firefox-Version}}}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install&lt;br /&gt;
&lt;br /&gt;
=== 50-firefox.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for firefox with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-firefox.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-firefox.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/firefox-{{Firefox-Version}}/bin&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-firefox.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
The order that the builds are displayed on this page isn&#039;t neccesarily the order that you install them in. If you would like a 32bit browser but still require the 64bit libraries for other packages build the 32bit version last.&lt;br /&gt;
&lt;br /&gt;
Remember, Use a clean source and build directory for each build, Firefox is no exception.&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 32bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD32}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot;&lt;br /&gt;
 export USE_ARCH=32&lt;br /&gt;
 ac_add_options --host=$CLFS_TARGET32&lt;br /&gt;
 ac_add_options --build=$CLFS_TARGET32&lt;br /&gt;
 mk_add_options CONFIG_GUESS=$CLFS_TARGET32&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install&lt;br /&gt;
 mv -v /opt/firefox-{{Firefox-Version}}/bin/firefox{,-32}&lt;br /&gt;
&lt;br /&gt;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 32bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 ac_add_options --libdir=/opt/firefox-{{Firefox-Version}}/lib32&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILDN32}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILDN32}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATHN32}&amp;quot;&lt;br /&gt;
 export USE_ARCH=N32&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install&lt;br /&gt;
 mv -v /opt/firefox-{{Firefox-Version}}/bin/firefox{,-N32}&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 64bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 ac_add_options --libdir=/opt/firefox-{{Firefox-Version}}/lib64&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD64}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot;&lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install &amp;amp;&amp;amp;&lt;br /&gt;
 mv -v /opt/firefox-{{Firefox-Version}}/bin/firefox{,-64} &amp;amp;&amp;amp;&lt;br /&gt;
 ln -sfv firefox-64 /opt/firefox-{{Firefox-Version}}/bin/firefox &amp;amp;&amp;amp;&lt;br /&gt;
 cp /usr/bin/multiarch_wrapper /opt/firefox-{{Firefox-Version}}/bin&lt;br /&gt;
 ln -sf multiarch_wrapper /opt/firefox-{{Firefox-Version}}/bin/firefox&lt;br /&gt;
&lt;br /&gt;
=== 50-firefox.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for firefox with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-firefox.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-firefox.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/firefox-{{Firefox-Version}}/bin&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-firefox.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
=== Creating the Desktop File ===&lt;br /&gt;
&lt;br /&gt;
Since Firefox does not provide a desktop file by default below is an example one:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /usr/share/applications/firefox.desktop &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 [Desktop Entry]&lt;br /&gt;
 Encoding=UTF-8&lt;br /&gt;
 Name=Mozilla Firefox Browser&lt;br /&gt;
 Comment=Lightweight Browser Based on Mozilla&lt;br /&gt;
 Exec=firefox&lt;br /&gt;
 Icon=firefox.png&lt;br /&gt;
 Terminal=false&lt;br /&gt;
 Type=Application&lt;br /&gt;
 MimeType=text/html;&lt;br /&gt;
 Categories=Application;Network;&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Grab the Firefox pixmap from http://cross-lfs.org/~jciccone/firefox.png and put it in /usr/share/pixmaps.  If you built both a 32-bit and 64-bit version of Firefox, you can grab unofficial Firefox pixmaps that will help you keep track of which one you&#039;re launching from http://cross-lfs.org/~arowland/wiki_files/firefox.png for 32-bit and http://cross-lfs.org/~arowland/wiki_files/firefox-64.png for the 64-bit version.  These are useful for launchers on your panel.&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Directories:&lt;br /&gt;
|/opt/firefox-{{Firefox-Version}}/bin, /opt/firefox-{{Firefox-Version}}/include, /opt/firefox-{{Firefox-Version}}/lib, /opt/firefox-{{Firefox-Version}}/share&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|firefox, firefox-config&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|libappcomps.so, libauth.so, libautoconfig.so, libbrowsercomps.so, libbrowserdirprovider.so, libcaps.so, libchrome.so, libcommandlines.so, libcomposer.so, libcookie.so, libdocshell.so, libeditor.so, libembedcomponents.so, libfileview.so, libgfx_gtk.so, libgfxps.so, libgklayout.so, libgkplugin.so, libhtmlpars.so, libi18n.so, libimgicon.so, libimglib2.so, libjar50.so, libjsd.so, libmork.so, libmozfind.so, libmozgnome.so, libmozldap.so, libmyspell.so, libnecko.so, libnecko2.so, libnkgnomevfs.so, libnsappshell.so, liboji.so, libpermissions.so, libpipboot.so, libpipnss.so, libpippki.so, libpref.so, librdf.so, libremoteservice.so, libsearchservice.so, libspellchecker.so, libstoragecomps.so, libsystem-pref.so, libtoolkitcomps.so, libtransformiix.so, libtxmgr.so, libuconv.so, libucvmath.so, libuniversalchardet.so, libwebbrwsr.so, libwebsrvcs.so, libwidget_gtk2.so, libxmlextras.so, libxpcom_compat_c.so, libxpconnect.so, libxpinstall.so, libfreebl3.so, libgfxpsshar.so, libgkgfx.so, libgtkembedmoz.so, libgtkxtbin.so, libjsj.so, libldap50.so, libmozjs.so, libnspr4.so, libnss3.so, libnssckbi.so, libplc4.so, libplds4.so, libprldap50.so, libsmime3.so, libsoftokn3.so, libssl3.so, libxpcom.so, libxpcom_compat.so, libxpcom_core.so, libxpistub.so, libnullplugin.so, libunixprintplugin.so &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:GUI Clients]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=XULRunner&amp;diff=19748</id>
		<title>XULRunner</title>
		<link rel="alternate" type="text/html" href="?title=XULRunner&amp;diff=19748"/>
		<updated>2010-01-01T15:45:43Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Download Source:&lt;br /&gt;
| http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/{{XULRunner-Version}}/source/xulrunner-{{XULRunner-Version}}-source.tar.bz2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications that are as rich as Firefox and Thunderbird. It will provide mechanisms for installing, upgrading, and uninstalling these applications. XULRunner will also provide libxul, a solution which allows the embedding of Mozilla technologies in other projects and products.|https://developer.mozilla.org/en/XULRunner}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[Gtk2]]&lt;br /&gt;
* [[libIDL]]&lt;br /&gt;
* [[Zip]]&lt;br /&gt;
=== Recommended ===&lt;br /&gt;
* [[NSS]]&lt;br /&gt;
* [[Curl]] (Required for Crash Reporter)&lt;br /&gt;
* [[ALSA]]&lt;br /&gt;
=== Optional ===&lt;br /&gt;
* [[Unzip]]&lt;br /&gt;
* [[libgnomeui]]&lt;br /&gt;
&lt;br /&gt;
== Note ==&lt;br /&gt;
&lt;br /&gt;
Add &#039;ac_add_options --enable-application=xulrunner&#039; at the start of the .mozconfig to avoid the configure error&lt;br /&gt;
configure: error: --enable-APPLICATION=app is required and is not provided.&lt;br /&gt;
&lt;br /&gt;
{{Mozilla-mozconfig-base|xulrunner|xulrunner-{{XULRunner-Version}}}}&lt;br /&gt;
&lt;br /&gt;
== Non-Multilib ==&lt;br /&gt;
&lt;br /&gt;
Fix a handful of compilation errors with gcc4:&lt;br /&gt;
&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install&lt;br /&gt;
&lt;br /&gt;
=== 50-xulrunner.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for firefox with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-xulrunner.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-xulrunner.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/xulrunner-{{XULRunner-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH}${PKG_CONFIG_PATH+:}/opt/xulrunner-{{XULRunner-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-xulrunner.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Fix a handful of compilation errors with gcc4:&lt;br /&gt;
&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 32bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD32}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD32}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH32}&amp;quot;&lt;br /&gt;
 export USE_ARCH=32&lt;br /&gt;
 ac_add_options --host=$CLFS_TARGET32&lt;br /&gt;
 ac_add_options --build=$CLFS_TARGET32&lt;br /&gt;
 mk_add_options CONFIG_GUESS=$CLFS_TARGET32&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
==== x86 ====&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=x86 install&lt;br /&gt;
&lt;br /&gt;
==== ppc64 ====&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=powerpc build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk OS_TEST=ppc install&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Fix a handful of compilation errors with gcc4:&lt;br /&gt;
&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/common/linux/dump_symbols.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/exception_handler.cc &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &#039;1i\#include &amp;lt;stdio.h&amp;gt;&#039; toolkit/crashreporter/google-breakpad/src/client/linux/handler/minidump_generator.cc&lt;br /&gt;
&lt;br /&gt;
Use the following command to append your &#039;&#039;&#039;.mozconfig&#039;&#039;&#039; with 64bit specific flags:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt;&amp;gt; .mozconfig &amp;lt;&amp;lt; EOF&lt;br /&gt;
 ac_add_options --libdir=/opt/xulrunner-{{XULRunner-Version}}/lib64&lt;br /&gt;
 export CC=&amp;quot;gcc ${BUILD64}&amp;quot;&lt;br /&gt;
 export CXX=&amp;quot;g++ ${BUILD64}&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH=&amp;quot;${PKG_CONFIG_PATH64}&amp;quot;&lt;br /&gt;
 export USE_ARCH=64&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk build&lt;br /&gt;
&lt;br /&gt;
Install the package:&lt;br /&gt;
&lt;br /&gt;
 make -f client.mk install&lt;br /&gt;
&lt;br /&gt;
=== 50-xulrunner.sh ===&lt;br /&gt;
&lt;br /&gt;
If you&#039;re using the [[Bash Startup Files]] create an addition for firefox with the following commands, otherwise make sure the enviornment variables are set in your profile:&lt;br /&gt;
&lt;br /&gt;
 cat &amp;gt; /etc/profile.d/50-xulrunner.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;&lt;br /&gt;
 # Begin /etc/profile.d/50-xulrunner.sh&lt;br /&gt;
 &lt;br /&gt;
 export PATH=&amp;quot;${PATH}:/opt/xulrunner-{{XULRunner-Version}}/bin&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH32=&amp;quot;${PKG_CONFIG_PATH32}${PKG_CONFIG_PATH32+:}/opt/xulrunner-{{XULRunner-Version}}/lib/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATHN32=&amp;quot;${PKG_CONFIG_PATHN32}${PKG_CONFIG_PATHN32+:}/opt/xulrunner-{{XULRunner-Version}}/lib32/pkgconfig&amp;quot;&lt;br /&gt;
 export PKG_CONFIG_PATH64=&amp;quot;${PKG_CONFIG_PATH64}${PKG_CONFIG_PATH64+:}/opt/xulrunner-{{XULRunner-Version}}/lib64/pkgconfig&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 # End /etc/profile.d/50-xulrunner.sh&lt;br /&gt;
 EOF&lt;br /&gt;
&lt;br /&gt;
[[Category:GUI Clients]]&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=NVIDIA&amp;diff=7903</id>
		<title>NVIDIA</title>
		<link rel="alternate" type="text/html" href="?title=NVIDIA&amp;diff=7903"/>
		<updated>2007-02-23T08:14:20Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NVIDIA_Kernel Module.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download Source: http://www.nvidia.com/object/linux_display_amd64_1.0-9746.html&lt;br /&gt;
Download Pathces:&lt;br /&gt;
No patches required for this version.&lt;br /&gt;
&lt;br /&gt;
Dependancies: Linux Kernel Sources.&lt;br /&gt;
&lt;br /&gt;
Description:&lt;br /&gt;
    This is the NVIDIA&#039;s kernel module (driver) for x86_64 Unix System. &lt;br /&gt;
&lt;br /&gt;
Note: This package requires the kernel sources. If you have removed the kernel sources then I suggest that you build it again. No need for installtion though.( Don&#039;t forget to install the linux-headers package as well.) &lt;br /&gt;
&lt;br /&gt;
How to Install:&lt;br /&gt;
    Once you download the NVIDIA-kernel-1.0-9746.run file, from the&lt;br /&gt;
 command prompt issue the following:&lt;br /&gt;
    $ sh NVIDIA-kernel-1.0-9746&lt;br /&gt;
    The package will unpack and will (try to) run the nvidia-installer. &lt;br /&gt;
If it says that it can&#039;t find the file then do the following.&lt;br /&gt;
    $ sh NVIDIA-kernel-1.0-9746 -x    ; ie . extract only.&lt;br /&gt;
    This will extract the contents of the package.&lt;br /&gt;
    Then issue&lt;br /&gt;
    $ make SYSSRC=&amp;quot;path/to/kernel source&amp;quot; modules&lt;br /&gt;
    This will build the module for the kernel.&lt;br /&gt;
    Then issue&lt;br /&gt;
    $ make install&lt;br /&gt;
    This will install the module (nvidia_drv.so) in &lt;br /&gt;
/lib/modules/&amp;lt;kernel-version&amp;gt;/drivers/video.&lt;br /&gt;
    Reboot the system. &lt;br /&gt;
    Check the output of dmesg to verify the module is being loaded.&lt;br /&gt;
    It will read:&lt;br /&gt;
    Loading NVIDIA UNIX x86_64 Kernel Module 1.0-9746&lt;br /&gt;
    To use it in your X11 copy the so file in $XORG_PREFIX/lib/xorg/modules/drivers.&lt;br /&gt;
    Change the line Driver &amp;quot;nv&amp;quot; to Driver &amp;quot;nvidia&amp;quot; in your xorg.conf.new &lt;br /&gt;
or /etc/X11/xorg.conf. Also remove the lines Load dri, Load glcore from &lt;br /&gt;
the same.&lt;br /&gt;
    Test the X server with the&lt;br /&gt;
    $ X -config &amp;lt;your config file&amp;gt;&lt;br /&gt;
    You will see NVIDIA&#039;s logo and then the normal server screen.&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
	<entry>
		<id>?title=NVIDIA&amp;diff=7902</id>
		<title>NVIDIA</title>
		<link rel="alternate" type="text/html" href="?title=NVIDIA&amp;diff=7902"/>
		<updated>2007-02-23T08:11:48Z</updated>

		<summary type="html">&lt;p&gt;Jigslinx: New page: &amp;#039;&amp;#039;&amp;#039;NVIDIA_Kernel Module.&amp;#039;&amp;#039;&amp;#039;  Download Source: http://www.nvidia.com/object/linux_display_amd64_1.0-9746.html Download Pathces: No patches required for this version.  Dependancies: Linux Ke...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;NVIDIA_Kernel Module.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Download Source: http://www.nvidia.com/object/linux_display_amd64_1.0-9746.html&lt;br /&gt;
Download Pathces:&lt;br /&gt;
No patches required for this version.&lt;br /&gt;
&lt;br /&gt;
Dependancies: Linux Kernel Sources.&lt;br /&gt;
&lt;br /&gt;
Description:&lt;br /&gt;
    This is the NVIDIA&#039;s kernel module (driver) for x86_64 Unix System. &lt;br /&gt;
&lt;br /&gt;
Note: This package requires the kernel sources. If you have removed the kernel sources then I suggest that you build it again. No need for installtion though.( Don&#039;t forget to install the linux-headers package as well.) &lt;br /&gt;
&lt;br /&gt;
How to Install:&lt;br /&gt;
    Once you download the NVIDIA-kernel-1.0-9746.run file, from the command prompt issue the following:&lt;br /&gt;
    $ sh NVIDIA-kernel-1.0-9746&lt;br /&gt;
    The package will unpack and will (try to) run the nvidia-installer. If it says that it can&#039;t find the file then do the following.&lt;br /&gt;
    $ sh NVIDIA-kernel-1.0-9746 -x    ; ie . extract only.&lt;br /&gt;
    This will extract the contents of the package.&lt;br /&gt;
    Then issue&lt;br /&gt;
    $ make SYSSRC=&amp;quot;path/to/kernel source&amp;quot; modules&lt;br /&gt;
    This will build the module for the kernel.&lt;br /&gt;
    Then issue&lt;br /&gt;
    $ make install&lt;br /&gt;
    This will install the module (nvidia_drv.so) in /lib/modules/&amp;lt;kernel-version&amp;gt;/drivers/video.&lt;br /&gt;
    Reboot the system. &lt;br /&gt;
    Check the output of dmesg to verify the module is being loaded.&lt;br /&gt;
    It will read:&lt;br /&gt;
    Loading NVIDIA UNIX x86_64 Kernel Module 1.0-9746&lt;br /&gt;
    To use it in your X11 copy the so file in $XORG_PREFIX/lib/xorg/modules/drivers.&lt;br /&gt;
    Change the line Driver &amp;quot;nv&amp;quot; to Driver &amp;quot;nvidia&amp;quot; in your xorg.conf.new or /etc/X11/xorg.conf. Also remove the lines Load dri, Load glcore from the same.&lt;br /&gt;
    Test the X server with the&lt;br /&gt;
    $ X -config &amp;lt;your config file&amp;gt;&lt;br /&gt;
    You will see NVIDIA&#039;s logo and then the normal server screen.&lt;/div&gt;</summary>
		<author><name>Jigslinx</name></author>
	</entry>
</feed>