What line does the build process use when linking Tor?
Hi again Nick,
I have no idea, but I guess I could do the next:
1. Stop the tor service 2. deinstall the present port 3. Check the tcmalloc option is enabled 4. install the port and redirect all the output to a log file
$ /usr/local/etc/rc.d/tor stop $ cd /usr/ports/security/tor $ make deinstall $ make showconfig $ make install >& /tmp/tor_freebsd_port.log
and send to you the log.
What do you think?