[OGo-Users] Re: [OGo-Users] new pre-release of SOGo
Wolfgang Sourdeau
users@opengroupware.org
Thu, 10 May 2007 08:07:50 -0400
> Wolfgang Sourdeau wrote:
> > [Where can I download it?]
> > SOGo is free software and is distributed under the GNU GPL. As such,
> > you are free to download and try it the way you see fit and from the
> > following locations....
> >
> > The mentionned snapshot is available here:
> > http://www.inverse.ca/uploads/SOGo/SOGo-20070509.tar.gz
> >
>
> I am trying to compile the snapshot, but get the following error:
>
> A few times (but I don't know if this is fatal)
> /usr/bin/ld: warning: libOGoContentStore_d.so.0, needed by
> ../SOGo/./shared_debug_obj//libSOGo_d.so, not found (try using -rpath or
> -rpath-link)
Hi Chris,
No, it is not fatal since the library will be found when you "make install". However, your compilation problem occurs because you need to use the latest SVN release of SOPE (I don't think there are snapshot releases for this). You can get it with this command:
svn co http://svn.opengroupware.org/SOPE/trunk SOPE
Of course, you will need to install subversion first.
Wolfgang