On Mon, Mar 4, 2013 at 2:33 PM, Gabriela Gibson <gabriela.gib...@gmail.com> wrote: > I tried yesterday without any option, and serf isn't tested for.
I think you're mistaken here. Serf is always tested for with the pkg-config method since September. > I've also tried the --with-serf=yes suggestion: > g@musashi:~/trunk3$ ./configure --with-serf=yes --enable-maintainer-mode > This failed (as in configure warned that serf hadn't been found). Right, not surprised, /usr/local/serf/lib/pkgconfig is not one of the paths that pkg-config looks in. > I've further tried with the variable: > export PKG_CONFIG_PATH=/usr/local/serf/lib/pkgconfig > ./configure --with-serf=yes --enable-maintainer-mode > and this succeeds. I think you'll find that it'll work properly even if you remove the --with-serf=yes here.