[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Libucb linkage error; unable to build subversion 1.4.5 under Solaris 10 SunStudio 11

From: Skochinski Edward J Civ 412 RANS/ENRSP <Edward.Skochinski_at_edwards.af.mil>
Date: 2007-09-10 22:49:56 CEST

OS: Solaris 10 11/06, 64-bit, from the DVD
Compilers: SunStudio 11, typical install from the DVD
Subversion 1.4.5 + subversion-deps 1.4.5
LD_LIBRARY_PATH is not set.

When I perform
        ./configure
        make
I receive warnings:

        configure: WARNING: netinet/sctp.h: present but cannot be
compiled
        ld: warning: file
../../../subversion/libsvn_subr/.libs/libsvn_subr-1.so linked to
...libsvn_subr-1.so attempted multiple inclusion of file
        ld: warning: file libucb.so.1 required by
..libsvn_(subr-1,delta-1,test-1,...).so, not found

Attempting to execute
        subversion/svnadmin/svnadmin create /tmp/svnrepos
yields
        ld.so.1: svnadmin: fatal: libucb.so.1: open failed: No such file
or directory
..it's as if the configure script is not telling the Makefiles to
specify "-R/usr/ucblib", or the compiler/loader does not expect to
satisfy against /usr/ucblib.

On a Solaris 9, Forte Developer 7, again with LD_LIBRARY_PATH not set,
the build succeeds.

Why does my Solaris 10/SunStudio 11 build fail?

Ed Skochinski, electronics engineer YD-2
412 RANS/ENRS
118 East Jones Road, Bldg 145
Edwards AFB, CA 93524
edward.skochinski@edwards.af.mil
661.275.0259
Received on Mon Sep 10 22:46:46 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.