Details
Description
When building the server on solaris with the --dbg=on flag, all targets fail to link, with errors like:
ld: fatal: symbol referencing errors. No output written to build/cached/bsondemo
|
collect2: ld returned 1 exit status
|
scons: *** [build/cached/bsondemo] Error 1
|
Undefined first referenced
|
symbol in file
|
__stack_chk_fail build/cached/mongo/client/auth_helpers.o
|
__stack_chk_guard build/cached/mongo/client/auth_helpers.o
|
The problem appears to be that we are not linking libssp.so as required on solaris to satisfy these symbols.