Forum OpenACS Development: Re: JSON problem

Collapse
5: Re: JSON problem (response to 4)
Posted by Mattia Righetti on
Through a git clone? I did :/
Collapse
6: Re: JSON problem (response to 5)
Posted by Michael Aram on
I have found the following snippets in my "archives":

apt-get install libyajl-dev
cd yajl-tcl
autoconf
./configure --enable-threads --with-tcl=/usr/local/naviserver-4.99.6/lib
make
sudo make install

I hope this helps a bit; I have not tested it now...
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!