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

Re: install problems on fc5

From: Ramanathan Muthaiah <rus.cahimb_at_gmail.com>
Date: 2007-01-31 19:02:06 CET

> Hi, I'm trying to install subversion-1.4.3 on a fedora core 5 system
> and getting the following warnings from libtool that leave the
> installation in a non-functional state.
>
> libtool: install: warning:
> `../../subversion/libsvn_client/libsvn_client-1.la' has not been
> installed in `/usr/local/lib'
>
> The full log from make install is included below. I've done exactly
> the following steps to build and install svn:
>
> $ ./configure
> $ make
> # make install (as root)
>
> ldd on the resulting /usr/local/bin/svn shows this:
>
> ldd /usr/local/bin/svn
> linux-gate.so.1 => (0x00aaa000)
> libsvn_client-1.so.0 => not found
> libsvn_wc-1.so.0 => not found
> libsvn_ra-1.so.0 => not found
> libsvn_diff-1.so.0 => not found
> libsvn_ra_local-1.so.0 => not found
> libsvn_repos-1.so.0 => not found
> libsvn_fs-1.so.0 => not found
> libsvn_fs_fs-1.so.0 => /usr/local/lib/libsvn_fs_fs-1.so.0 (0x00d67000)
> libsvn_fs_base-1.so.0 => /usr/local/lib/libsvn_fs_base-1.so.0
> (0x00fc4000)
> libsvn_ra_svn-1.so.0 => not found
> libsvn_ra_dav-1.so.0 => /usr/local/lib/libsvn_ra_dav-1.so.0 (0x00110000)
> libsvn_delta-1.so.0 => /usr/local/lib/libsvn_delta-1.so.0 (0x009c0000)
> libsvn_subr-1.so.0 => /usr/local/lib/libsvn_subr-1.so.0 (0x002b9000)
> libaprutil-1.so.0 => /usr/lib/libaprutil-1.so.0 (0x00e0c000)
> libcrypt.so.1 => /lib/libcrypt.so.1 (0x05b75000)
> libldap-2.3.so.0 => /usr/lib/libldap-2.3.so.0 (0x04750000)
> liblber-2.3.so.0 => /usr/lib/liblber-2.3.so.0 (0x04e5d000)
> libdb-4.3.so => /lib/libdb-4.3.so (0x05bb7000)
> libexpat.so.0 => /lib/libexpat.so.0 (0x00509000)
> libapr-1.so.0 => /usr/lib/libapr-1.so.0 (0x001a1000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x004cc000)
> libdl.so.2 => /lib/libdl.so.2 (0x00393000)
> libneon.so.25 => /usr/lib/libneon.so.25 (0x004e2000)
> libz.so.1 => /usr/lib/libz.so.1 (0x004b7000)
> libc.so.6 => /lib/libc.so.6 (0x0052a000)
> libuuid.so.1 => /lib/libuuid.so.1 (0x0037e000)
> libpq.so.4 => /usr/lib/libpq.so.4 (0x0012a000)
> libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x003af000)
> libresolv.so.2 => /lib/libresolv.so.2 (0x00dd7000)
> libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x04e23000)
> libssl.so.6 => /lib/libssl.so.6 (0x001d3000)
> libcrypto.so.6 => /lib/libcrypto.so.6 (0x049e2000)
> /lib/ld-linux.so.2 (0x0021a000)
> libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x0014b000)
> libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00235000)
> libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00164000)
> libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0x00189000)
> libcom_err.so.2 => /lib/libcom_err.so.2 (0x00d52000)
> libnsl.so.1 => /lib/libnsl.so.1 (0x00dbf000)
>
> Note that the various libraries are not found are the same as those
> that libtool is warning about in the log beow.
>
> I'm not on this list so please reply to me directly if you have any
> ideas as to how I might get this to work.

Just finished installing Subversion v1.4.3 on FC5 home system without
any errors / problems.

Infact, my system has multiple versions of SVN.

[ram@thinnai ~]$ ls -ld /opt/svn-1.4.*
drwxr-xr-x 7 root root 4096 Oct 27 02:39 /opt/svn-1.4.0
drwxr-xr-x 7 root root 4096 Jan 31 23:31 /opt/svn-1.4.3

[ram@thinnai ~]$ /opt/svn-1.4.3/bin/svn --version
svn, version 1.4.3 (r23084)
   compiled Jan 31 2007, 23:25:04

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

I installed v1.4.3 from sources in the same as yours i.e.

./configure
./make
./make install

but there is a catch here; all the above commands (configure, make,
make install) were run as "root".

And, I also find that the, ldd output from my system does not show any
abnormal things.

[ram@thinnai ~]$ ldd /opt/svn-1.4.3/bin/svn
        linux-gate.so.1 => (0x009a0000)
        libsvn_client-1.so.0 =>
/opt/svn-1.4.3/lib/libsvn_client-1.so.0 (0x00431000)
        libsvn_wc-1.so.0 => /opt/svn-1.4.3/lib/libsvn_wc-1.so.0 (0x00acb000)
        libsvn_ra-1.so.0 => /opt/svn-1.4.3/lib/libsvn_ra-1.so.0 (0x00b95000)
        libsvn_diff-1.so.0 => /opt/svn-1.4.3/lib/libsvn_diff-1.so.0 (0x00e31000)
        libsvn_ra_local-1.so.0 =>
/opt/svn-1.4.3/lib/libsvn_ra_local-1.so.0 (0x00ce3000)
        libsvn_repos-1.so.0 => /opt/svn-1.4.3/lib/libsvn_repos-1.so.0
(0x00dba000)
        libsvn_fs-1.so.0 => /opt/svn-1.4.3/lib/libsvn_fs-1.so.0 (0x00111000)
        libsvn_fs_fs-1.so.0 => /opt/svn-1.4.3/lib/libsvn_fs_fs-1.so.0
(0x00b1a000)
        libsvn_ra_svn-1.so.0 =>
/opt/svn-1.4.3/lib/libsvn_ra_svn-1.so.0 (0x00532000)
        libsvn_ra_dav-1.so.0 =>
/opt/svn-1.4.3/lib/libsvn_ra_dav-1.so.0 (0x00117000)
        libsvn_delta-1.so.0 => /opt/svn-1.4.3/lib/libsvn_delta-1.so.0
(0x00ed8000)
        libsvn_subr-1.so.0 => /opt/svn-1.4.3/lib/libsvn_subr-1.so.0 (0x008d0000)
        libaprutil-1.so.0 => /opt/http-2.2.3/lib/libaprutil-1.so.0 (0x0087a000)

Looks like, those missing libs are causing problems in your installation.

/Ram

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 31 19:02:38 2007

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.