Re: Problem compiling meme suite under linux

203 views
Skip to first unread message

James Johnson

unread,
Nov 21, 2013, 7:04:56 PM11/21/13
to
Hi Arjun,

This error probably occurred because you have a version of libxml installed (which is quite common) but you don't have a matching version of libxslt or libexslt.

The MEME Suite comes bundled with both but will try to use the version installed on the system if it is available. Unfortunately libxslt requires a matching version of libxml so this is a frequent cause of linking errors.

The solution is simple, just reconfigure with the two flags "--enable-build-libxml" and "--enable-build-libxslt" and recompile the c code:
./configure --prefix=$HOME/dev/plas/meme --with-url=http://meme.nbcr.net/meme --enable-build-libxml2 --enable-build-libxslt
cd src
make clean
cd ..
make

~James

Edit: the original post had the typo of "--enable-build-libxml", this has now been corrected.

Magdalena Strzelecka

unread,
Jun 9, 2014, 5:29:25 PM6/9/14
to meme-...@googlegroups.com
This worked great on: CentOS release 5.9 (Final). Thank you!
Reply all
Reply to author
Forward
0 new messages