crtsh / libzlintpq

Run zlint from a PostgreSQL function
GNU General Public License v3.0
5 stars 3 forks source link

Problem with plgo #4

Open ipnet-me opened 7 months ago

ipnet-me commented 7 months ago

Hello, I am trying to run this commands, but I got an error

GOPATH=/root/go go get -u gitlab.com/microo8/plgo/...
GOPATH=/root/go go get -u github.com/zmap/zlint
make
cd build
make install with_llvm=no

After run make command, I got an error

root@crt-sh:/libzlintpq# plgo .
Package gitlab.com/microo8/plgo not installed
please install it with: go get -u gitlab.com/microo8/plgo/plgo

Ubuntu 23.10 go version go1.21.1 linux/amd64

Can you please help me

Best regards, Vitalii

robstradling commented 6 months ago

Hi Vitalii. The build/install instructions for this repository probably are a bit stale/incomplete.

Does go install gitlab.com/microo8/plgo/plgo@latest work?