I'm trying to install an application and I get the following error: /usr/bin/ld: cannot find -lXMLParser I couldn't find anything about lXMLParser anywhere. Where does this come from?
Thank you very much in advance.
I'm trying to install an application and I get the following error: /usr/bin/ld: cannot find -lXMLParser I couldn't find anything about lXMLParser anywhere. Where does this come from?
Thank you very much in advance.
thanks for your help. I was trying to install a package which seems it was using ROOT. So what one has to do enable xml when configuring ROOT; i.e: ./configure --enable-xml.