ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

'nss.h' file not found #136

Open RashedKhalfan opened 7 years ago

RashedKhalfan commented 7 years ago

Dear

I'm following tutorial related to API with rails http://apionrails.icalialabs.com/book/chapter_one#cha-chapter_one

but when I reach to implement this command $ cd /opt/prax/ $ ./bin/prax install

I get the following error

nss_prax.c:5:10: fatal error: nss.h file not found #inclue nss.h

any one came across this error?

Regards,

ysbaddaden commented 7 years ago

You may be missing some -dev packages on your system.

If your Linux distribution is an Ubuntu, you'll may find it easier to install the package for the crystal version of Prax (which superseded the Ruby version).