OnionCat Mailinglist Up Again!

Sorry, forgot to post this here: the mailing list is up again (since about 2 months 😉 )

2 comments

    • Giulliano R. on January 24, 2016 at 10:44 pm
    • Reply

    I try to compile onion-cat from source for Alpine Linux but I get an error
    ocathosts.c:205:21 error: ‘_PATH_HOSTS’ undeclared (first use in this function) path_hosts_ = _PATH_HOSTS

    Can anybody help me in solve this problem?
    Thanks

    1. This cpp macro should be defined in netdb.h but apparently it isn’t. Open the file config.h in the root directory of the OnionCat package and add the following line:

      #define _PATH_HOSTS "/etc/hosts"

      and then recompile.

Leave a Reply

Your email address will not be published.