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

Re: mod_dav_svn.so

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-25 17:10:04 CEST

On Aug 25, 2005, at 9:54 AM, Rainer Sokoll wrote:

> Hi,
>
> if I do a ldd on $SUBJECT, I get:
>
> libsvn_fs_fs-1.so.0 => /usr/local/src/subversion-1.2.1/subversion/
> libsvn_fs_fs/.libs/libsvn_fs_fs-1.so.0 (0x40377000)
>
> Is this a bug or did I a mistake in compiling?

No, this is how libtool works. It creates the "real" libaries within
hidden .libs/ areas of your source tree, until you 'make install'.
After installing, run ldd again and see what it says.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 25 17:13: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.