Displaying 20 results from an estimated 6000 matches similar to: "dovecot 1.0-test52 build notes"
2004 Nov 06
2
dovecot 1.0-test52 compile notes
Compile issues on an older BSD/OS 4.2 system:
src/lib/byteorder.h
needs #include <netinet/in.h> to pick up in_addr struct
src/lib/byteorder.c
no "libgen" here (no basename()). Added it inline, no big
deal, but you might want to have configure test for this and
provide one if it's missing.
Also, on this system there are no types like "uint8_t" and
2002 Apr 01
0
[Bug 198] New: Error getting file with sftp on old F-Secure servers
http://bugzilla.mindrot.org/show_bug.cgi?id=198
Summary: Error getting file with sftp on old F-Secure servers
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: sftp
AssignedTo: openssh-unix-dev at mindrot.org
2002 Mar 26
0
[Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
http://bugzilla.mindrot.org/show_bug.cgi?id=187
Summary: ssh-keygen not converting from and to SECSH standard
correctly
Product: Portable OpenSSH
Version: 3.1p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: ssh-keygen
AssignedTo:
2005 Jul 17
0
issues/workarounds to build dovecot on OSX
hi all,
a few notes/issues re: building dovecot on OSX.
first, after DL of cvs-head,
% autogen.sh
reports:
autogen.sh: line 2: libtoolize: command not found
o OSX, 'libtoolize' has been sed'd to glibtoolize.
couple of ways to deal with this:
(a) edit in autogen.sh
aclocal
--- libtoolize --force
+++ glibtoolize --force
automake --add-missing
autoheader
autoconf
(b)
2004 Jul 20
1
Chasing the "ads_add_machine_acct: Insufficient access" problem
Okay, the jist of this whole thing, I get this infamous (?) problem, I
have been trying to search though the archives of samba-general on gmane
and also in my archive of this list. I have only seen requests for the
magical answer.
Environment: W2K/W2K3 mixed ADS going Native ADS only soon. Samba 3.0.4
compiled from source on a RHEL AS30 machine. MIT Kerberos v1.3.4 also
compiled from source.
1999 Nov 22
1
[PATCH] A couple of small fixes for 1.2pre14.
Hi,
This patch fixes a couple of small items in 1.2.pre14:
1. It's ssh-askpass, not scp that was moved to $(libexecdir)/ssh.
2. Make sure that $(libexecdir) exists.
--- openssh-1.2pre14/ChangeLog~ Mon Nov 22 08:11:23 1999
+++ openssh-1.2pre14/ChangeLog Mon Nov 22 09:48:15 1999
@@ -60,7 +60,7 @@
- EGD uses a socket, not a named pipe. Duh.
- Fix includes in fingerprint.c
- Fix scp
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2001 Oct 16
6
program-prefix does not work
the configure option --program-prefix does not work although it is
listed in teh configure --help output.
The attached patch fixes these issues:
1) program prefix is not substituted in configure
2) program prefix is not present in Makefile
3) scp requires use of a known "scp" program
-- bryan
diff -cr openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in
***
1999 Nov 23
0
[PATCH] Adding BSD compatible install script to 1.2pre14.
Hi,
This patch adds a BSD compatible install script (copied from gcc-2.95.2)
to 1.2pre14. The script has a X-style license. The script will be used if
configure doesn't find a proper install program on the system.
Remember to run autoconf and set execute (755) permissions for install-sh
when the patch has been applied.
--
Niels Kristian Bech Jensen -- nkbj at image.dk --
2010 Mar 09
2
[PATCH/cygwin]: Fix Makefiles
Hi,
below is a patch which only affects Cygwin. It adds the $(EXEEXT)
suffix in calls to install, and it fixes the list of documentation files
to install into /usr/share/doc/openssh in a Cygwin installation.
Thanks,
Corinna
Index: Makefile.in
===================================================================
RCS file: /cvs/openssh/Makefile.in,v
retrieving revision 1.306
diff -u -p -r1.306
2005 Mar 04
0
[PATCH] minor Cygwin documentation fix
Hi,
the information about how to build SSH under Cygwin isn't foolproof
enough. Especially missing packet dependencies resulted in a few
complaints.
Could somebody please apply the beloiw patch to contrib/cygwin/README?
Thanks in advance,
Corinna
Index: README
===================================================================
RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v
2013 May 27
2
Dovecot 2.2 build rpm on Centos6
Hi list,
I tried to build rpm based on dovecot-2.2.2-2.fc20.src.rpm on Centos 6.4
rpmbuild --define 'rhel 64' -ba dovecot-2.2.spec
I get this error:
checking for C compiler default output file name...
configure: error: in `/home/builder/rpmbuild/BUILD/dovecot-2.2.2':
configure: error: C compiler cannot create executables
See `config.log' for more details.
(config.log
2007 Nov 25
0
_net_auth2: creds_server_check failed Error
Hi All
I am trying to add my NAS server to the domain but i getthing this error. "_net_auth2: creds_server_check failed. Rejecting auth request from client NAS1 machine account NAS1$" It used to be working fine till a recent reboot of the NAS machine.
I am using SAMBA + LDAP and i have also tried to removing and adding the machine still no luck.
openldap-2.3.27-5
nss_ldap-253-3
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
To whom it concern,
There was no problem at all with the installation of the Depot.
Before running the ./configure command I'm setting the following variables like this (as it's mentionned in the README file) :
export CFLAGS="-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\\\"smbnull\\\""
export CPPFLAGS="-I/opt/iexpress/openldap/include"
export
2004 Aug 06
0
ices-2.0.0 install problem
Hello
when i install ices-2.0.0, i can't finish "./configure", system said
as fellow:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C
2001 Jun 22
0
PATCH: Makefile.in more upgrade friendly.
Hello again,
In my constant recompiles of 2.9p1 and 2.9p2, I've noticed that
upgrading a current installation with a test compile leads to tons
of files being updated even when they don't need to be.
The attached patch for Makefile.in splits the install-files target
into a bunch of serparate targets: install-dirs, install-prog,
install-man, install-conf, which are then all called in
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
I am trying to build openssh-4.3p2 portable source under Cygwin running
under Windows XP SP2.
I have installed Cygwin 1.5.19-4 along with these significant packages
(installed using the cygwin setup program):
gcc 3.4.4-1
minires-devel 1.00-1
openssl 0.9.8a-1
openssl-devel 0.9.8a-1
openssl097 0.9.7i-1
tcp_wrappers 7.6-1
zlib 1.2.3-1
I used the instructions in openssh-4.3p2/contrib./cygwin/README
2007 Feb 12
0
problem building lvm2-cluster on ia64
I am trying to install GFS on an ia64 cluster. I have been going by the Red Hat GFS 6.1 Administrator's Guide, and have built all the source rpms necessary except for one - lvm2-cluster-2.02.06-7.0.RHEL4.src.rpm is failing every single time at this place:
gcc -shared -Wl,-soname,liblvm2cmd.so.2.02 \
-Wl,--version-script,.export.sym -lselinux -lsepol -ldl -o liblvm2cmd.so -Wl,-whole-archive
2002 Dec 17
0
2.2.7a on MacOS X 10.2.2 giving "failed to set gid" error
I have been trying to get 2.2.7a to work on my Mac running 10.2.2. The configure, compile and install went through fine except for a few warnings. When I attempt to connect to the machine, I get the following errors:
[2002/12/17 16:05:14, 0] lib/util_sec.c:assert_gid(111)
Failed to set gid privileges to (0,99) now set to (99,99) uid=(0,0)
[2002/12/17 16:05:14, 0] lib/util.c:smb_panic(1094)
2004 Apr 30
0
buildpkg.sh enhancements
I've made some changes to buildpkg.sh to make it easier for package
builders to add their local changes.
I'd like people that use buildpkg.sh to test and comment on these
changes before I commit them to CVS.
None of the defaults have changed.
Some of the patch is is just moving chunks of code to a different
location to make some of the enhancements work.
Some things you may find