Re: [julia-users] Re: LightXML Ubuntu 16.04 julia 0.4.5

2016-09-25 Thread Milan Bouchet-Valat
Le samedi 24 septembre 2016 à 06:17 -0700, Ján Adamčák a écrit : > Thanks, > > after installing  > > sudo apt-get install libxml2-dev > > is LightXML fully working. Could you file an issue against LightXML.jl? It should be able to install the package automatically, or could even work without

[julia-users] Re: LightXML Ubuntu 16.04 julia 0.4.5

2016-09-24 Thread Ján Adamčák
Thanks, after installing sudo apt-get install libxml2-dev is LightXML fully working. I have another question: Why this dependency didn't resolved automatically by Pkg.add("LightXML") ? Dňa sobota, 24. septembra 2016 15:07:37 UTC+2 Tony Kelman napísal(-a): > > You might need the -dev

[julia-users] Re: LightXML Ubuntu 16.04 julia 0.4.5

2016-09-24 Thread Tony Kelman
You might need the -dev version to get a plain "libxml2.so" in addition to the version with an soname in it. I thought Julia should be able to find the soname versions too, but maybe not? On Saturday, September 24, 2016 at 5:34:12 AM UTC-7, Ján Adamčák wrote: > > I tried sudo apt-get install

[julia-users] Re: LightXML Ubuntu 16.04 julia 0.4.5

2016-09-24 Thread Ján Adamčák
I tried sudo apt-get install libxml2, but I got answer from ubuntu: libxml2 is already the newest version (2.9.3+dfsg 1-1ubuntu0.1). libxml2 is tagged as manually installed. But from julia I got same answer: ERROR: error compiling call: could not load library "libxml2" Dňa sobota, 24.

[julia-users] Re: LightXML Ubuntu 16.04 julia 0.4.5

2016-09-24 Thread Kaj Wiik
Try sudo apt install libxml2 On Saturday, September 24, 2016 at 12:52:46 PM UTC+3, Ján Adamčák wrote: > > Hi Guys, > > I tried use LightXML on Ubuntu 16.04, but I got an error: > > ERROR: error compiling call: could not load library "libxml2" > > Can You help me? > > Thanks. > > Log: > >