Trouble compiling using "--with-serf=/home/myUserName/local"
From: Schuh, Michael (ARC-AA) <michael.schuh_at_nasa.gov>
Date: Mon, 22 Jul 2013 19:31:30 -0500
I am having trouble compiling subversion 1.8.0 using "--with-serf=/home/myUserName/local".
Serf is installed in /home/myUserName/local. The serf files with serf in their name are:
/home/myUserName/local/include/serf-1
The subversion configure finds the serf.h file so I have the path correct. It is complaining about "serf_context_create in -lserf-1" and dies.
./configure --prefix=/home/myUserName/local --with-serf=/home/myUserName/local/
(bunch of output deleted)
checking for inttypes.h... yes
An appropriate version of serf could not be found, so libsvn_ra_serf
configure: error: Serf was explicitly enabled but an appropriate version was not found.
I compiled and installed serf with:
wget https://serf.googlecode.com/files/serf-1.2.1.tar.bz2
It looks to me like things are set up properly. What is the "serf_context_create in -lserf-1" check all about and what must I do to satisfy this check?
Thanks,
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.