#141: Building MacRuby 0.3 - Rake fails during openssl compilation --------------------------------+------------------------------------------- Reporter: nucleus_rei@web.de | Owner: lsansonetti@apple.com Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Resolution: Keywords: | --------------------------------+------------------------------------------- Comment(by nucleus_rei@web.de): Just wanted to add, the only .*ssl.* files I have in /usr/lib are: {{{ ls -n /usr/lib | grep ssl -rwxr-xr-x 1 0 0 915632 6 Sep 10:20 libssl.0.9.7.dylib -rwxr-xr-x 1 0 0 223280 24 Sep 2007 libssl.0.9.dylib lrwxr-xr-x 1 0 0 18 22 Jan 2008 libssl.dylib -> libssl.0.9.7.dylib }}} and doing a file command on them gives: {{{ file /usr/lib/libssl.dylib /usr/lib/libssl.dylib: Mach-O universal binary with 4 architectures /usr/lib/libssl.dylib (for architecture ppc7400): Mach-O dynamically linked shared library ppc /usr/lib/libssl.dylib (for architecture ppc64): Mach-O 64-bit dynamically linked shared library ppc64 /usr/lib/libssl.dylib (for architecture i386): Mach-O dynamically linked shared library i386 /usr/lib/libssl.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64 }}} Hope this helps in tracking it down. -- Ticket URL: <http://www.macruby.org/trac/ticket/141#comment:1> MacRuby <http://macruby.org/>