Displaying 20 results from an estimated 22 matches for "lroken".
Did you mean:
broken
2006 Jun 12
1
./configure and /or Makefile problem
...bles 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 library and is not found in mos...
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-signature
Size: 232 bytes
Desc: n...
2003 Sep 05
20
[Bug 635] openssh-SNAP-20030903: configure does not work well with heimdal(krb5)
...sr/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 -arch ev56...
2007 Mar 27
3
Building problem on FreeBSD with GSSAPI
...erdb-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 `krb5_cryp...
2006 May 09
1
xmalloc symbol in libssh
...kemftpd/../../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/usr/src/tmp/usr/bin/ld:...
2004 Jun 25
1
Compilation with Kerberos problem
...... 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... no
checking for krb5_set_default_tgs_ktypes... no
che...
2004 Jul 02
0
Can't configure Samba with Kerberos support
...... 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... no
checking for krb5_set_default_tgs_ktypes... no
che...
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
...cli-ldap-common-samba4', '-lasn1util-samba4', '-laddns-samba4',
'-lcli-smb-common-samba4', '-lcli-cldap-samba4', '-lauthkrb5-samba4',
'-lldb-samba4', '-lstable-sort-samba4', '-lndr-krb5pac',
'-lserver-role-samba4', '-lroken-samba4', '-lheimbase-samba4',
'-lhx509-samba4', '-lwind-samba4', '-lhcrypto-samba4',
'-lclidns-samba4', '-lsmb-transport-samba4', '-lcli-ldap-samba4',
'-lcommon-auth-samba4', '-lnetif-samba4', '-lcli-nbt-samba4',...
2016 Apr 19
0
libsmbregistry.so: undefined reference to `gfree_charcnv'
...iov-buf
-lsmbconf -ltalloc -lsamba-cluster-support -lsys-rw -lutil-tdb
-lsamba3-util -lsocket-blocking -lmsghdr -lsamba-sockets -lndr -linterfaces
-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-s...
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
...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 confdef...
2019 Apr 02
2
Make/Build Error on armhf
...usr/local/lib', '-L/usr/local/lib',
'-lsamba-sockets-samba4', '-lsamba-debug-samba4', '-l*MESSAGING-SEND-samba4*', '-lserver-id-db-samba4', '-lsamba-security-samba4', '-ltalloc', '-lndr-samba-samba4', '-lsamba-util', '-lroken-samba4', '-lsocket-blocking-samba4', '-lsamba-errors', '-levents-samba4', '-linterfaces-samba4', '-ltevent', '-lndr-nbt', '-ltevent-util', '-liov-buf-samba4', '-ltime-basic-samba4', '-lreplace-samba4', '-lmessag...
2019 Apr 02
2
Make/Build Error on armhf
Hello $List,
just downloaded and tried to compile samba 4.10.0 an raspbian stretch which
ends in an error:
[1924/4121] Compiling source3/rpc_client/rpc_transport_np.c
[1925/4121] Linking bin/default/source3/libmsrpc3-samba4.so
/usr/bin/ld:
/install/samba-4.10.0/bin/default/source3/libutil-cmdline-samba4.so: invalid
string offset 3888 >= 3489 for section `.strtab'
/usr/bin/ld:
2019 Apr 02
0
Make/Build Error on armhf
...usr/local/lib',
'-L/usr/local/lib',
'-lsamba-sockets-samba4', '-lsamba-debug-samba4',
'-l*MESSAGING-SEND-samba4*', '-lserver-id-db-samba4',
'-lsamba-security-samba4', '-ltalloc', '-lndr-samba-samba4',
'-lsamba-util', '-lroken-samba4', '-lsocket-blocking-samba4',
'-lsamba-errors', '-levents-samba4', '-linterfaces-samba4', '-ltevent',
'-lndr-nbt', '-ltevent-util', '-liov-buf-samba4', '-ltime-basic-samba4',
'-lreplace-samba4', '-lmessag...
2019 Apr 04
0
Make/Build Error on armhf
...usr/local/lib', '-L/usr/local/lib',
'-lsamba-sockets-samba4', '-lsamba-debug-samba4', '-l*MESSAGING-SEND-samba4*', '-lserver-id-db-samba4', '-lsamba-security-samba4', '-ltalloc', '-lndr-samba-samba4', '-lsamba-util', '-lroken-samba4', '-lsocket-blocking-samba4', '-lsamba-errors', '-levents-samba4', '-linterfaces-samba4', '-ltevent', '-lndr-nbt', '-ltevent-util', '-liov-buf-samba4', '-ltime-basic-samba4', '-lreplace-samba4', '-lmessag...
2019 Apr 05
0
Make/Build Error on armhf
...>
> > '-lsamba-sockets-samba4', '-lsamba-debug-samba4',
> > '-l*MESSAGING-SEND-samba4*', '-lserver-id-db-samba4',
> > '-lsamba-security-samba4', '-ltalloc', '-lndr-samba-samba4',
> > '-lsamba-util', '-lroken-samba4', '-lsocket-blocking-samba4',
> > '-lsamba-errors', '-levents-samba4', '-linterfaces-samba4',
> > '-ltevent', '-lndr-nbt', '-ltevent-util', '-liov-buf-samba4',
> > '-ltime-basic-samba4', '-lr...
2013 Nov 05
1
samba-4.1.0 build failure -help with
...a -
Ldefault/source4/lib/messaging -Ldefault/auth/credentials -
Ldefault/lib/replace -Ldefault/nsswitch/libwbclient -Ldefault/lib/addns -
Ldefault/source4/heimdal_build -Ldefault/libcli/nbt -Ldefault/lib/ldb -
Ldefault/source4/lib/cmdline -L/lib -Wl,-Bdynamic -lcmdline-credentials -lldb
-lcli-nbt -lroken-
samba4 -laddns -lwbclient -lreplace -lsamba-credentials -lMESSAGING -lldbsamba
-lsamba-security -lnetapi -lservice -lndr-samba4 -lpyldb-util -
lsmbpasswdparser -ldcerpc-binding -lgensec -lsamba-util -
ldlz_bind9_for_torture -ltorture -lsamba_python -ldcerpc -ltevent -ldbwrap -
lcli_cldap -ldcerpc...
2004 Jan 15
2
Installation Problem !!!
...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_etypes... no
checking for krb5_set_default_tgs_ktypes... yes...
2010 May 11
1
Samba 3.5.2 compile on AIX
..... 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... yes
checking for krb5_set_default_tgs_enctypes... no
check...
2010 Feb 04
3
3.3 and 3.4 compile failure on dbwrap
.... 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... yes
checking for krb5_set_default_in_tkt_etypes... no
ch...