Closed GoogleCodeExporter closed 9 years ago
part 3 has (include of netinet/in.h) has been fixed in commit #309.
part 1 has been fixed in commit #310.
for part 2: this has already been addressed in an earlier fix in commit #303
using
AC_SEARCH_LIBS([dlopen], [dl]).
Please check if current SVN trunk works for you now and re-open in case of
trouble.
Thank you.
Original comment by dominiqu...@gmail.com
on 12 Mar 2009 at 3:46
The 2. part of the issue is still there - src/bin/Makefile.am still has
unconditional proxy_LDFLAGS = -ldl line.
Original comment by hasso.te...@gmail.com
on 14 Mar 2009 at 4:31
Thanks for pointing that one out.
Anyhow this one was an error: bin/proxy does not do anything with dlopen() so
linking
libdl even on Linux is just wrong.
fixed in commit #319.
Original comment by dominiqu...@gmail.com
on 16 Mar 2009 at 9:21
Original issue reported on code.google.com by
hasso.te...@gmail.com
on 12 Mar 2009 at 1:22Attachments: