Dear Rodrigo On 10/01/2015 09:21 PM, [email protected] wrote:
I found with google people having similar warnings and problems (with other software), and it seems that with static linking is no problem. But I do not know how to link mod_rivet and appache statically.
I don't know if you can, the dynamic module loading is structurally part of the Apache web server architecture. You could probably link statically the httpd binary but I doubt you can link statically the modules into it because in the web server code there is no reference to a module symbols until the configuration is read.
-- Massimo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
