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

RE: Compiling Subversion on AIX

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 28 Apr 2010 15:31:06 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: dig1tal.cooper_at_gmail.com
> [mailto:dig1tal.cooper_at_gmail.com] On Behalf Of Robert Cooper
> Sent: 28 April 2010 15:23
> To: Giulio Troccoli; users_at_subversion.apache.org
> Subject: Re: Compiling Subversion on AIX
>
> Thanks for the help Giulio. Using that configure statement
> (with gcc):
> CC="gcc" LDFLAGS="-L/usr/local/lib" ./configure -C
> --disable-shared --without-ssl \
> --without-berkeley-db
> --prefix=/usr/local/svn--with-apr=/usr/local/apr
> --with-apr-util=/usr/local/apr-util \
> --without-apxs --without-serf --disable-nls
>
> helped me get to the make install but now I'm getting the
> following error:
> /usr/svn/subversion-1.6.11/build/install-sh -c -m 644
> ./subversion/svnsync/svnsync.1 /usr/local/svn/share/man/man1/svnsync.1
> /usr/svn/subversion-1.6.11/build/install-sh -c -m 644
> ./subversion/svnversion/svnversion.1
> /usr/local/svn/share/man/man1/svnver
> sion.1
> subversion/svnversion/svnversion . /repos/svn/trunk >
> /usr/local/svn/include/subversion-1/svn-revision.txt
> Could not load program
> /usr/svn/subversion-1.6.11/subversion/svnversion/.libs/lt-svnversion:
> Could not load module
> /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn
> _subr-1.so.
> Dependent module
> /usr/local/apr-util/lib/libexpat.a(libexpat.so.1) could not be loaded.
> Member libexpat.so.1 is not found in archive Could
> not load module lt-svnversion.
> Dependent module
> /usr/svn/subversion-1.6.11/subversion/libsvn_subr/.libs/libsvn
> _subr-1.so
> could not be loaded.
> Could not load module .
> make: The error code from the last command is 255.
> Stop.
>
>
> Any ideas on what might be stopping the install? expat?

Did you use my exact configure? Because that was just the last part of a process where I built other things manually, e.g. expat that in your case make can't find.

I was only suggesting to use CC, CFLAGS, etc. to specify another compiler and options.

G
Received on 2010-04-28 16:31:38 CEST

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.