SUMMARY: Subversion server help

2007-12-25 3:20:00

I would like to extend my thanks to Chris Pinnock who helped with this
issue.

Thanks,
Jamie

Do a "make distclean" to remove any cruft or untar the sources again.

./configure --with-berkeley-db=/usr/local

or
./configure --with-berkeley-db=/usr/local/include:/usr/local/lib

./configure --with-berkeley-db

will search in some standard places.

Also, you make need the runtime library path setup correctly so that the
libraries are found at runtime. this can be done in several ways, but
probably the easiest is to use the crle command.

e.g. crle -u -l /usr/local/lib (IIRC)

Comments

Got something to say?

You must be logged in to post a comment.