|
From: | Brian Murphy |
Subject: | Re: How-to apply the CVS patch. |
Date: | Thu, 26 Jun 2003 23:03:33 +0200 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030529 |
Pephirom, Sack wrote:
I'm a newbie to Linux. I'm using SuSE 8.2 and trying to get CVS to work with PAM so users can get authenticated from a NT domain. Do you have any instructions on how to apply the CVS patch? Thanks, Sack Pephirom A+, Network+, MCP Network Administrator GuideOne Insurance
You probably wanted more concrete instructions than I gave you last time. So here goes: download cvs-1.11.6.tar.bz2 place the patch in /tmp/cvs-pam.patch run the following commands: tar -xjvf cvs-1.11.6.tar.bz2 cd cvs-1.11.6 patch -p0 < /tmp/cvs-pam.patch autoheader autoconf ./configure --enable-pam make make install To do this you need the PAM development libraries and gnu automake in addition to the usual build tools (make, gcc, binutils). /Brian
[Prev in Thread] | Current Thread | [Next in Thread] |