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

Re: error making static version of svn

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-05 16:04:34 CET

mailing.lists@gmx.net writes:

> $ ldd ./svn
> ./svn: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ./svn)
> libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40018000)
> libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4001f000)
> libm.so.6 => /lib/libm.so.6 (0x40044000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x40067000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x40094000)
> libdl.so.2 => /lib/libdl.so.2 (0x400a8000)
> libz.so.1 => /lib/libz.so.1 (0x400ab000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x400ba000)
> libc.so.6 => /lib/libc.so.6 (0x400d0000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
>
> what to do, that i get a static version?

At the very least you need to do the following

> > To create a completely static binary you need to make sure that static
> > versions of all those libraries are available when you link it.

Do you have a static libc.a installed on the build machine? What
about all those other libraries?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 16:05:21 2003

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

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