Hello dev, My c++ linker (/usr/local/bin/ld) dosenot supports shared libraries so after running the configure file and make file it is creating static libraries but when i am running the exe axis2_http_server it is giving me the error trasnport sender NULL.
After Debugging i found that in class_loader it is using dlopen function to load axis2_http_sender library but the function can load only shared libraries so it is fail to load it. Some one help me in this issue i am using NSE TANDEM machine which is POSIX standard. Thanks Pankaj Singh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
