Re: Solaris 10 make check core dumps

2015-01-12 Thread James
On 10/01/2015 17:16, James wrote: On 08/01/2015 00:25, Brian Eliassen wrote: Install prefix . : /usr/local Oooh, I suggest you use /opt ./configure \ --prefix=${PREFIX} \ --sysconfdir=/etc/opt/${PREFIX} \ --localstatedir=/var/opt/${PREFIX} \ ... $ man -s 5 filesystem Ha! I changed my co

Re: Solaris 10 make check core dumps

2015-01-10 Thread James
On 08/01/2015 00:25, Brian Eliassen wrote: I'm doing a standard build on Solaris 10 with Dovecot 2.2.15 without anything fancy: ./configure make make check make install Configure output looks like this: *** Install prefix . : /usr/local Oooh, I suggest you use /opt ./configure \ --prefix=${