Displaying 1 result from an estimated 1 matches for "ui_openssl".
Did you mean:
libopenssl
2003 Sep 29
1
openssh-3-7-1p2 compiling problems on Reliant UNIX
...b -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 recompile OpenSSL with
the same flags you're using...