Worley, Chris B wrote:
The fsvs README says just run "make" (after cd'ing to src). That didn't
work, so I ran "./configure"... same issues... can't find header files.
It looks like I need to hook it into the subversion source tree, so I
tried some CFLAGS w/ "-I" to subversion directories... still no joy.
Any ideas?
This is an RHEL4U4 distro. Subversion built and installed w/o error.
Looks like you're missing some packages. Here's the note from my blog
about installing on CentOS5 - I'd assume that it will (mostly) apply to
RHEL4.
In order for the install to succeed, you must have installed the
"subversion", "subversion-devel" "apr", "apr-devel", "gcc" and "ctags"
packages. Two others that you need are "gdbm" and "pcre" (and the
associated developer packages). There may be other dependencies that
will also be installed that are required by those packages. The
following command worked for me on CentOS5:
# yum install subversion subversion-devel ctags apr apr-devel gcc gdbm
gdbm-devel pcre pcre-devel
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]