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

RE: 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-14 01:52:07 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

I solved the libucb.so.1 problem. The solution is nearly stated in the
problem...

        ./configure LDFLAGS=-R/usr/ucblib

The sctp.h and multiple inclusions remain a mystery, but the product
seems to work.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 14 01:49:37 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.