I had to 'make install' in the FreeBSD 3.4 version of
/usr/ports/security/openssl to get openssl-0.9.4 installed on 4.0RC
since it purports to be in the base system:
    cd /usr/ports/security/openssl
    make -V FORBIDDEN
    "OpenSSL is already in the base system"
yet it doesn't appear to be.

This causes openssh to fail likewise because it depends on openssl
(crypto.1 shared library), the patch below removes that dependancy
so
    cd /usr/ports/security/openssh
    make USA_RESIDENT=NO
works after the 3.4 openssl port is installed.

The real fix would be to really put openssl into the base system.

*** Makefile.orig       Sat Feb 12 17:03:50 2000
--- Makefile    Sat Feb 12 17:05:42 2000
***************
*** 14,20 ****

  MAINTAINER=   [EMAIL PROTECTED]

! LIB_DEPENDS=  crypto.1:${PORTSDIR}/security/openssl

  .include <bsd.port.pre.mk>
  CAT?=         /bin/cat
--- 14,20 ----

  MAINTAINER=   [EMAIL PROTECTED]

! #LIB_DEPENDS= crypto.1:${PORTSDIR}/security/openssl

  .include <bsd.port.pre.mk>
  CAT?=         /bin/cat

Otherwise, the ISO image of 4.0RC installed without a hitch
on my ASUS "P5A Super7" system:
    CPU: AMD-K6(tm) 3D+ Processor (451.02-MHz 586-class CPU)
      Origin = "AuthenticAMD"  Id = 0x591  Stepping = 1
      Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX>
      AMD Features=0x80000800<SYSCALL,3DNow!>
        real memory  = 268419072 (262128K bytes)
    pcib0: <AcerLabs M1541 (Aladdin-V) PCI host bridge> on motherboard
    pcib1: <AcerLabs M5243 PCI-PCI bridge> at device 1.0 on pci0
    chip1: <AcerLabs M15x3 Power Management Unit> at device 3.0 on pci0
    isab0: <AcerLabs M1533 portable PCI-ISA bridge> at device 7.0 on pci0
    vga-pci0: <ATI Mach64-GX graphics accelerator> ...
    fxp0: <Intel EtherExpress Pro 10/100B Ethernet> ...
    ahc0: <Adaptec 2940 Ultra2 SCSI adapter> ...
    6 x da# disks: <IBM DNES-309170W SA30> Fixed Direct Access SCSI-3 device
    1 x cd recordable: pass1: <TEAC CD-R55S 1.0J> Removable CD-ROM SCSI-2 device
    1 x atapi cd: acd0: <LTN483/BL1C> CDROM drive at ata0 as slave

Adrian
_________________________________________________________________________
Dr. Adrian Steinmann  Steinmann Consulting  Apollostrasse 21  8032 Zurich
   Tel +41 1 380 30 83     Fax +41 1 380 30 85    Mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to