DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14189>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14189 configure decision for dlopen() library fails under ReliantUNIX Summary: configure decision for dlopen() library fails under ReliantUNIX Product: Apache httpd-2.0 Version: 2.0.43 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Under ReliantUNIX 5.43 (formerly SINIX) dlopen() is located in libc.so but dlsym() is in libdl.so (ok, that's wierd but fact). srclib/apr/configure.in first checks for dlopen() without any additional libs, then with APR_ADDTO(LIBS,-ldl). As the first test succeeds it wont try to use -ldl and will fail in the link phase with "unresolved symbol dlsym". Suggested workaround is to check for dlsym() too, first without additional libs, afterwards with -ldl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
