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

BUG: Error in the INSTALL doc

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2002-04-16 06:41:34 CEST

Hi!

less -N INSTALL (r. 1721)

   329 Unpack it, and use the standard GNU procedure to compile:
   330
   331 $ ./configure --enable-maintainer-mode --disable-shared
   332 $ make
   333
   334 (The first switch to ./configure turns on debugging, and the
   335 second switch builds a statically-linked client binary.)

However, this produce dynamically linked binary, when there are
subversion's libraries statically linked inside of it.

Strickly speaking, this kind of binary isn't statically linked client
binary.

root @ eowyn 87 # ldd subversion/clients/cmdline/svn
    libm.so.6 => /lib/libm.so.6 (0x40022000)
    libz.so.1 => /usr/lib/libz.so.1 (0x40044000)
    libdb-4.0.so => /usr/lib/libdb-4.0.so (0x40053000)
    libneon.so.19 => /opt/neon/neon-0.19.3/lib/libneon.so.19 (0x400db000)
    libxml2.so.2 => /opt/libxml2/libxml2-2.4.10/lib/libxml2.so.2 (0x401a5000)
    libapr.so.0 => /opt/apache/httpd-20020416-043130/lib/libapr.so.0 (0x40240000)
    libcrypt.so.1 => /lib/libcrypt.so.1 (0x4025d000)
    libnsl.so.1 => /lib/libnsl.so.1 (0x4028a000)
    libdl.so.2 => /lib/libdl.so.2 (0x402a0000)
    libpthread.so.0 => /lib/libpthread.so.0 (0x402a4000)
    libc.so.6 => /lib/libc.so.6 (0x402ba000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

vs.

root @ eowyn 88 # ldd /bin/ash.static
        not a dynamic executable

These could be really misleading, because I would count at least libs:
libneon and libapr to things that I will wipe off if I like made
really really clean subversion building. => BANG, the svn will not work
anymore!

IMHO, INSTALL-doc or linking need fixing.

BR, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 16 06:42:23 2002

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.