search for: cma_sigact

Displaying 1 result from an estimated 1 matches for "cma_sigact".

2003 Sep 29
1
openssh-3-7-1p2 compiling problems on Reliant UNIX
...-compat/ -L/usr/local/ssl/lib > -L/usr/local/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen -lcrypto > Undefined first referenced > symbol in file > gmtime_r /usr/local/ssl/lib/libcrypto.a(o_time.o) > cma_sigaction > /usr/local/ssl/lib/libcrypto.a(ui_openssl.o) > ld: ssh: fatal error: Symbol referencing errors. No output written to ssh > make: *** Error code 1 That looks like your libcrypto is compiled with the re-entrant (threaded) C library. Try adding "-lc_r" to your LDFLAGS or reco...