On Thu, Sep 29, 2016 at 04:59:27PM +0000, Campbell, Steve wrote:
> Hi,
>
> Running svnserve always results in a segmentation fault under Solaris 10 i386, even if
just called with '--help'.
>
> Compile string:
> ./configure --prefix=/usr/local--with-apr=/usr/local/bin/apr-1-config --with-apr-util=/usr/local/bin/apu-1-config
>
> I'm using the latest UnixPackages SMCapr 1.5.2 & SMCaprutil 1.5.4 to provide the
apr & apr-util libs.
>
> Workaround:
> Adding the ' --enable-all-static' configure flag resolves this.
>
> Steve Campbell
Sounds like the dynamically linked version pulls in a different set
of libraries than it was compiled with. You probably have multiple
copies of APR, sqlite, or something else, on your system.
|