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
Hello, I Am Trying To Install Your Package Using Go Get But I Am Getting Errors (Shown Below), Do You Know How I Can Fix Them. Thanks.
[REMOVED USER/DIR INFORMATION] $ go get github.com/alexrsagen/go-libxml
# pkg-config --cflags libxml-2.0
pkg-config: exec: "pkg-config": executable file not found in $PATH
# pkg-config --cflags libxml-2.0 libxml-2.0
pkg-config: exec: "pkg-config": executable file not found in $PATH
I Ran The Command Below To Install libxml2 Via Brew (I Am On Mac).
brew install libxml2
But After Doing That I Get Even More Errors Which Are Shown Below.
# pkg-config --cflags libxml-2.0
error $GOPATH: no library found in $GOPATH: libxml-2.0
error github.com: PKG_CONDIF_GITHUB not exported, skipping github.com lookup
error $PKG_CONFIG_PATH: open libxml-2.0.pc: no such file or directory
error <autogenerated>: no library found in $GOPATH: libxml-2.0
pkg-config: exit status 1
# pkg-config --cflags libxml-2.0 libxml-2.0
error $GOPATH: no library found in $GOPATH: libxml-2.0
error github.com: PKG_CONDIF_GITHUB not exported, skipping github.com lookup
error $PKG_CONFIG_PATH: open libxml-2.0.pc: no such file or directory
error <autogenerated>: no library found in $GOPATH: libxml-2.0
pkg-config: exit status 1
The text was updated successfully, but these errors were encountered:
Hello, I Am Trying To Install Your Package Using Go Get But I Am Getting Errors (Shown Below), Do You Know How I Can Fix Them. Thanks.
I Ran The Command Below To Install libxml2 Via Brew (I Am On Mac).
But After Doing That I Get Even More Errors Which Are Shown Below.
The text was updated successfully, but these errors were encountered: