From: David O. <da...@qc...> - 2016-06-27 09:20:40
|
Thanks very much for looking at this Gustaf. We'll have another go at doing a build in due course. Regards, -- David On 25 June 2016 at 14:10, Gustaf Neumann <ne...@wu...> wrote: > Dear David, > > i have addressed the problem with libnssock.dylib + rpath in the > repository. > Background: I've introduced libnssock to remove redundancies in the > driver procs of different modules. > however, if there is no installed version, the libraries compiled with > rpaths pointing the the installed directory fail (what you experienced). > I've now removed libnssock.dylib and build back nssmtpd to the state we > had before (duplicated procs), but this duplication is still acceptable. > (see changes [1, 2]) > > however, running "make test" does not fully work yet without a installed > version, due to some other rpath dependency: > the proxy-tests of the test suite fail ... also with older versions such > as 4.99.7 > > dyld: Library not loaded: /usr/local/ns/lib/libnsproxy.dylib > Referenced from: > /usr/local/src/naviserver-4.99.7/tests/../nsproxy/nsproxy > Reason: image not found > > i can live with this, but i would certainly appreciate to have this > removed. > help is always welcome. > > -g > |