Re: error installing openssh-portable

2005-04-12 Thread Redmond Militante
hi

i'm bumping this, still having this problem.  upgrading to 4.11 did not fix 
it...


 please if anyone has any ideas...
 
 
  Don't top-post, please.
  
  Redmond Militante [EMAIL PROTECTED] writes:
  
   is /usr/ports/cryptlib the port you're referring to?
  
  No, I'm talking about the crypto distribution in the base system.  I
  don't remember when it was folded into the main distribution, but for
  a long time it was separate because of concerns about export
  regulations and patent issues.
  
   i've also read that make -DWITHOUT_KERBEROS=yes would also work, but it 
   didn't in my case.
   
   
   
   [Tue, Mar 29, 2005 at 09:14:07AM -0500]
   This one time, at band camp, Lowell Gilbert said:
   
Redmond Militante [EMAIL PROTECTED] writes:

 hi all
 
 i get this installing the openssh-portable port on a 4.8-RELEASE 
 machine
 
 ===  Building for openssh-portable-3.9.0.1,1
 if test ! -z ; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
 (cd openbsd-compat  make)
 cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o 
 sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
 -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh 
 -lopenbsd-compat -lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto 
 -lcom_err -lasn1 -lroken
 /usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
 /usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
 /usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
 /usr/lib/libkrb5.so: undefined reference to `des_set_key'
 /usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
 *** Error code 1
 
 Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
 *** Error code 1
 
 Stop in /usr/ports/security/openssh-portable.
 
 
 any ideas on how to fix?  cvsup'ing ports didn't work.

I seem to recall DES being optional back when; you'll need to install
it to get this linking.  It should be in the crypto library.

Or maybe my memory is just off...
   
   -- 
   Redmond Militante
   Software Engineer / Medill School of Journalism
   FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
   11:15AM  up 45 mins, 2 users, load averages: 0.00, 0.02, 0.05
   
   
  
  -- 
  Lowell Gilbert, embedded/networking software engineer, Boston area
  http://be-well.ilk.org/~lowell/
 
 -- 
 Redmond Militante
 Software Engineer / Medill School of Journalism
 FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
 12:00PM  up 2 days,  1:30, 1 user, load averages: 0.41, 0.16, 0.05



-- 
Redmond Militante
Software Engineer / Medill School of Journalism
FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
 2:00PM  up 4 days, 29 mins, 4 users, load averages: 0.07, 0.11, 0.20


pgpTSokQw0kSj.pgp
Description: PGP signature


Re: error installing openssh-portable

2005-03-31 Thread Redmond Militante
please if anyone has any ideas...


 Don't top-post, please.
 
 Redmond Militante [EMAIL PROTECTED] writes:
 
  is /usr/ports/cryptlib the port you're referring to?
 
 No, I'm talking about the crypto distribution in the base system.  I
 don't remember when it was folded into the main distribution, but for
 a long time it was separate because of concerns about export
 regulations and patent issues.
 
  i've also read that make -DWITHOUT_KERBEROS=yes would also work, but it 
  didn't in my case.
  
  
  
  [Tue, Mar 29, 2005 at 09:14:07AM -0500]
  This one time, at band camp, Lowell Gilbert said:
  
   Redmond Militante [EMAIL PROTECTED] writes:
   
hi all

i get this installing the openssh-portable port on a 4.8-RELEASE machine

===  Building for openssh-portable-3.9.0.1,1
if test ! -z ; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
(cd openbsd-compat  make)
cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o 
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
-rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh -lopenbsd-compat 
-lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
/usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
/usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
/usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
/usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
/usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
/usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
/usr/lib/libkrb5.so: undefined reference to `des_set_key'
/usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
/usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
*** Error code 1

Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
*** Error code 1

Stop in /usr/ports/security/openssh-portable.


any ideas on how to fix?  cvsup'ing ports didn't work.
   
   I seem to recall DES being optional back when; you'll need to install
   it to get this linking.  It should be in the crypto library.
   
   Or maybe my memory is just off...
  
  -- 
  Redmond Militante
  Software Engineer / Medill School of Journalism
  FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
  11:15AM  up 45 mins, 2 users, load averages: 0.00, 0.02, 0.05
  
  
 
 -- 
 Lowell Gilbert, embedded/networking software engineer, Boston area
   http://be-well.ilk.org/~lowell/

-- 
Redmond Militante
Software Engineer / Medill School of Journalism
FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
12:00PM  up 2 days,  1:30, 1 user, load averages: 0.41, 0.16, 0.05


pgpwZV057j3VB.pgp
Description: PGP signature


Re: error installing openssh-portable

2005-03-30 Thread Lowell Gilbert
Don't top-post, please.

Redmond Militante [EMAIL PROTECTED] writes:

 is /usr/ports/cryptlib the port you're referring to?

No, I'm talking about the crypto distribution in the base system.  I
don't remember when it was folded into the main distribution, but for
a long time it was separate because of concerns about export
regulations and patent issues.

 i've also read that make -DWITHOUT_KERBEROS=yes would also work, but it 
 didn't in my case.
 
 
 
 [Tue, Mar 29, 2005 at 09:14:07AM -0500]
 This one time, at band camp, Lowell Gilbert said:
 
  Redmond Militante [EMAIL PROTECTED] writes:
  
   hi all
   
   i get this installing the openssh-portable port on a 4.8-RELEASE machine
   
   ===  Building for openssh-portable-3.9.0.1,1
   if test ! -z ; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
   (cd openbsd-compat  make)
   cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o 
   sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
   -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh -lopenbsd-compat 
   -lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
   /usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
   /usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
   /usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
   /usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
   /usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
   /usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
   /usr/lib/libkrb5.so: undefined reference to `des_set_key'
   /usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
   /usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
   *** Error code 1
   
   Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
   *** Error code 1
   
   Stop in /usr/ports/security/openssh-portable.
   
   
   any ideas on how to fix?  cvsup'ing ports didn't work.
  
  I seem to recall DES being optional back when; you'll need to install
  it to get this linking.  It should be in the crypto library.
  
  Or maybe my memory is just off...
 
 -- 
 Redmond Militante
 Software Engineer / Medill School of Journalism
 FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
 11:15AM  up 45 mins, 2 users, load averages: 0.00, 0.02, 0.05
 
 

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error installing openssh-portable

2005-03-29 Thread Lowell Gilbert
Redmond Militante [EMAIL PROTECTED] writes:

 hi all
 
 i get this installing the openssh-portable port on a 4.8-RELEASE machine
 
 ===  Building for openssh-portable-3.9.0.1,1
 if test ! -z ; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
 (cd openbsd-compat  make)
 cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o sshconnect1.o 
 sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
 -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh -lopenbsd-compat 
 -lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
 /usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
 /usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
 /usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
 /usr/lib/libkrb5.so: undefined reference to `des_set_key'
 /usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
 /usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
 *** Error code 1
 
 Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
 *** Error code 1
 
 Stop in /usr/ports/security/openssh-portable.
 
 
 any ideas on how to fix?  cvsup'ing ports didn't work.

I seem to recall DES being optional back when; you'll need to install
it to get this linking.  It should be in the crypto library.

Or maybe my memory is just off...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error installing openssh-portable

2005-03-29 Thread Redmond Militante
hi

is /usr/ports/cryptlib the port you're referring to?

i've also read that make -DWITHOUT_KERBEROS=yes would also work, but it didn't 
in my case.



[Tue, Mar 29, 2005 at 09:14:07AM -0500]
This one time, at band camp, Lowell Gilbert said:

 Redmond Militante [EMAIL PROTECTED] writes:
 
  hi all
  
  i get this installing the openssh-portable port on a 4.8-RELEASE machine
  
  ===  Building for openssh-portable-3.9.0.1,1
  if test ! -z ; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
  (cd openbsd-compat  make)
  cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o 
  sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
  -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh -lopenbsd-compat 
  -lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
  /usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
  /usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
  /usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
  /usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
  /usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
  /usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
  /usr/lib/libkrb5.so: undefined reference to `des_set_key'
  /usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
  /usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
  *** Error code 1
  
  Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
  *** Error code 1
  
  Stop in /usr/ports/security/openssh-portable.
  
  
  any ideas on how to fix?  cvsup'ing ports didn't work.
 
 I seem to recall DES being optional back when; you'll need to install
 it to get this linking.  It should be in the crypto library.
 
 Or maybe my memory is just off...

-- 
Redmond Militante
Software Engineer / Medill School of Journalism
FreeBSD 5.2.1-RELEASE-p13 #0: Mon Mar 28 17:07:51 CST 2005 i386
11:15AM  up 45 mins, 2 users, load averages: 0.00, 0.02, 0.05


pgpXB0dpxBM4y.pgp
Description: PGP signature