Changes between Version 12 and Version 14 of Ticket #4103


Ignore:
Timestamp:
Feb 11, 2009, 8:57:33 AM (15 years ago)
Author:
blb@…
Comment:

Closing, looks good here as well, no response otherwise.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4103

    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #4103 – Description

    v12 v14  
    44compile pretty smooth, there is a "dynamic linking" problem:
    55
    6 
     6{{{
    77manuel@localhost 23:25:55 demo $> ruby script/server
    88dyld: NSLinkModule() error
     
    1212
    1313Trace/BPT trap
    14 
     14}}}
    1515
    1616I am not the only one experiencing this problem, seemingly, for I read in IRC (#darwinports on
    1717freenode) today:
    18 
     18{{{
    1919[21:49]         [NICKNAME]      having an issue with darwinports compiled version of ruby not executing...
    2020[21:50]         [NICKNAME]      dyld: NSLinkModule() error
    2121[21:50]         [NICKNAME]      dyld: Symbol not found: _ENGINE_load_aep
    22 [21:50]         [NICKNAME]        Referenced from: /opt/local/lib/ruby/1.8/powerpc-darwin8.2.0/
    23 openssl.bundle
     22[21:50]         [NICKNAME]        Referenced from: /opt/local/lib/ruby/1.8/powerpc-darwin8.2.0/openssl.bundle
     23}}}