Full_Name: Aaron Richton Version: RE23/RE24/HEAD OS: Solaris 9 URL: Submission from: (NULL) (128.6.31.135)
Noticed that liblber uses shutdown(3socket) but does not link -lsocket on Solaris. Propose adding
UNIX_LINK_LIBS = $(AC_LIBS)
to libraries/liblber/Makefile.in. Verified to compile with this change on Solaris and Fedora...