[MonoDevelop] [Fwd: Re: VersionControl addin]

Jeffrey Stedfast fejj at novell.com
Sat Mar 24 12:53:30 EDT 2007


My only suggestion would be to strace mono and see what file it is
actually trying to open and what the stat/open error is (if there is
one).

Jeff

On Sat, 2007-03-24 at 10:41 +0000, James Fitzsimons wrote:
> Forgot to send this to the list.
> email message attachment, "Forwarded message - Re: [MonoDevelop]
> VersionControl addin"
> > -------- Forwarded Message --------
> > From: James Fitzsimons <james.fitzsimons at gmail.com>
> > Reply-To: james.fitzsimons at gmail.com
> > To: Jeffrey Stedfast <fejj at novell.com>
> > Subject: Re: [MonoDevelop] VersionControl addin
> > Date: Fri, 23 Mar 2007 23:52:24 +0000
> > Mailer: Evolution 2.8.1
> > 
> > I don't really get this. It's complaining it can't find
> > libsvn_client-1.so.0 which does exist on my system and is confirmed by
> > the following output:
> > 
> > james at athos:~$ ldconfig -p | grep libsvn_client
> >         libsvn_client-1.so.0 (libc6,x86-64)
> > => /usr/lib/libsvn_client-1.so.0
> >         libsvn_client-1.so (libc6,x86-64) => /usr/lib/libsvn_client-1.so
> > james at athos:~$ 
> > 
> > 
> > The LD_LIBRARY_PATH in the Makefile I am using when I "make run"
> > monodevelop includes /usr/lib. 
> > 
> > Why am I still getting 
> >  System.DllNotFoundException: libsvn_client-1.so.0
> > 
> > Any help would be appreciated!
> > James
> > 
> > On Wed, 2007-03-21 at 20:55 -0400, Jeffrey Stedfast wrote:
> > > On Wed, 2007-03-21 at 22:59 +0000, James Fitzsimons wrote:
> > > > Hi all,
> > > > 
> > > > I've just upgraded my version of svn to 1.4.3 (built from source on
> > > > ubuntu Edgy as repository version is only 1.3.2), and am getting the
> > > > following error in the console when I run monodevelop:
> > > 
> > > Sadly, it seems Debian-based systems have arbitrarily bumped the .so
> > > number on libsvn_client-1.so.0 to libsvn_client-1.so.1
> > > 
> > > I would *guess* that they did this so that you could have both 1.3.x and
> > > 1.4.x installed in parallel, but I'd only be guessing. None of the other
> > > distros do this and if you compile 1.4.x yourself, it will be named
> > > libsvn_client-1.so.0 just like the 1.3.x .deb versions are named.
> > > 
> > > We haven't yet figured out what to do about this in MonoDevelop...
> > > 
> > > Jeff
> > > 
> > > 
> > > _______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list



More information about the Monodevelop-list mailing list