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

subversion 1.1.3 build & install problems

From: Wrona, Dan \(NSSD\) <Dan.Wrona_at_ngc.com>
Date: 2005-03-08 19:11:57 CET

I'm attemptig to build subversion from a tarball on an SGI Altix 350 running Redhat 9.0 following the steps below:

1.
Download subversion-1.1.3.tar.gz
No problems.

2.
/home/dwrona/subversion/subversion-1.1.3/.configure
No problems.

3.
/home/dwrona/subversion/subversion-1.1.3/make
No problems.
Directory contents before installing (make install "corrupts" this dir below):
[root@coa-altix1 .libs]# pwd
/home/dwrona/subversion/subversion-1.1.3/subversion/libsvn_client/.libs
[root@coa-altix1 .libs]# ll
total 1744
-rw-r--r-- 1 root root 1157358 Mar 8 11:34 libsvn_client-1.a
lrwxrwxrwx 1 root root 21 Mar 8 11:34 libsvn_client-1.la -> ../libsvn_client-1.la
-rw-r--r-- 1 root root 1470 Mar 8 11:34 libsvn_client-1.lai
lrwxrwxrwx 1 root root 24 Mar 8 11:34 libsvn_client-1.so -> libsvn_client-1.so.0.0.0
lrwxrwxrwx 1 root root 24 Mar 8 11:34 libsvn_client-1.so.0 -> libsvn_client-1.so.0.0.0
-rwxr-xr-x 1 root root 621111 Mar 8 11:34 libsvn_client-1.so.0.0.0

4.
/home/dwrona/subversion/subversion-1.1.3/make install
Get the following error:
gcc: ../../subversion/libsvn_client/.libs/libsvn_client-1.so: No such file or directory
gcc: /home/dwrona/subversion/subversion-1.1.3/subversion/libsvn_ra/.libs/libsvn_ra-1.so: No such file or directory
gcc: /home/dwrona/subversion/subversion-1.1.3/subversion/libsvn_ra_dav/.libs/libsvn_ra_dav-1.so: No such file or directory
make: *** [revision-install] Error 1
And the links in the dir from step 3 are no longer valid:
[root@coa-altix1 .libs]# pwd
/home/dwrona/subversion/subversion-1.1.3/subversion/libsvn_client/.libs
[root@coa-altix1 .libs]# ll
total 1744
-rw-r--r-- 1 root root 1157358 Mar 8 11:34 libsvn_client-1.a
lrwxrwxrwx 1 root root 21 Mar 8 11:34 libsvn_client-1.la -> ../libsvn_client-1.la
-rw-r--r-- 1 root root 1470 Mar 8 11:34 libsvn_client-1.lai
lrwxrwxrwx 1 root root 24 Mar 8 11:34 libsvn_client-1.so -> libsvn_client-1.so.0.0.0
lrwxrwxrwx 1 root root 24 Mar 8 11:34 libsvn_client-1.so.0 -> libsvn_client-1.so.0.0.0
-rwxr-xr-x 1 root root 621111 Mar 8 11:34 libsvn_client-1.so.0.0.0U
It seems most of the libraries are properly installed:
[root@coa-altix1 lib]# pwd
/usr/local/lib
[root@coa-altix1 lib]# ls
libneon.a libsvn_fs-1.so.0.0.0 libsvn_ra_svn-1.so.0
libneon.la libsvn_fs_base-1.a libsvn_ra_svn-1.so.0.0.0
libneon.so libsvn_fs_base-1.la libsvn_repos-1.a
libneon.so.24 libsvn_fs_base-1.so libsvn_repos-1.la
libneon.so.24.0.7 libsvn_fs_base-1.so.0 libsvn_repos-1.so
libsvn_delta-1.a libsvn_fs_base-1.so.0.0.0 libsvn_repos-1.so.0
libsvn_delta-1.la libsvn_fs_fs-1.a libsvn_repos-1.so.0.0.0
libsvn_delta-1.so libsvn_fs_fs-1.la libsvn_subr-1.a
libsvn_delta-1.so.0 libsvn_fs_fs-1.so libsvn_subr-1.la
libsvn_delta-1.so.0.0.0 libsvn_fs_fs-1.so.0 libsvn_subr-1.so
libsvn_diff-1.a libsvn_fs_fs-1.so.0.0.0 libsvn_subr-1.so.0
libsvn_diff-1.la libsvn_ra_local-1.a libsvn_subr-1.so.0.0.0
libsvn_diff-1.so libsvn_ra_local-1.la libsvn_wc-1.a
libsvn_diff-1.so.0 libsvn_ra_local-1.so libsvn_wc-1.la
libsvn_diff-1.so.0.0.0 libsvn_ra_local-1.so.0 libsvn_wc-1.so
libsvn_fs-1.a libsvn_ra_local-1.so.0.0.0 libsvn_wc-1.so.0
libsvn_fs-1.la libsvn_ra_svn-1.a libsvn_wc-1.so.0.0.0
libsvn_fs-1.so libsvn_ra_svn-1.la pkgconfig
libsvn_fs-1.so.0 libsvn_ra_svn-1.so
However the libsvn_client-1, libsvn_ra-1, and libsvn_ra_dav-1 are not properly installed.
I get the following error message when attempting to run svn:
[root@coa-altix1 lib]# svn -version
svn: error while loading shared libraries: libsvn_client-1.so.0: cannot open shared object file: No such file or directory

Please let me know what I'm doing wrong.
Thanks

Dan Wrona
5303 Spine Rd
PO Box 11290
Boulder, CO 80301
720-622-2163
dan.wrona@ngc.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 8 22:29:14 2005

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.