Hi,
Here a procedure to install fsvs on Centos 5

$ yum install subversion subversion-devel ctags apr apr-devel apr-util
apr-util-devel gdbm gdbm-devel pcre pcre-devel gcc

$ cd /usr/src/

$ wget http://fsvs.tigris.org/files/documents/3133/39975/fsvs-1.1.10.tar.bz2

$ tar -jxvf fsvs-1.1.10.tar.bz2

$ cd fsvs-1.1.10

due to a change in apr
http://svn.apache.org/viewvc/apr/apr/trunk/apr-config.in?r1=64930&r2=65293&diff_format=h
we have to make a little change

(patch is attached file)
$ patch -p0 < patch

or

$ vim +2904 configure

and change "if APR=`apr-config --includedir`"
with "if APR=`apr-1-config --includedir`"

$ ./configure

$ make

$ cp fsvs /usr/bin/

$ fsvs -V
FSVS (licensed under the GPLv2), (C) by Ph. Marek; version fsvs-1.1.10:1124

Best Regards

-- 
Yann.

Attachment: patch
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to