It seems like on Unix apr_dso_load() requires a suffix for the pathname but on Windows it will provide one (.dll). WRT writing portable code...it looks like Apache itself just uses .so on all platforms...or is there some other mechanism? For example, a place where the appropriate platform-specific suffix might be acquired?
mma