Forum OpenACS Development: Re: JSON problem

Collapse
7: Re: JSON problem (response to 6)
Posted by Mattia Righetti on
Okay, I went trough the makefile program, I found out it's using pkg-config package that wasn't installed. So I had to launch an apt-get install pkg-config.
Now it works! Thank you!