From: Zoran V. <zv...@ar...> - 2006-06-07 22:05:15
|
Am 07.06.2006 um 16:29 schrieb Stephen Deasey: > that some random installed version of the libraries are not used. > Otherwise, you wont be testing what you think you are. And the tests > get busted, as they are now... True. This is but the case with all tests since the beginning *except* on Linux. On Mac it always tests the installed libs instead of the development ones because Mac OSX does not define LD_LIBRARY_PATH. Instead it defines DYLD_LIBRARY_PATH! So there is more that just nsproxy libs not being correctly tested. So we must fix more than anticipated... I have tried to get a reproducible case of nscache problem outside of our application but could not. This will take me some more time. Cheers Zoran |