Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Nov 2018 22:34:45 -0500
From:      Dennis Clarke <dclarke@blastwave.org>
To:        FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>
Subject:   these are the sort of things that would fry a new user
Message-ID:  <6c26e8f7-a710-460e-1d37-ff649f698530@blastwave.org>

next in thread | raw e-mail | index | archive | help


I'm not new however this sort of thing would stop a new user in their 
tracks :


eris# uname -a
FreeBSD eris 12.0-BETA4 FreeBSD 12.0-BETA4 r340271 GENERIC  powerpc

eris# uptime
  3:30AM  up  3:33, 2 users, load averages: 0.05, 0.09, 0.08

eris# pkg install wget
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from 
pkg+http://pkg.FreeBSD.org/FreeBSD:12:powerpc64/quarterly, please wait...
Verifying signature with trusted certificate 
pkg.freebsd.org.2013102301... done
Installing pkg-1.10.5_3...
Extracting pkg-1.10.5_3: 100%
ld-elf.so.1: Shared object "libssl.so.8" not found, required by "pkg"
eris#


what ?


eris# pkg query %t\ %n\ %v\ %o
ld-elf.so.1: Shared object "libssl.so.8" not found, required by "pkg"
eris#

really ?


eris# readelf -del /usr/sbin/pkg | grep -E -e 'PATH|NAME|NEED'
  0x0000000000000001 NEEDED               Shared library: [libarchive.so.7]
  0x0000000000000001 NEEDED               Shared library: [libfetch.so.6]
  0x0000000000000001 NEEDED               Shared library: 
[libprivateucl.so.1]
  0x0000000000000001 NEEDED               Shared library: [libsbuf.so.6]
  0x0000000000000001 NEEDED               Shared library: [libcrypto.so.111]
  0x0000000000000001 NEEDED               Shared library: [libssl.so.111]
  0x0000000000000001 NEEDED               Shared library: [libc.so.7]
  0x000000006ffffffe VERNEED              0x10001848
  0x000000006fffffff VERNEEDNUM           4
eris#

Sort of a pain to have to debug the most trivial bits which don't work
  out of the box.

I am going to try a re-install except with RC1 and hope that things
"just work"(tm) or at least little things work.

Dennis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6c26e8f7-a710-460e-1d37-ff649f698530>