You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crystal spec
/usr/bin/ld: cannot find -lxml2
collect2: error: ld returned 1 exit status
Error: execution of command failed with code: 1: `cc "${@}" -o '/home/j/.cache/crystal/crystal-run-spec.tmp' -rdynamic -lxml2 -lpcre -lm -lgc -lpthread /usr/share/crystal/src/ext/libcrystal.a -levent -lrt -ldl -L/usr/lib -L/usr/local/lib`
After the installation of libxml2-dev it works
I guess it a missing dependency
The text was updated successfully, but these errors were encountered:
evandrojr
changed the title
libxml2-dev is a depedency that is missing for the .deb packeage
libxml2-dev is a depedency that is missing for the .deb package
Apr 25, 2018
If crystal spec needs libxml2-dev then it should be added to the deb package as dependency
evandrojr
changed the title
libxml2-dev is a depedency that is missing for the .deb package
libxml2-dev is a dependency that is missing for the .deb package
Apr 25, 2018
crystal spec command throws this error:
After the installation of libxml2-dev it works
I guess it a missing dependency
The text was updated successfully, but these errors were encountered: