LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Compiling GNU Emacs 24.4.1 with libxml2 (https://www.linuxquestions.org/questions/linux-software-2/compiling-gnu-emacs-24-4-1-with-libxml2-4175535783/)

yoreei 03-04-2015 06:39 PM

Compiling GNU Emacs 24.4.1 with libxml2
 
Hi, I've been wanting to try the new eww browser in Emacs 24 but as I am using Linux Mint Rebecca I have only emacs 23 in the repositories.

So I compiled from source but when I invoked eww it complained about emacs not being built with libxml2:
Code:

error in process filter: This function requires Emacs to be compiled with libxml2
So I went back to my configure output and indeed it showed that emacs was built without libxml2.
Thing is, I DO have libxml2:
Code:

ldconfig -p | grep libxml2
outputs this:
Code:

        libxml2.so.2 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libxml2.so.2
        libxml2.so.2 (libc6) => /usr/lib/i386-linux-gnu/libxml2.so.2

Why isn't Emacs able to find the library? How can I manually point it to the configure script? Or is it just a bug?

I found a similar thread here
http://mail-index.netbsd.org/netbsd-...msg015404.html
sadly, it seems unanswered.
Thank you in advance!

Tinkster 03-04-2015 11:09 PM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

http://www.linuxquestions.org/questi...l2-4175535781/


All times are GMT -5. The time now is 10:37 PM.