Why does my ISAPI module fail to load?There are two likely causes. One is that your module is not properlycompiled as a position independent shared object. The other isthat it contains unresolved symbols. Unresolved symbol errorsoften get put on standard error by the dynamic linker.Unfortunately, there is no easy way the webserver can grab this dataoff standard error to report it to you. The following test codemay help you debug any problems.
This should compile with almost any C compiler. You may need tolink with "-ldl". See your dlopenman page for further information.
Content Manager
[Administrator] 19 September 2005
|
Recently...
Other Resources
|

