Gabriela Gibson wrote on Mon, Mar 04, 2013 at 19:13:52 +0000: > On 04/03/13 19:02, Daniel Shahaf wrote: >> ./serfmake --prefix=/usr/local/serf build check install > > Sorry, I should have mentioned that properly -- serf is installed at > this point. But I double checked, and for me, it is still broken. > > Btw, those instructions no longer work for the new serf, look: > > g@musashi:~/trunk6$ cd serf > g@musashi:~/trunk6/serf$ ./serfmake --prefix=/usr/local/serf build check > install > ERROR: exception: > ERROR: A configuration script was not found: apr-1-config
Do you use the system's apr (e.g., /usr/lib/libapr-1.so) or compile your own? If the former you should install the "apr-dev" (or similar) package, if the latter it appears you need to pass --with-apr to serf/serfmake (or serf/configure if you use that). Feel free to go through this on #svn-dev IRC if you prefer. Daniel