Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Thanh, Here is what I did to successfully compile on a RHEL5 server. I actually used the sources+diffs from Ubuntu. Try the command sequence below. I have a functioning CVSNT on RHEL5 server. I use the "pserver" or "ssh/ext" protocols. The other protocols will require installing the library dependencies from your distribution. You can find CentOS 5 packages at [http://isoredirect.centos.org/centos/5/]. ***** INSTRUCTIONS ***** CVSNT 2.5.03.2382-3 (From Ubuntu) [1]http://archive.ubuntu.com/ubuntu/pool/universe/c/cvsnt/cvsnt_2.5.03.2382.orig.tar.gz [2]http://archive.ubuntu.com/ubuntu/pool/universe/c/cvsnt/cvsnt_2.5.03.2382-3.diff.gz [3]http://changelogs.ubuntu.com/changelogs/pool/universe/c/cvsnt/cvsnt_2.5.03.2382-3/changelog [4]http://changelogs.ubuntu.com/changelogs/pool/universe/c/cvsnt/cvsnt_2.5.03.2382-3/cvsnt.copyright These updates are managed by Ubuntu's supported package distrubtion. [COMMAND SEQUENCE] [root at localhost ~]# rpm -e cvs [root at localhost ~]# cd /usr/src [root at localhost src]# mkdir cvsnt [root at localhost src]# cd cvsnt [root at localhost cvsnt]# wget http://archive.ubuntu.com/ubuntu/pool/universe/c/cvsnt/cvsnt_2.5.03.2382.orig.tar.gz [root at localhost cvsnt]# wget http://archive.ubuntu.com/ubuntu/pool/universe/c/cvsnt/cvsnt_2.5.03.2382-3.diff.gz [root at localhost cvsnt]# wget http://www.cvsnt.org/files/InstallationLinux/attachments/cvslockd.txt [root at localhost cvsnt]# gunzip cvsnt_2.5.03.2382-3.diff.gz [root at localhost cvsnt]# tar zxf cvsnt_2.5.03.2382.orig.tar.gz [root at localhost cvsnt]# cd cvsnt-2.5.03.2382 [root at localhost cvsnt-2.5.03.2382]# patch -p1 < ../cvsnt_2.5.03.2382-3.diff [root at localhost cvsnt-2.5.03.2382]# ./configure --sysconfdir=/etc --enable-rcs --enable-fork [root at localhost cvsnt-2.5.03.2382]# make [root at localhost cvsnt-2.5.03.2382]# make install Derald D. Woods [Ecclesiastes 12:13] "...: Fear God, and keep his commandments: for this is the whole duty of man." -----Original Message----- My OS is CentOS 5.0 -RedHat-(Linux). I can't install cvsnt. i had download cvsnt-2.5.03.2704.tar.gz. Then i Extract it to Root with folder name: cvsnt. I type command, but i has error. [root at pc8 cvsnt]# ./configure $CC is not defined so try gcc -o version_check ./src/version_check.c ./configure: line 2079: gcc: command not found Cannot build version_check! Then I download cvsnt-2.5.03.2382-rh9-rpm.tar.gz. When i extract it. it has some *.rpm. cvsnt-2.5.03.2382-1.i386.rpm cvsnt-database-mysql-2.5.03.2382-1.i386.rpm cvsnt-database-odbc-2.5.03.2382-1.i386.rpm cvsnt-database-sqlite-2.5.03.2382-1.i386.rpm cvsnt-protocol-gserver-2.5.03.2382-1.i386.rpm cvsnt-protocol-sserver-2.5.03.2382-1.i386.rpm I use follow command to install CVSNT, but it has error. [root at pc8 cvsnt-2.5.03.2382-rh9-rpm.tar.gz_FILES]# rpm -ihv cvsn*.rpm error: Failed dependencies: libmysqlclient.so.10 is needed by cvsnt-database-mysql-2.5.03.2382-1.i386 libcom_err.so.3 is needed by cvsnt-protocol-gserver-2.5.03.2382-1.i386 libcrypto.so.4 is needed by cvsnt-protocol-sserver-2.5.03.2382-1.i386 libssl.so.4 is needed by cvsnt-protocol-sserver-2.5.03.2382-1.i386 Please give me some suggest about install and using CVSNT! Thank you very much! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com