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

Re: make error on SuSE Linux 9.0 on AMD 64

From: Samuel Jones <sdj1517_at_direcway.com>
Date: 2004-05-31 22:23:17 CEST

On Monday 31 May 2004 11:58, Olaf Hering wrote:
> On Mon, May 31, Samuel Jones wrote:
> > I am trying to build Subversion 1.0.4 on SuSE Linux 9.0 on AMD 64.
> > I get this error:
> >
> > /usr/lib/libexpat.so: could not read symbols: Invalid operation
> > collect2: ld returned 1 exit status
> > make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
>
> This must be /usr/lib64 to grab the 64bit version. I assume you have all
> the required devel stuff installed. what configure options do you use?

I did:

   ./configure
   make

from the Subversion top level directory.

I have it working now. I downloaded the expat
source and did

     ./configure
     make
     make install # as root

Then redid the Subversion commands above with
swig disabled because I couldn't get it to compile
with swig enabed.

Subversion works now without swig. I assume
I don't need it. I don't know what else may have
broken in the process.

I made the assumption that configure would
figure out the 64-bit issues.

Is there a better way?

Will I need swig if I only use svn+ssh from the
command line? This is a client only installation.

Sam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 31 22:23:11 2004

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.