<?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=Sjs205</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=Sjs205"/>
	<link rel="alternate" type="text/html" href="https://cblfs.clfs.org/Special:Contributions/Sjs205"/>
	<updated>2026-04-26T03:19:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>?title=LCDproc&amp;diff=20942</id>
		<title>LCDproc</title>
		<link rel="alternate" type="text/html" href="?title=LCDproc&amp;diff=20942"/>
		<updated>2010-12-27T16:00:06Z</updated>

		<summary type="html">&lt;p&gt;Sjs205: Added --sysconfdir=/etc in configure options; Added note to --disable-ethlcd option.&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/lcdproc/files/lcdproc/0.5.3/lcdproc-0.5.3.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|LCDproc is a package that allows real-time system information from your Linux box to be displayed on an external LCD screen. Many LCD devices are supported, as are many clients that allow you to display details such as CPU load, system up-time, system load, memory usage, the list goes on... |http://lcdproc.org}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional (For USB LCD support) ===&lt;br /&gt;
* [[libusb]]&lt;br /&gt;
&lt;br /&gt;
=== Optional (For the Lis driver) ===&lt;br /&gt;
* [[libftdi]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-drivers=&amp;lt;list&amp;gt;:&#039;&#039; &amp;lt;list&amp;gt; is a commer seperated list of LCD drivers to include in build, &#039;all&#039; enables all drivers. Alternativly select drivers from the following: bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65, EyeboxOne, g15, glcdlib, glk, hd44780, i2500vfd, icp_a106, imon, imonlcd, IOWarrior, irman, irtrans, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931, mtc_s16209x, MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli, stv5730, svga, t6963, text, tyan, ula200, xosd&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-testmenus:&#039;&#039; This option enables server test menus.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-stat-nfs:&#039;&#039; This option allows stats from NFS filesystem to be displayed in lcdproc client&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-stat-smbfs:&#039;&#039; This option allows stats from SMBFS filesystem to be displayed in lcdproc client&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-libusb:&#039;&#039; This option disables support for libusb if USB is not required.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-libftdi:&#039;&#039; This option disables support for FTDI chips if not required.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-ethlcd:&#039;&#039; This option disables support for an ethernet LCD device if not required - NOTE: The hd44780 driver requires this support even if an ethernet LCD device is not installed. &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 --sysconfdir=/etc --enable-drivers=all \&lt;br /&gt;
  --enable-permissive-menu-goto --enable-lcdproc-menus &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the whole package or choose to install either the server or client:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 make install-server&lt;br /&gt;
&lt;br /&gt;
 make install-client&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This package does not provide any libraries or other ABI-specific information so only one installation is required.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; ./configure --prefix=/usr --sysconfdir=/etc  --libdir=/usr/lib64 \&lt;br /&gt;
  --enable-drivers=all --enable-permissive-menu-goto  --enable-lcdproc-menus &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the whole package or choose to install either the server or client:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 make install-server&lt;br /&gt;
&lt;br /&gt;
 make install-client&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
There are two main configuration files that will need to be edited, &#039;/etc/LCDd.conf&#039; is the server configuration file that contains details regarding the driver to use and the connection to the device. The main section in this file is the &#039;[server]&#039; section where we select the driver to use and the driver sections are where we edit the specified drivers options such as connection, and LCD size etc. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We also have the &#039;/etc/lcdproc.conf&#039; client configuration file that allows us to edit the settings of the client including server address, port, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These files are very clearly laid out so there should be no problems editing them with your favorite text editor, such as vim:&lt;br /&gt;
&lt;br /&gt;
 vim /etc/LCDd.conf&lt;br /&gt;
&lt;br /&gt;
 vim /etc/lcdproc.conf&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;
|/path/to/dir&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|LCDd, lcdproc, lcdexec, lcdvc&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;
!LCDd&lt;br /&gt;
|is the LCDproc server daemon.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdproc &lt;br /&gt;
|is a client for LCDd that displays system status information on the connected LCD.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdexec&lt;br /&gt;
|is another LCDproc client that allows commands to be executed from the LCDd menu.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdvc&lt;br /&gt;
|is a virtual LCDproc display that can be run from within a shell.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Sjs205</name></author>
	</entry>
	<entry>
		<id>?title=LCDproc&amp;diff=20937</id>
		<title>LCDproc</title>
		<link rel="alternate" type="text/html" href="?title=LCDproc&amp;diff=20937"/>
		<updated>2010-12-21T05:38:22Z</updated>

		<summary type="html">&lt;p&gt;Sjs205: 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/lcdproc/files/lcdproc/0.5.3/lcdproc-0.5.3.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|LCDproc is a package that allows real-time system information from your Linux box to be displayed on an external LCD screen. Many LCD devices are supported, as are many clients that allow you to display details such as CPU load, system up-time, system load, memory usage, the list goes on... |http://lcdproc.org}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Optional (For USB LCD support) ===&lt;br /&gt;
* [[libusb]]&lt;br /&gt;
&lt;br /&gt;
=== Optional (For the Lis driver) ===&lt;br /&gt;
* [[libftdi]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-drivers=&amp;lt;list&amp;gt;:&#039;&#039; &amp;lt;list&amp;gt; is a commer seperated list of LCD drivers to include in build, &#039;all&#039; enables all drivers. Alternativly select drivers from the following: bayrad, CFontz, CFontz633, CFontzPacket, curses, CwLnx, ea65, EyeboxOne, g15, glcdlib, glk, hd44780, i2500vfd, icp_a106, imon, imonlcd, IOWarrior, irman, irtrans, joy, lb216, lcdm001, lcterm, lirc, lis, MD8800, ms6931, mtc_s16209x, MtxOrb, mx5000, NoritakeVFD, picolcd, pyramid, sed1330, sed1520, serialPOS, serialVFD, shuttleVFD, sli, stv5730, svga, t6963, text, tyan, ula200, xosd&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-testmenus:&#039;&#039; This option enables server test menus.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-stat-nfs:&#039;&#039; This option allows stats from NFS filesystem to be displayed in lcdproc client&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-stat-smbfs:&#039;&#039; This option allows stats from SMBFS filesystem to be displayed in lcdproc client&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-libusb:&#039;&#039; This option disables support for libusb if USB is not required.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-libftdi:&#039;&#039; This option disables support for FTDI chips if not required.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-ethlcd:&#039;&#039; This option disables support for an eithernet LCD device if not required.&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 --enable-drivers=all \&lt;br /&gt;
  --enable-permissive-menu-goto --enable-lcdproc-menus &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the whole package or choose to install either the server or client:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 make install-server&lt;br /&gt;
&lt;br /&gt;
 make install-client&lt;br /&gt;
&lt;br /&gt;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This package does not provide any libraries or other ABI-specific information so only one installation is required.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; ./configure --prefix=/usr --libdir=/usr/lib64 \&lt;br /&gt;
  --enable-drivers=all --enable-permissive-menu-goto  --enable-lcdproc-menus &amp;amp;&amp;amp;&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
Install the whole package or choose to install either the server or client:&lt;br /&gt;
&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
 make install-server&lt;br /&gt;
&lt;br /&gt;
 make install-client&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
There are two main configuration files that will need to be edited, &#039;/etc/LCDd.conf&#039; is the server configuration file that contains details regarding the driver to use and the connection to the device. The main section in this file is the &#039;[server]&#039; section where we select the driver to use and the driver sections are where we edit the specified drivers options such as connection, and LCD size etc. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We also have the &#039;/etc/lcdproc.conf&#039; client configuration file that allows us to edit the settings of the client including server address, port, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
These files are very clearly laid out so there should be no problems editing them with your favorite text editor, such as vim:&lt;br /&gt;
&lt;br /&gt;
 vim /etc/LCDd.conf&lt;br /&gt;
&lt;br /&gt;
 vim /etc/lcdproc.conf&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;
|/path/to/dir&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|LCDd, lcdproc, lcdexec, lcdvc&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;
!LCDd&lt;br /&gt;
|is the LCDproc server daemon.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdproc &lt;br /&gt;
|is a client for LCDd that displays system status information on the connected LCD.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdexec&lt;br /&gt;
|is another LCDproc client that allows commands to be executed from the LCDd menu.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!lcdvc&lt;br /&gt;
|is a virtual LCDproc display that can be run from within a shell.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:General Utilities]]&lt;/div&gt;</summary>
		<author><name>Sjs205</name></author>
	</entry>
	<entry>
		<id>?title=Libftdi&amp;diff=20936</id>
		<title>Libftdi</title>
		<link rel="alternate" type="text/html" href="?title=Libftdi&amp;diff=20936"/>
		<updated>2010-12-20T22:43:04Z</updated>

		<summary type="html">&lt;p&gt;Sjs205: Created page with &amp;#039;{| style=&amp;quot;text-align: left; background-color: AliceBlue;&amp;quot; |- !Download Source: | http://www.intra2net.com/en/developer/libftdi/download/libftdi-0.18.tar.gz |}  ----  {{Package-In…&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://www.intra2net.com/en/developer/libftdi/download/libftdi-0.18.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|Library to add support for devices using FTDI&#039;s FT232BM, FT245BM and FT2232C type chips. |http://www.intra2net.com/en/developer/libftdi/index.php}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
&lt;br /&gt;
* [[libusb]]&lt;br /&gt;
&lt;br /&gt;
== Configuration Information ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;This section can contain options that you may want to include when configuring the package, but should be left as a choice.  However, don&#039;t just reproduce the output of ./configure --help; be judicious in your selection.  If there are no configuration options that warrant discussion, omit this section.&amp;lt;/font&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--enable-someoption:&#039;&#039; brief description of the non-default functionality provided by someoption.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--disable-someotheroption:&#039;&#039; brief description of the default functionality removed by disabling someotheroption.&lt;br /&gt;
|-&lt;br /&gt;
|&#039;&#039;--with-somepackage=DIR:&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;Generally speaking, CBLFS packages are installed in the /usr hierarchy although there are some exceptions.  Even if you passed --prefix=/home/fubar/stuff/CBLFS/is/really/awesome/some/package/version/5.0/hope/this/works to the configure script, please use --prefix=/usr for the wiki.  Thanks.  Also, the instructions presume that the source package has been retrieved to the local machine, unpacked, and you have cd&#039;d to the top of the source tree.  Generally, we don&#039;t need those instructions unless there is something very unique about the process for the package you are adding.&amp;lt;/font&amp;gt;&#039;&#039;&#039;&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;
== Multilib ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;If appropriate, add this line and only include the 64-bit instructions:&amp;lt;/font&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;This package does not provide any libraries or other ABI-specific information so only one installation is required.&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;If package documentation is not installed by the &#039;make install&#039; step, only include the commands to install the documentation in the 64-bit section.&amp;lt;/font&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== 32Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; ./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;
=== N32 ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; ./configure --prefix=/usr \&lt;br /&gt;
     --libdir=/usr/lib32 &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;
=== 64Bit ===&lt;br /&gt;
&lt;br /&gt;
Compile the package:&lt;br /&gt;
&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; ./configure --prefix=/usr \&lt;br /&gt;
     --libdir=/usr/lib64 &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;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;This section should contain information about the post-installation configuration of a package, bootscript(s), other files, creating directories.  Omit this section if there is no post-installation configuration required.&amp;lt;/font&amp;gt;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Contents ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;You can find an application [[User:Weibullguy|here]] that can be used to make creating this table reasonably pain free.&amp;lt;/font&amp;gt;&#039;&#039;&#039;&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;
|/path/to/dir&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Programs:&lt;br /&gt;
|Program 1, Program 2&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Installed Libraries:&lt;br /&gt;
|library1.{a,so}, library2.{a,so}&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;
!Program 1&lt;br /&gt;
|is a program that converts pennies to dollars.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!Program 2&lt;br /&gt;
|is a program that converts dollars to pennies.&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
!library1.{so,a}&lt;br /&gt;
|is a library that contains functions necessary to convert from dollars to pennies and vice versa.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:&amp;lt;PUT APPROPRIATE CATEGORY HERE&amp;gt;]] &#039;&#039;&#039;&amp;lt;font style=&amp;quot;color: green&amp;quot;&amp;gt;See http://cblfs.cross-lfs.org/index.php/Special:Categories for a list of categories.  Likely your package will fit in one of the existing categories.  If not, and think long and hard about it, create a new category.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Sjs205</name></author>
	</entry>
	<entry>
		<id>?title=Pam-krb5&amp;diff=20934</id>
		<title>Pam-krb5</title>
		<link rel="alternate" type="text/html" href="?title=Pam-krb5&amp;diff=20934"/>
		<updated>2010-12-17T14:49:17Z</updated>

		<summary type="html">&lt;p&gt;Sjs205: &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://archives.eyrie.org/software/ARCHIVE/pam-krb5/pam-krb5-{{Pam-krb5-Version}}.tar.gz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{Package-Introduction|pam-krb5 provides a Kerberos v5 PAM module that supports authentication, user ticket cache handling, simple authorization (via .k5login or checking Kerberos principals against local usernames), and password changing. It can be configured through either options in the PAM configuration itself or through entries in the system krb5.conf file, and it tries to work around PAM implementation flaws in commonly-used PAM-enabled applications such as OpenSSH and xdm.|http://www.eyrie.org/~eagle/software/pam-krb5/}}&lt;br /&gt;
&lt;br /&gt;
== Dependencies ==&lt;br /&gt;
&lt;br /&gt;
=== Required ===&lt;br /&gt;
* [[PAM Library]]&lt;br /&gt;
* [[MIT krb5]] or [[Heimdal]]&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/PAM_PREM_DENIED/PAM_IGNORE/&amp;quot; api-password.c &amp;amp;&amp;amp;&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/lib &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;
 chmod -v 755 /lib/security/pam_krb5.so&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/PAM_PREM_DENIED/PAM_IGNORE/&amp;quot; api-password.c &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD32}&amp;quot; USE_ARCH=32 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/lib &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;
 chmod -v 755 /lib/security/pam_krb5.so&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/PAM_PREM_DENIED/PAM_IGNORE/&amp;quot; api-password.c &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILDN32}&amp;quot; USE_ARCH=n32 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/lib32 &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;
 chmod -v 755 /lib32/security/pam_krb5.so&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/PAM_PREM_DENIED/PAM_IGNORE/&amp;quot; api-password.c &amp;amp;&amp;amp;&lt;br /&gt;
 CC=&amp;quot;gcc ${BUILD64}&amp;quot; USE_ARCH=64 \&lt;br /&gt;
 ./configure --prefix=/usr --libdir=/lib64 &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;
 chmod -v 755 /lib64/security/pam_krb5.so&lt;br /&gt;
&lt;br /&gt;
== Configuring ==&lt;br /&gt;
&lt;br /&gt;
If you want to authenticate passwords against Kerberos add pam_krb5.so to the pam system-auth file. The following commands insert pam_krb5.so after pam_unix.so in /etc/pam.d/system-auth:&lt;br /&gt;
&lt;br /&gt;
 sed -i &amp;quot;/auth.*pam_unix.so/a\auth       sufficient   pam_krb5.so try_first_pass&amp;quot; /etc/pam.d/system-auth &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &amp;quot;/account.*pam_unix.so/a\account    required     pam_krb5.so&amp;quot; /etc/pam.d/system-auth &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &amp;quot;/password.*pam_unix.so/a\password   sufficient   pam_krb5.so&amp;quot; /etc/pam.d/system-auth &amp;amp;&amp;amp;&lt;br /&gt;
 sed -i &amp;quot;/session.*pam_unix.so/a\session    sufficient   pam_krb5.so&amp;quot; /etc/pam.d/system-auth&lt;/div&gt;</summary>
		<author><name>Sjs205</name></author>
	</entry>
</feed>