On 01/07/2011 06:54 AM, Ben Kim wrote:
Hi,
I run CentOS 5, 2.6.18-128.el5. I'm seeing
$ svn commit index.epl
svn: Commit failed (details follow):
svn: OPTIONS of 'https://...': could not connect to server
I looked for an answer high and low, but couldn't find a way to fix it.
Can anyone offer
On Mon, Jan 17, 2011 at 7:22 AM, Daniel Shahaf wrote:
> Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000:
> > After investigation, it seems that the path for LIBTOOL was defined
> > incorrectly. I had to change apr-util/build/rules.mk:38 from:
> >
> > LIBTOOL=$(SHELL) $(top_builddir
Daniel Becroft wrote on Sat, Jan 15, 2011 at 08:45:31 +1000:
> After investigation, it seems that the path for LIBTOOL was defined
> incorrectly. I had to change apr-util/build/rules.mk:38 from:
>
> LIBTOOL=$(SHELL) $(top_builddir)/libtool
> to
> LIBTOOL=$(SHELL) $(apr_builddir)/libtool
>