[Tor-BSD] Having issues forcing Tor release 0.2.6.9 to build with update libssl.so.32.0 library

teor teor2345 at gmail.com
Thu Jul 2 02:28:29 EDT 2015


> On 2 Jul 2015, at 04:19 , Seth <list at sysfu.com> wrote:
> 
> On Tue, 30 Jun 2015 17:42:27 -0700, teor <teor2345 at gmail.com> wrote:
>> Here are a few suggested tweaks:
>> * You don't need to run sudo until you're installing, so it's best practice to build and test without it.
> 
> Good point. I was only running sudo because the /usr/local/src dir was originally only writeable by root. That has since been fixed and only the 'make install' command now needs root privs.
> 
>> * You're changing the configuration, so it's best to run a "make clean".
> 
> Been doing that already, just not mentioning it explicitly.
> 
>> * Let's just change one thing at a time - so no changes to $PATH yet
>> 
>> Putting all those together:
>> cd /usr/local/src/tor   # change into latest tor source pull from git
>> sudo make clean      # since you used sudo to build, you'll need to use it to clean the first time
>> ./configure --with-openssl-dir=/usr/local --disable-asciidoc CC="/usr/bin/gcc -v"
>> make check | tee verbose-make-output.log
> 
> Please find log file attached.<verbose-make-output.log>

The verbose output is on stderr, but your log only shows stdout.

Can you please re-run:
make check <redirect stderr to stdout> | tee verbose-make-output.log

Each shell does stderr to stdout redirection slightly differently, so you might need to lookup the pdksh syntax.

Tim

Tim Wilson-Brown (teor)

teor2345 at gmail dot com
pgp ABFED1AC
https://gist.github.com/teor2345/d033b8ce0a99adbc89c5

teor at blah dot im
OTR D5BE4EC2 255D7585 F3874930 DB130265 7C9EBBC7

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.nycbug.org/pipermail/tor-bsd/attachments/20150702/549fc2d4/attachment-0001.bin>


More information about the Tor-BSD mailing list