https://bz.apache.org/bugzilla/show_bug.cgi?id=33089
Semion <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |APIBug OS|Solaris |Windows 10 Version|2.0.52 |2.4.34 Hardware|Sun |PC --- Comment #17 from Semion <[email protected]> --- Need to load libraries with same internal names, but with different location. They written in that way, that uses same module name but with different internal version, which controlled when do connect to database servers. In example there is: server1 with version 8.3.11.3034 server2 with version 8.3.12.1567 For connection it require lib with strongly same versions. But as module for apache it have same name "_1cws_module". Now it load only first module in config, other ignored. As I understand - apache keep in cache names, see that it already load module with requested name and didnot load new module. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
