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

Re: 32bit version of svn client on a 64bit suse10 : /usr/lib64/libexpat.so: could not read symbols: File in wrong format

From: Andreas Schweigstill <andreas_at_schweigstill.de>
Date: Wed, 05 Nov 2008 15:26:20 +0100

Hello!

f rom schrieb:
> I need to build a 32bit version of svn client on a 64bit suse10 for deployment on an embedded 32 bit suse derived os.

In order to compile 32bit applications on 64bit Linux systems you have
to use a 32bit shell. Such a shell can eithe be started from KDE or
with the linux32 command.

aschweig_at_bouvier:~> uname -a
Linux bouvier 2.6.25.16-0.1-xen #1 SMP 2008-08-21 00:34:25 +0200 x86_64
x86_64 x86_64 GNU/Linux
aschweig_at_bouvier:~> linux32 uname -a
Linux bouvier 2.6.25.16-0.1-xen #1 SMP 2008-08-21 00:34:25 +0200 i686
i686 i386 GNU/Linux
aschweig_at_bouvier:~> linux32 bash
aschweig_at_bouvier:~> uname -a
Linux bouvier 2.6.25.16-0.1-xen #1 SMP 2008-08-21 00:34:25 +0200 i686
i686 i386 GNU/Linux

But one important WARNING: Never start yast or you from a 32bit shell
because this can corrupt your whole Linux installation due to a bug
in libzypp! ( https://bugzilla.novell.com/show_bug.cgi?id=435538 )

With best regards
Andreas Schweigstill

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstraße 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-05 15:26:50 CET

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.