-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What the heck is going on here? #11
Comments
what version of mac os x are you using? |
10.8.4 Mountain Lion ERROR: Loading command: update (LoadError) On Mon, Aug 19, 2013 at 2:29 PM, Oscar Del Ben [email protected]:
|
it seems impossible to get rails, everytime i go to get it it says zlib On Mon, Aug 19, 2013 at 2:33 PM, Joshua Ross [email protected] wrote:
|
I will try to figure out what's going on. |
Something similar just now, OSX 10.7.5 macbook pro. tcltklib.c: In function 'lib_conv_listelement': Any suggestions? |
Hi, not at this time. My guess is that you need to install Xcode's developer tools. |
Yeah, that didn't help, I have all of Xcode incl. cmdline tools intalled. (Am able to run gcc, etc, build Xcode objective c projects, etc). This is a clue though:
So i guess I need to figure out how to upgrade my installed Ruby, which is, for this verson of macos, ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin11.0] |
You need to use the app to open a terminal window in order to use Rails, otherwise the sandbox wont work and it will use the default Ruby. |
That's ok, I gave up on macos and got everything working on ubuntu on AWS On Mon, Aug 26, 2013 at 12:18 PM, Oscar Del Ben [email protected]:
Will Kessler |
linking shared-object digest.bundle
installing digest libraries
installing default digest libraries
compiling bubblebabble.c
linking shared-object digest/bubblebabble.bundle
installing default bubblebabble libraries
compiling md5init.c
md5init.c:16: warning: 'MD5_Init' is deprecated (declared at /usr/include/openssl/md5.h:113)
md5init.c:17: warning: 'MD5_Update' is deprecated (declared at /usr/include/openssl/md5.h:114)
compiling md5ossl.c
md5ossl.c: In function 'MD5_Finish':
md5ossl.c:8: warning: 'MD5_Final' is deprecated (declared at /usr/include/openssl/md5.h:115)
linking shared-object digest/md5.bundle
ld: in '/usr/local/lib/libz.1.dylib', file was built for unsupported file format ( 0xce 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 0 0x 3 0x 0 0x 0 0x 0 0x 6 0x 0 0x 0 0x 0 ) which is not the architecture being linked (x86_64): /usr/local/lib/libz.1.dylib for architecture x86_64
collect2: ld returned 1 exit status
make[2]: *** [../../../.ext/x86_64-darwin12.4.0/digest/md5.bundle] Error 1
make[1]: *** [ext/digest/md5/all] Error 2
make: *** [build-ext] Error 2
The text was updated successfully, but these errors were encountered: