search for: afsws

Displaying 20 results from an estimated 32 matches for "afsws".

1999 May 14
0
Problems Building Samba 2.0.3 --with-afs
...mely during pass_check.c. I'm on a AIX 4.1.5 box. Using the export version of AFS 3.4. Help is appreciated. I wouldn't ask you all this if I hadn't already spent 3 days trying to figure it out myself. Regards, /Peter Str?mberg Compiling passdb/pass_check.c In file included from /usr/afsws/include/afs/kautils.h:35, from passdb/pass_check.c:141: /usr/afsws/include/rx/xdr.h:219: warning: `XDR_DESTROY' redefined /usr/include/rpc/xdr.h:203: warning: this is the location of the previous definition /usr/afsws/include/rx/xdr.h:222: warning: `xdr_destroy' redefined /...
2000 Aug 03
0
help with afs
...ed the first time and ran samba without afs. Now i am trying to compile it with afs. It has not been successful. I have added all the afs libraries to the makefile. These are the errors i am still getting, can you please help me find away around this. Linking bin/smbd /afs/anl/i386_linux22/usr/afsws/lib/libafsrpc.a(error_msg.o): In function `error_message': /afs/transarc.com/project/fs/dev/afs/3.6/.stage22/@sys/obj/libafsrpc/../comerr/error_msg.c:105: multiple definition of `error_message' /krb5/lib/libcom_err.a(error_message.o)(.text+0x0): first defined here /usr/bin/ld: Warning: size...
2001 Oct 09
2
Solaris 2.6, and AFS
With the help of Jan Iven I have been able to compile openssh-2.9.9p2 on Solaris 2.6 with AFS/kerb4 support using gcc. ./configure --sysconfdir=/etc/ssh --with-tcp-wrappers \ --with-egd-pool=/var/run/egd-pool \ --with-kerberos4=/usr/athena --with-afs=/usr/afsws to do this I modified the resulting Makefile, from: CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include -I/usr/local/include -I/usr/athena/include -I/usr/afsws/include $(PATHS) -DHAVE_CONFIG_H to: CPPFLAGS=-I. -I$(srcdir) -I/usr/local/ssl/include -I/usr/athena/include -I/usr/afsws/include $(PAT...
2002 Aug 07
0
AIX 4.3.3/OpenSSH 3.4p1 compile problem
...em building OpenSSH on my AIX 4.3.3 box. It fails during the make with the following error: xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last co...
2003 Jan 09
0
Building openssh-3.5p1 with new DES functions
...Host: alphaev67-dec-osf5.1 Compiler: cc Compiler flags: -O2 -arch ev6 Preprocessor flags: -I/usr/local/openssl/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/local/openssl/include -I/software/@sys/usr/include/freetype2 -I/usr/athena/include -I/usr/afsws/include Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib -L/usr/athena/lib -L/usr/afsws/lib Libraries: -lwrap -lkafs -lresolv -ldes -lkrb -lz -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib...
2002 Dec 08
1
Building openssh-3.5p1 with new DES functions
...internal ONLY Host: alphaev67-dec-osf5.1 Compiler: cc Compiler flags: -I/software/@sys/usr/include -I/usr/local/include Preprocessor flags: -I/usr/local/openssl/include -Iyes -I/software/@sys/usr/include -I/usr/local/include -I/usr/athena-1.2.1-no-openssl/include -I/usr/afsws/include Linker flags: -L/usr/local/openssl/lib -Lyes -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/athena-1.2.1-no-openssl/lib -L/usr/afsws/lib Libraries: -lwrap -lkafs -lresolv -ldes -lkrb -lz -L/usr/local/lib -L/software/@sys/usr/lib -L/usr/local/openssl/lib -L/usr/lib -lsecuri...
2002 Nov 25
1
AIX 4.3.3/OpenSSH 3.5p1 compile problem
...em building OpenSSH on my AIX 4.3.3 box. It fails during the make with the following error: xlc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -L/usr/local/lib -L/usr/athena/lib -L/usr/afsws/lib -blibpath:/usr/lib:/lib:/usr/local/lib:/usr/athena/lib -lssh -lopenbsd-compat -lkafs -ldes -lkrb -lz -lcrypto -lld -ldes ld: 0711-317 ERROR: Undefined symbol: .issuid ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. make: 1254-004 The error code from the last co...
2002 Jan 18
0
KTH krb4 and OpenSSL conflict building OpenSSH 3.0.2p1
Hi, I configured OpenSSH 3.0.2p1 with ./configure --disable-suid-ssh --with-pam --with-kerberos4=/usr/athena \ --with-afs=/usr/afsws --with-ipaddr-display \ --with-ssl-dir=/afs/bi/v/@sys/libraries/openssl/latest My "latest" OpenSSL is 0.9.6a. KTH krb4 is 1.1. When linking the binaries, the KTH krb4 libdes conflicts with the OpenSSL libdes. It seems to be possible to get around this like this: where make emits gcc...
2002 May 03
0
AFS/Kerberos authentication problems on IRIX 6.5.15
...s local to the target machine but logins with AFS accounts fail. The details: IRIX 6.5.15 ssh 3.1.p1 gcc 3.0.1 ssl-0.9.6c zlib-1.1.4. I am configuring with: env CC=gcc CFLAGS=-g LDFLAGS=-Wl,-rpath,/usr/local/krb4/lib,-rpath,/usr/local/ssl/lib ./configure --prefix=/usr/etc/ssh --with-afs=/usr/afsws --with-kerberos4=/usr/local/krb4 --sysconfdir=/etc/ssh --with-pid-dir=/var/run --with-ipv4-default --with-default-path=/usr/bin:/bin:/usr/bsd:/usr/sbin:/sbin:/usr/afsws/bin:/usr/local/bin I also had to remove the first occurrence of '-ldes' from the LIBS in the makefile. When trying t...
2001 Jun 06
2
Failure to compile OpenSSH.
...LAGS and LDFLAGS where needed. * OpenSSL: 0.9.6a on all platforms, installed on AFS, at /afs/biocenter.helsinki.fi/v/@sys/libraries/openssl/latest * Configure line: ./configure --with-ssl-dir=/afs/biocenter.helsinki.fi/v/@sys/libraries/openssl/latest --with-kerberos4=/usr/athena --with-afs=/usr/afsws Results: Linux: Configure fails to find OpenSSL. (1) Solaris: Configure fails to find OpenSSL. (2) SGI: Configure fails to find OpenSSL. (3) Alpha: Configure succeeds, build fails. (4) HP: Configure succeeds, build fails. (5) (1) configure:4411: gcc -o conftest -g -O2 -Wall -I/afs/bi/v/@sys/...
2002 May 02
0
IRIX 6.5 + AFS/Kerberos Problems
I am having problems compiling ssh 3.1.p1 under IRIX 6.5.15. I can get ssh to compile but it does not seem to be able to authenticate using afs passwords. Some details: gcc 3.0.1 ssl-0.9.6c zlib-1.1.4. I am configuring with: ./configure --with-kerberos4=/usr/kerberos --with-afs=/usr/afsws \ --with-tcp-wrappers=/usr/local Straight out of the box, this fails with: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I. -I/usr/local/ ssl/include -I/usr/local/include -I/usr/local/include -I/usr/kerberos/include - I/usr/afsws/include -DSSHDIR=\"/usr/local/etc\&quo...
1998 Aug 10
0
AFS compilation problems
...i've scoured and found nothing. When compiling samba 1.9.18p8 with AFS 3.4a on solaris 2.6, when I go to link the binary (smbd) with the stock makefiles, i get: Undefined first referenced symbol in file sigvec /usr/afsws/lib/liblwp.a(iomgr.o) sigsetmask /usr/afsws/lib/liblwp.a(preempt.o) this is with gcc 2.7.2.3. i've scoured the system and can't find those library definitions anywhere. this may be just my AFS version or something, but it also happens on 2.5.1. Any and all input i...
2002 Jan 17
0
Please help: Compiling/configuring OpenSSH on SunOS 5.5.1 with AFS
...o IP address in $DISPLAY hack: no Use IPv4 by default hack: yes Translate v4 in v6 hack: no Host: sparc-sun-solaris2.5.1 Compiler: /opt/SUNWspro/bin/cc Compiler flags: -O Preprocessor flags: -I/client/include -I/client/include -I/usr/local/include -I/usr/afsws/include Linker flags: -R/client/lib -L/client/lib -s -z muldefs -L/client/lib -R/client/lib -L/usr/local/lib -R/usr/local/lib -L/usr/afsws/lib Libraries: -lkafs -lresolv -ldes -lkrb -lwrap -lz -lsocket -lnsl -lcrypto -ldes
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...Kerberos libraries and header files do not appear to be distributed with AFS, I downloaded and installed ftp://ftp.pdc.kth.se/pub/krb/src/krb4-1.0.8.tar.gz ./configure --sysconfdir=/etc/ssh --with-tcp-wrappers --with-egd-pool=/var/run/egd-pool \ --with-kerberos4=/usr/athena --with-afs=/usr/afsws \ --with-default-path=/usr/local/bin:/usr/xpg4/bin:/usr/bin:/opt/SUNWspro/bin:/usr/opt/SUNWmd/sbin:/usr/ucb:/usr/ccs/bin:/usr/openwin/bin:/usr/sbin creating cache ./config.cache checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is...
2001 Jul 16
1
openssh 2.9p1 on Solaris 2.6 with AFS
...t still did not make it through (now working with openssh-2.9p2): gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -R/usr/local/ssl/lib -L/usr/local/ssl/lib -L/usr/local/lib -R/usr/local/lib -L/usr/athena/lib -R/usr/athena/lib -L/usr/afsws/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes /usr/local/ssl/lib/libcrypto.a(set_key.o): In function `des_check_key_parity': set_key.o(.text+0x380): multiple definition of `des_check_key_parity' /usr/local/lib/libdes.a(key_...
2001 Jun 18
1
OpenSSH + Solaris + AFS ???
...o IP address in $DISPLAY hack: no Use IPv4 by default hack: yes Translate v4 in v6 hack: no Host: sparc-sun-solaris2.7 Compiler: /opt/SUNWspro.6/bin/cc Compiler flags: -g Preprocessor flags: -I/client/include -I/client/include -I/usr/local/include -I/usr/afsws/include Linker flags: -R/client/lib -L/client/lib -z muldefs -L/client/lib -R/client/lib -L/usr/local/lib -R/usr/local/lib -L/usr/afsws/lib Libraries: -lkafs -lresolv -ldes -lkrb -lpam -ldl -lwrap -lz -lsocket -lnsl -lgen -lcrypto -ldes * /etc/pam.conf: sshd auth sufficient /...
2003 Feb 11
1
Problems configuring OpenSSH 3.5p1 on Sol 5.8
...s of config.log below. Any pointers as to why this might be happening would be greatly appreciated. TIA. ============= config.log ============= It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --prefix=/usr/ssh --with-afs=/usr/afsws --with-kerberos4=/usr/athena --with-tcp-wrappers=/usr/local --with-ssl-dir=/usr/local/ssl --sysconfdir=/etc/ssh --with-pid-dir=/var/run --with-ipv4-default --with-default-path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/afsws/bin:/usr/ssh/bin:/usr/local/bin ## --------- ## ## Platform. ## ## ---------...
1999 Mar 11
2
AFS on samba 2.0.2
...sc: not available Url : http://lists.samba.org/archive/samba/attachments/19990311/b26cb0bf/pass_check.c.bin -------------- next part -------------- --- configure Fri Feb 12 08:49:28 1999 +++ configure.orig Sat Feb 6 15:51:52 1999 @@ -8685,10 +8685,6 @@ #define WITH_AFS 1 EOF -afs_base='/usr/afsws' -afs_flags='-I${AFS_BASE}/include' -afs_libdir='${AFS_BASE}/lib' -afs_libs='-L${AFS_LIBDIR} -L${AFS_LIBDIR}/afs -lkauth -lprot -lubik -laudit -lauth -lrxkad -lsys -ldes -lrx -llwp -lcom_err $(AFS_LIBDIR)/afs/util.a' ;; *) echo "$ac_t""no&quot...
2000 Apr 11
2
LDFLAGS of the Makefile
I have compiled and installed OpenSSH 1.2.3 under AIX 4.3.3. The call to configure was: CFLAGS="-I/client/include -L/usr/ruf/lib" \ ./configure --with-egd-pool=/dev/urandom \ --with-afs=/usr/afsws \ --with-kerberos4=/client \ --with-tcp-wrappers \ --with-pid-dir=/etc \ --sysconfdir=/etc \ --with-ipv4-default \ --prefix=/sw/rs_aix433/openssh-1.2.3 The resultant makefile has the line: LDFLAGS=-L. -L/usr/local/lib -L...
2000 Dec 12
0
a (generic?!?) problem with server-side PATH to scp
...side scp was broken: make install put scp in /usr/local/bin yet the server-side PATH doesn't include /usr/local/bin... ssh-server# pwd /usr/local/src/openssh-2.3.0p1 ssh-server# ./configure --sysconfdir=/etc --with-ssl-dir=../openssl-0.9.6 \ --with-kerberos4=../krb4-1.0.3 --with-afs=/usr/afsws ssh-server# make; make install ssh-server# sshd -d -p 2222 ssh-client# ssh -P 2222 /etc/motd ssh-server:/dev/null [...] PATH=/usr/bin:/bin:/usr/sbin:/sbin [...] bash: scp: command not found lost connection Maybe this is just a problem introduced my crazy ./configure for afs, but it seems l...