Skip to content

Instantly share code, notes, and snippets.

@schovi
Created November 23, 2011 13:40
Show Gist options
  • Save schovi/1388687 to your computer and use it in GitHub Desktop.
Save schovi/1388687 to your computer and use it in GitHub Desktop.
-lpthread -lcrypt -lm /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/ext/nginx/../common/libpassenger_common.a /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/ext/nginx/../common/libboost_oxt.a -lstdc++ -lpthread /tmp/root-passenger-8277/pcre-8.12/.libs/libpcre.a -lssl -lcrypto -ldl -lz
/usr/bin/ld: /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/ext/nginx/../common/libpassenger_common.a(aggregate.o): undefined reference to symbol 'round@@GLIBC_2.2.5'
/usr/bin/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/libm.so so try adding it to the linker command line
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../x86_64-linux-gnu/libm.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1
make[1]: Leaving directory `/home/schovi/tmp/nginx'
make: *** [build] Error 2
--------------------------------------------
It looks like something went wrong
Please read our Users guide for troubleshooting tips:
/usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.9/doc/Users guide Nginx.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment