[tor-bugs] #12220 [Tor]: "ld: symbol(s) not found for architecture x86_64" compiling 0.2.4.22 tarball on OS X 10.6.8

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jun 10 15:07:43 UTC 2014


#12220: "ld: symbol(s) not found for architecture x86_64" compiling 0.2.4.22
tarball on OS X 10.6.8
------------------------+--------------------------------
     Reporter:  arma    |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  024-backport
Actual Points:          |  Parent ID:
       Points:          |
------------------------+--------------------------------

Comment (by nickm):

 One way to debug this kind of thing is to run 'make V=1 src/or/tor' to see
 the command line Make is giving to your compiler.  Look for the -I options
 that say which directories have the headers.  When it tries to link the
 tor binary, look for -L options that say which directories have the
 libraries.  If those don't match, you might need to pass a --with-openssl-
 dir option on the "./configure" command line, or explicitly specify your
 CPPFLAGS and LDFLAGS when invoking configure.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12220#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list