From: David O. <da...@qc...> - 2016-06-22 17:03:18
|
Hi, I've hit a problem trying to build naviserver (on Debian wheezy) since nsssl was merged into the main repo (which is a great idea btw). In the nsssl Makefile it references: include $(NAVISERVER)/include/Makefile.module but on a clean box that file will not exist yet. If I change it to NSBUILD=1 include ../include/Makefile.module then I get a bit further. The second, unrelated, problem I'm having, is that the tests are failing to run due to nssock being unable to find a shared library. I think this is due to us using --enable-rpath since I saw a note on a commit stating there was still a bug running tests in such circumstances. https://bitbucket.org/naviserver/naviserver/commits/d6bab4af0ce9a9950b4daf1379ed2eaaa4dfb6ba Is there any good way round this at the moment? Thanks, -- David |