Hello Roland,

RS> thank you for the quick reply - and sorry for this dumb
RS> question, but: how do i apply the patch?
RS> I have the tools you mentioned installed, but since i am not
RS> a C programmer, i dont know how to work with "patch -p <
RS> xmlsec1-1.2.5-1.patch"

Put the patch and the source tarball in an empty directory, then:
bunzip2 xmlsec1-1.2.5.patch.bz2
tar xzf xmlsec1-1.2.5.tar.gz
patch -p0 < xmlsec1-1.2.5.patch
cd xmlsec1-1.2.5
autoreconf --install --verbose --force
./configure --disable-static ...
make
make install


-- 
Mit freundlichen Gr�ssen
Gerrit P. Haase
mailto:[EMAIL PROTECTED]


_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to