[Csync2] Re: Building csync2-1.29 on Fedora Core

Clifford Wolf clifford at clifford.at
Tue Jan 10 12:58:37 CET 2006


On Thu, Jan 05, 2006 at 02:31:27PM +1000, Michael Mansour wrote:
> > The following patch solves the issue:
> > 
> > --snip--
> > 
> > --- configure.ac        (revision 344)
> > +++ configure.ac        (revision 345)
> > @@ -51,8 +51,14 @@
> >  )
> >  AM_CONDITIONAL([PRIVATE_LIBSQLITE], [test -n 
> > "$libsqlite_source_file"])
> > 
> > -# Check for libssl.
> > +# Check for gnuTLS.
> >  AM_PATH_LIBGNUTLS(1.0.0, , [ AC_MSG_ERROR([[gnuTLS not found; 
> > install gnuTLS-devel package for your system]]) ]) + +# This is a 
> > bloody hack for fedora core +CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS" 
> > +LIBS="$LIBS $LIBGNUTLS_LIBS -ltasn1" + +# Check gnuTLS SSL 
> > compatibility lib. AC_CHECK_LIB([gnutls-openssl], [SSL_new], , 
> > [AC_MSG_ERROR(libgnutls-openssl is required)])
> > 
> >  AC_CONFIG_FILES([Makefile])
> > 
> > --snap--
> 
> I copied this into a "csync2.patch" file, then tried to apply it against a
> fresh csync2-1.2.9 extraction:
> 
> # patch -p0 < csync2.patch
> patching file configure.ac
> patch: **** malformed patch at line 4: )
> 
> Any ideas?

looks like your mail client malformed the patch. have a look at the mailing
list archive for the correnct patch:

	http://lists.linbit.com/pipermail/csync2/2006-January/000092.html

yours,
 - clifford

-- 
 ____   ___   ____ _  __  _     _ www.rocklinux.org
|  _ \ / _ \ / ___| |/ / | |   (_)_ __  _   ___  __
| |_) | | | | |   | ' /  | |   | | '_ \| | | \ \/ /
|  _ <| |_| | |___| . \  | |___| | | | | |_| |>  <
|_| \_\\___/ \____|_|\_\ |_____|_|_| |_|\__,_/_/\_\
 
Logizomechanophobia - Fear of computers. (www.phobialist.com)
 


More information about the Csync2 mailing list