Displaying 18 results from an estimated 18 matches for "lasn1".
Did you mean:
asn1
2004 Feb 17
1
SNAP-20040216 configure mangles krb5-config output
In the latest snapshot's configure file, there is a
K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^- ]*//g'`"
which doesn't work well on my system:
$ krb5-config --libs gssapi
-L/opt/heimdal-0.6/lib -lgssapi -lkrb5 -lasn1 -L/opt/lib -lcrypto -lroken
Please consider changing it to
K5LIBS="`$KRB5CONF --libs gssapi | sed 's/-L[^ ]*//g'`"
if that won't break anything else.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signa...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...de -I/usr/local/openssl/include
-I/usr/heimdal/include
Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/heimdal/lib
Libraries: -lwrap -lrt -lz -L/usr/local/lib -L/software/@sys/usr/lib
-L/usr/local/openssl/lib -L/usr/lib -lsecurity -ldb -lm -laud -lcrypto -lkrb5
-ldes -lcom_err -lasn1 -lroken
You see, the "Linker flags" contain properly -L/usr/heimdal/lib , that's where
libgssapi.a is.
The problem is when heimdal is installed with support for openssl, it does not
build libdes:
configure:14199: checking whether we are using Heimdal
configure:14214: cc -c -O2 -ar...
2007 Mar 27
3
Building problem on FreeBSD with GSSAPI
...ng.o userdb-ldap.o userdb-passwd.o userdb-passwd-file.o
userdb-prefetch.o userdb-static.o userdb-vpopmail.o userdb-sql.o
-Wl,--export-dynamic -L/usr/local/lib libpassword.a
../lib-settings/libsettings.a ../lib-ntlm/libntlm.a ../lib-sql/libsql.a
../lib/liblib.a -lpam -L/usr/lib -lgssapi -lkrb5 -lasn1 -lroken -lcrypt
-lcom_err /usr/local/lib/libldap.so /usr/local/lib/liblber.so
/usr/local/lib/libsasl2.so -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib
-Wl,--rpath -Wl,/usr/local/lib
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `k...
2006 May 09
1
xmalloc symbol in libssh
...rc -I/usr/src/libexec/lukemftpd/../../lib/libc/stdtime -I/usr/src/libexec/lukemftpd/../../bin/ls -DUSE_OPIE -DLOGIN_CAP -DUSE_PAM -fstack-protector -static -o lukemftpd cmds.o conf.o ftpd.o ftpcmd.o popen.o strsuftoll.o ls-unmain.o cmp.o print.o util.o -lcrypt -lutil -lm -lopie -lmd -lpam -lkrb5 -lasn1 -lcrypto -lcrypt -lroken -lcom_err -lradius -ltacplus -lcrypt -lutil -lopie -lmd -lssh -lcrypto -lcrypt -lypclnt
% /usr/obj/usr/src/tmp/usr/lib/libssh.a(xmalloc.o)(.text+0xd0): In function `xstrdup':
% : multiple definition of `xstrdup'
% ftpd.o(.text+0x1460): first defined here
% /usr/obj...
2006 Jun 12
1
./configure and /or Makefile problem
...r, 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@includedir@ @INCLUDE_des@
AUTH_LIBS = -L@libdir@ -lgssapi -lkrb5 -lasn1 @LIB_des_appl@
- - -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@ -L/usr/local/lib -lpq
- - -L/usr/local/lib/mysql -lmysqlclient -lz -lm
Two issues become apparent:
1 - Somehow, the unexpanded "@" variables are making it to the
command line
2 - "-lroken" is a Linux specific libr...
2004 Jun 25
1
Compilation with Kerberos problem
...g for gssapi/gssapi.h... no
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... no
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... no
checking for gss_display_status in -lgssapi_krb5... no
checking for krb5_set_real_time... no
checking for krb5_set_default_in_tkt_etypes...
2004 Jul 02
0
Can't configure Samba with Kerberos support
...g for gssapi/gssapi.h... no
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... no
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... no
checking for gss_display_status in -lgssapi_krb5... no
checking for krb5_set_real_time... no
checking for krb5_set_default_in_tkt_etypes...
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
2023 Oct 14
3
Compiling within Samba Source-Tree
...samba4', '-lldbsamba-samba4', '-ltdb-samba4',
'-lsecrets3-samba4', '-lsmbldap', '-lflag-mapping-samba4',
'-lsamdb-common-samba4', '-lsamdb', '-lgenrand-samba4',
'-lutil-setid-samba4', '-ltime-basic-samba4', '-lasn1-samba4',
'-lkrb5-samba4', '-lgssapi-samba4', '-lcom-err-samba4',
'-ltdb-wrap-samba4', '-lmsghdr-samba4', '-levents-samba4',
'-lcli-ldap-common-samba4', '-lasn1util-samba4', '-laddns-samba4',
'-lcli-smb-common-samba4...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...es
-ltime-basic -lutil-setid -lsamba-debug -lgenrand -ltevent-unix-util
-ltdb-wrap -lsamba-hostconfig -lCHARSET3 -lsmbregistry -lcli-smb-common
-lutil-reg -lroken-samba4 -lndr-nbt -levents -lserver-role -lsmbd-shim
-lkrb5samba -lsmb-transport -lgensec -lkrb5-samba4 -lcom_err-samba4
-lgssapi-samba4 -lasn1-samba4 -lasn1util -lwbclient -lldb -lsamba-modules
-lsamba-credentials -lndr-samba -lcliauth -lauthkrb5 -lsamdb
-lheimbase-samba4 -lhx509-samba4 -lhcrypto-samba4 -lwind-samba4
-lwinbind-client -lsamdb-common -lldbsamba -lndr-standard -lndr-krb5pac
-lauth-sam-reply -lcli-ldap-common -lflag-mapping -...
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
...addns
-I./librpc -I./popt -I/usr/include -DLDAP_DEPRECATED
-L/usr/local/heimdal/heimdal-1.1/lib -L/usr/local/lib
-R/usr/local/lib -lthread -L./bin -L/usr/lib conftest.c
-L/usr/local/heimdal/heimdal-1.1/lib
-L/usr/local/heimdal/heimdal-1.1/lib -lgssapi -lheimntlm -lkrb5
-lhx509 -lcom_err -lhcrypto -lasn1 -lroken -ldoor -lresolv -lnsl
-lsocket -mt -lresolv -lnsl -lsocket >&5
"conftest.c", line 538: warning: implicit function declaration: free
cc: acomp failed for conftest.c
configure:62120: $? = 2
configure: program exited with status 2
configure: failed program was:
...
| /* end...
2013 Nov 05
1
samba-4.1.0 build failure -help with
...cerpc-
server -lwinbind-client -lprocess_model -lsamdb-common -lsmbclient-raw -
lgssapi-samba4 -ltevent-util -lauthkrb5 -lndr-samba -ldfs_server_ad -lsamba-
hostconfig -lcliauth -lerrors -lsamdb -lshares -lutil_tdb -lndr-nbt -levents -
ldcerpc-atsvc -lsamba-net -lsmbclient -ldsdb-module -lregistry -lasn1util -
lpytalloc-util -ltdb-wrap -lnetif -lcli_smb_common -lntvfs -lcli-ldap -lsamba-
sockets -lndr -ltdb -lcluster -lauth -lmsrpc3 -llibcli_netlogon3 -lnet_keytab
-lads -lutil_cmdline -lpdb -lnpa_tstream -lndr-standard -lndr-krb5pac -lsamba-
modules -lutil_setid -lsubunit -lutil_ntdb -ldcerpc-samb...
2003 Aug 10
9
updated gssapi diff
...revision 1.3
diff -u -r1.1.1.2 -r1.3
--- ssh/Makefile 10 Aug 2003 14:07:00 -0000 1.1.1.2
+++ ssh/Makefile 10 Aug 2003 14:25:02 -0000 1.3
@@ -19,8 +19,13 @@
.if (${KERBEROS5:L} == "yes")
CFLAGS+= -DKRB5 -I${DESTDIR}/usr/include/kerberosV
-DPADD+= ${LIBKRB5} ${LIBASN1}
-LDADD+= -lkrb5 -lasn1
+
+LDADD+= -lkrb5
+DPADD+= ${LIBKRB5}
+
+CFLAGS+= -DGSSAPI
+LDADD+= -lgssapi
+DPADD+= ${LIBGSSAPI}
.endif # KERBEROS5
.include <bsd.prog.mk>
Index: sshd/Makefile
===================================================================
RCS file: /home/hack/jakob/mycvs/sshgss/sshd/Makefile,v
r...
2004 Jan 15
2
Installation Problem !!!
...r gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... yes
checking for krb5_encrypt_data in -lk5crypto... yes
checking for des_set_key in -lcrypto... yes
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... yes
checking for gss_display_status in -lgssapi_krb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_ety...
2010 May 11
1
Samba 3.5.2 compile on AIX
...for gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... no
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... yes
checking for roken_getaddrinfo_hostspec in -lroken... yes
checking for gss_display_status in -lgssapi... yes
checking for krb5_mk_req_extended in -lkrb5... yes
checking for krb5_kt_compare in -lkrb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_etypes......
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
...or gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... yes
checking for krb5_encrypt_data in -lk5crypto... yes
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... yes
checking for krb5_kt_compare in -lkrb5... no
checking for gss_display_status in -lgssapi_krb5... yes
checking for krb5_set_real_time......
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...for gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... yes
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... yes
checking for gss_display_status in -lgssapi_krb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_ety...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...for gssapi/gssapi.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for _et_list in -lcom_err... no
checking for krb5_encrypt_data in -lk5crypto... yes
checking for des_set_key in -lcrypto... no
checking for copy_Authenticator in -lasn1... no
checking for roken_getaddrinfo_hostspec in -lroken... no
checking for gss_display_status in -lgssapi... no
checking for krb5_mk_req_extended in -lkrb5... yes
checking for gss_display_status in -lgssapi_krb5... yes
checking for krb5_set_real_time... yes
checking for krb5_set_default_in_tkt_ety...