Build problem with library locations in 2.5.7

2016-04-08 Thread Giles Malet via Cyrus-devel
Further to an earlier posting: > We recently upgraded to Cyrus IMAP v2.5.7 (compiled from 0ca3a92) After a 'make; make install' the program 'master' would not start as it could not find all its shared libraries. Specifically libcyrus_min.so.0 was missing. Running ldd on master now shows: libcy

Re: Build problem with library locations in 2.5.7

2016-04-10 Thread ellie timoney via Cyrus-devel
Hi Giles, This seems to be a consequence of Red Hat not providing a config.site for its libdir setup, so autoconf just does its usual thing -- which, under Red Hat's libdir setup, is incorrect. There's a fairly long-standing bug for this here: https://bugzilla.redhat.com/show_bug.cgi?id=772997 I

Re: Build problem with library locations in 2.5.7

2016-04-12 Thread Giles Malet via Cyrus-devel
Hello Ellie, > If I'm reading it correctly, it only affects builds from source with > --prefix=/usr Ah, that could be the case, as that's what we're using. Many thanks for your response though. Although it is not an issue for us really as there's a simple solution (moving the libraries), I want