Displaying 3 results from an estimated 3 matches for "buildprocess".
2010 May 18
1
problem compiling pigeonhole + my fix
hello,
yesterday I tried to package dovecot-2.0beta5 + pigeonhole from Mercurial repository.
I put pigeonhole as a subdir in the dovecot sourcetree.
Following http://hg.rename-it.nl/dovecot-2.0-pigeonhole/raw-file/tip/INSTALL
I called ./autogen.sh; ./configure --with-dovecot=..; make
In the buildprocess I saw this output ( from autogen.sh ):
Putting files in AC_CONFIG_AUX_DIR, `..'.
libtoolize: `config.guess' exists: use `--force' to overwrite
libtoolize: `config.sub' exists: use `--force' to overwrite
libtoolize: `ltmain.sh' exists: use `--force' to overwrite
I dont k...
2003 Jun 09
1
hostname cores
...hing the net for answers. I've been to the signal 11 faq's
page and will try swapping out the ram in an attempt to fix.
I thought maybe there was a problem with the cvsup and make world I did on
this machine so I tried to update again. Now I cant finish make buildworld
due to errors in the buildprocess, will post in another thread due to lack
of information the moment. I was also wondering if it's possible to just
rebuild the hostname binary if that would fix this.
# uname -a
FreeBSD dragon.exsus-shell1.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon May 19
17:11:53 PDT 2003
TIA for any pointers...
2017 Jan 18
3
Upgrade of Samba from 4.4.6 to 4.5.4
Am 18.01.2017 um 20:01 schrieb Matthew Delfino via samba:
> UPDATE: These commands seem to have addressed my problem, but I don’t know if it’s a lame or elegant hack:
>
> ln -s /usr/lib/libwbclient.so.0.13 /usr/lib/x86_64-linux-gnu/libwbclient.so.0.13
> cd /usr/lib/x86_64-linux-gnu/
> rm libwbclient.so.0
> ln -s libwbclient.so.0.13 libwbclient.so.0
looks extremely dirty and