search for: auth_libs

Displaying 20 results from an estimated 35 matches for "auth_libs".

2001 Oct 07
3
Using -lssh as shared library
...loginrec.o $(SSH_LDFLAGS) $(LIBS) -------------- next part -------------- diff -rNu1 openssh-2.9.9p2.orig/Makefile.in openssh-2.9.9p2/Makefile.in --- openssh-2.9.9p2.orig/Makefile.in Tue Sep 18 09:06:22 2001 +++ openssh-2.9.9p2/Makefile.in Mon Oct 8 02:12:04 2001 @@ -32,2 +32,4 @@ LIBS=@LIBS@ +AUTH_LIBS=@AUTH_LIBS@ +LIBWRAP=@LIBWRAP@ AR=@AR@ @@ -95,32 +97,35 @@ -ssh$(EXEEXT): $(LIBCOMPAT) libssh.a $(SSHOBJS) - $(LD) -o $@ $(SSHOBJS) $(LDFLAGS) -lssh -lopenbsd-compat $(LIBS) +SSH_LIBS = $(LIBCOMPAT) libssh.a +SSH_LDFLAGS = -lssh -lopenbsd-compat -sshd$(EXEEXT): libssh.a $(LIBCOMPAT) $(SSHDOBJS...
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2010 Aug 04
5
v2.0.rc4 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc4.tar.gz.sig I'm planning to release rc5 maybe this Friday or weekend, and if there are no serious bugs just change the version number to v2.0.0 a day or two later. Largest changes since rc3: + director: Added director_doveadm_port for accepting doveadm TCP connections. +
2007 Apr 05
1
GSS/Kerb5, Solaris 10, how to build?
Gang, I've been trying to build rc29 under Solaris 10 using either "--with-gssapi" or Kerberos 5 ticket usage. I'm trying to figure out how to set up fetchmail on another S10 box to do IMAP fetches from dovecot without having to enter a password. No matter what configure option I try, I get Building with GSSAPI support ........ : no at the end of the configure. I searched
2004 Feb 12
1
Error While compiling with the Mysql patch
...defined reference to `compress' /usr/local/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncompress': my_compress.o(.text+0x12a): undefined reference to `uncompress' I Included the FLAGS: AUTH_CFLAGS="-I/usr/local/include/mysql -DPASSDB_MYSQL -DUSERDB_MYSQL" \ AUTH_LIBS="-L/usr/local/lib/mysql -lmysqlclient" \ Before to compile, and I'm using a Debian woody. Do you know what happens? Thanks Xavi
2004 Nov 16
1
solaris samba ldap
...checking for ldap_set_rebind_proc... no checking whether ldap_set_rebind_proc takes 3 arguments... 3 checking for ldap_initialize... no configure: WARNING: libldap is needed for LDAP support ------------------- Using libraries: LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl AUTH_LIBS = the build completes without linking to libldap or liblder, samba starts but doesn't recongnize any ldap settings. configure options below. CC=cc LDFLAGS="-L/usr/local/openldap/lib" CPPFLAGS="-I/usr/local/openldap/include" ./configure --with-ldapsam also tried settin LD...
2006 Jun 12
1
./configure and /or Makefile problem
...being a savvy programmer and therefore unable to suggest a decent resolution. It seems that _something_ in either the main "configure" script or one of the Makefile.in templates is causing the Makefiles in src/auth and src/util to add two variables named "AUTH_CFLAGS" and "AUTH_LIBS", which on first look makes sense. Looking a bit deeper, they both contain variables in the format "@VARNAME@" which I'm presuming _should_ have been replaced with actual paths and/or "-l" statements during the configure process. Those being: AUTH_CFLAGS = -I@includ...
2003 Oct 03
1
Cannot compile 3.0.0 release
...ake supplied with the OS. the "./configure" step seemed to complete OK and ended with the following; checking how to build vfs_default_quota... shared checking how to build vfs_readonly... shared checking how to build vfs_cap... shared Using libraries: LIBS = -lsecurity -lresolv AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh config.status: creating include/...
2004 Jul 28
2
Building Samba 3.0.5 on HP-UX 11.11
...of the source code to prevent any confusion) -- but this time I use: CC=/usr/ccs/bin/cc ./configure which appears to work, as the first line of output is: checking for gcc... /usr/ccs/bin/cc and the configure goes on from there, right up until: Using libraries: LIBS = -lgen -lsec -lnsl AUTH_LIBS = checking configure summary... WARNING: No automated network interface determination ERROR: no seteuid method available configure: error: summary failure. Aborting config it seems like it gets 'so close', as this appears to about 20 lines short of the 'successful' configure using...
2004 May 24
2
Samba 3.0.4 fails to compile on Solaris 9
...used to successfully compile other applications. This is one of my ./configure attempts: # ./configure --prefix=/usr/local/samba-3.0.4 --with-ldapsam --with-ldap \ > --with-quotas Using libraries: LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl LDAP_LIBS = -lldap -llber AUTH_LIBS = checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh config.status: creating include/c...
2003 Sep 09
1
configure / compile problems samba-3.0.0rc3 on Solaris 8
...ldap_initialize... no configure: WARNING: libldap is needed for LDAP support checking for Active Directory and krb5 support... auto configure: WARNING: Active Directory Support requires LDAP support ..... Using libraries: LIBS = -lsendfile -lsec -lgen -lresolv -lsocket -lnsl -ldl -liconv AUTH_LIBS = It seems that libldap isn't found, but I have it in /usr/lib and the path ist the first entry in LD_LIBRARY_PATH Here now the error when compiling with gcc 3.2.2: make Using FLAGS = -g -O2 -I/usr/local/include -Iinclude -I/var/iplanet/samba-3.0.0 rc3/source/include -I/var/iplanet/samba...
2003 Dec 11
3
dovecot..
Hi All.. Has anyone got any experimental patches for mysql auth? Regards, Cami
2003 Oct 08
0
Compiling Samba3.0.0 on Solaris2.6
...up happily. Running ./configure --with-ads on Samba configures things OK, and the result is: Using libraries: LIBS = -lsec -lgen -lresolv -lsocket -lnsl KRB5_LIBS = -L/usr/local/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lsocket -lnsl -lresolv LDAP_LIBS = -llber -lldap AUTH_LIBS = However, when running make, I get: Using FLAGS = -g -O2 -I/usr/local/include -I./popt -Iinclude -I/usr/local/install/samba-3.0.0/source/include -I/usr/local/install/samba-3.0.0/source/ubiqx -I/usr/local/install/samba-3.0.0/source/smbwrapper -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I...
2003 Nov 03
0
No automated network interface determination, no seteuid method available
I'm trying to compile Samba 3.0.0 ("./configure", no parameters) on Slackware 8.0.0 (Linux 2.4.19 SMP) using gcc version "2.95.3 20010315 (release)". End of output: Using libraries: LIBS = -lcrypt -lresolv -lnsl -ldl AUTH_LIBS = -lcrypt checking configure summary... WARNING: No automated network interface determination ERROR: no seteuid method available configure: error: summary failure. Aborting config The config.log is available at: http://kevindegraaf.net/config.log.gz (32 KB). Any ideas? -- Kevin DeGraaf
2007 Aug 08
0
libpthread warning while compiling samba 3.0 on Suse Linux (SLES 10)
...nfigure:66274: $? = 0 > configure:66281: result: yes > configure:66284: WARNING: using libpthreads - this may degrade performance > configure:66504: result: Using libraries: > configure:66506: result: LIBS = -lcrypt -lresolv -lresolv -lnsl -ldl -lrt > configure:66520: result: AUTH_LIBS = -lcrypt Thank you for your help. Pierre
2009 Nov 06
2
bus error
Hi all, What does this mean? root at web # ./net ads join -U samba Enter samba's password: Bus Error (core dumped) Is it similar to seg fault? Paras.
2003 Nov 17
1
MySQL patch + Debian
Hi folks. Sorry to post here about a patch that hasn't been officially integrated into Dovecot, however I am trying to get it going and seem to have hit a dead end. I downloaded the Debianised source for Dovecot (0.99.10-9) from sarge: > wedge:/usr/local/src# apt-get -t testing source dovecot then applied the latest MySQL patch that I could find on the list: >
2007 Nov 22
1
Installation problem of SAMBA 3.0.23a on HP-UX 11.23
...c_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_prog_ac_ct_CC=cc libc_cv_fpie=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACL_LIBS='' AR='' AUTH_LIBS='' AUTH_MODULES='' AUTH_STATIC='' AWK='' BROKEN_CC='' BUILD_INIPARSER='' BUILD_POPT='' CC='cc' CFLAGS='-O -DWITH_SYSLOG -DGUEST_ACCOUNT=\"smbnull\" -D_SAMBA_BUILD_' CHARSET_MODULES='' CHARSET_STATIC=''...
2006 Jan 15
1
undefined reference to `swrap_close'
...am --with-pam_smbpass --with-libsmbclient --with-sendfile-support SAMBA VERSION: 3.0.21a checking for -fPIE... yes checking for gcc... gcc checking for C compiler default output file name... a.out ... checking how to build vfs_catia... not Using libraries: LIBS = -lcrypt -lresolv -lnsl -ldl AUTH_LIBS = -lcrypt -lpam -lpam checking configure summary... yes configure: creating ./config.status config.status: creating include/stamp-h config.status: creating Makefile config.status: creating script/findsmb config.status: creating smbadduser config.status: creating script/gen-8bit-gap.sh config.statu...
2004 Mar 04
4
Solaris 9 --with-krb5 problems
Hi, I am running configure with the option --with-krb5=/opt/local which is where I have heimdal installed. The problem is that after running make, it still tries to use the include files from SUN that are in /usr/ and this screws up the compile. I can compile samba just fine using --without-krb5. I have already tried: setenv CFLAGS "-L/opt/local/lib" setenv CPPFLAGS