Date: Tue, 19 Jan 2016 05:18:44 -0800 From: David Wolfskill <david@catwhisker.org> To: Thomas Mueller <mueller6724@bellsouth.net> Cc: freebsd-current@freebsd.org Subject: Re: libcrypto.so.7 not found, needed (?) for X server Message-ID: <20160119131844.GS13446@albert.catwhisker.org> In-Reply-To: <930546.92837.bm@smtp115.sbc.mail.ne1.yahoo.com> References: <930546.92837.bm@smtp115.sbc.mail.ne1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--O3bhLwMadv7h6/J9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Tue, Jan 19, 2016 at 12:44:16PM +0000, Thomas Mueller wrote:
> I just updated FreeBSD-current to r294248, and can no longer startx.
>=20
> Error message is
>=20
> xauth: file /home/arlene/.serverauth.1177 does not exist
>=20
> Shared object "libcrypto.so.7" not found, required by "X"
> xinit: giving up
> xinit: unable to connect to X server: Connection refused
> xinit: server error
>=20
> There is /usr/lib/libcrypto.so but notlibcrypto.so.7.
> ....
On my laptop, in the "head" environment, I have:
g1-252(10.3-P)[1] cd /S4
g1-252(10.3-P)[2] ls -ltrT usr/lib/libcrypto*
-r--r--r-- 1 root wheel 4281880 Dec 28 05:50:18 2015 usr/lib/libcrypto.a
-r--r--r-- 1 root wheel 4531590 Dec 28 05:50:18 2015 usr/lib/libcrypto_p=
=2Ea
lrwxr-xr-x 1 root wheel 24 Jan 19 05:02:24 2016 usr/lib/libcrypto.s=
o -> ../../lib/libcrypto.so.8
g1-252(10.3-P)[3]=20
But I normally run -- and biuld my ports -- in a stable/10 environment,
so:
g1-252(10.3-P)[1] ldd `which X` | grep crypto
libcrypto.so.7 =3D> /lib/libcrypto.so.7 (0x800c84000)
g1-252(10.3-P)[2] ls -ltrT /lib/libcrypto*
-r--r--r-- 1 root wheel 2039072 Jan 19 04:28:19 2016 /lib/libcrypto.so.7
g1-252(10.3-P)[3] ls -ltrT /usr/lib/libcrypto*
-r--r--r-- 1 root wheel 3927330 Dec 4 04:36:08 2015 /usr/lib/libcrypto.a
-r--r--r-- 1 root wheel 4158890 Dec 4 04:36:08 2015 /usr/lib/libcrypto_=
p.a
lrwxr-xr-x 1 root wheel 19 Jan 19 04:28:19 2016 /usr/lib/libcrypto.=
so -> /lib/libcrypto.so.7
g1-252(10.3-P)[4]=20
Finally, something that you may find useful in all this nattering:
g1-252(10.3-P)[4] pkg which /usr/local/lib/compat/libcrypto.so.7=20
/usr/local/lib/compat/libcrypto.so.7 was installed by package compat10x-amd=
64-10.2.1002000.20151116
g1-252(10.3-P)[5] pkg info -o compat10x-amd64-10.2.1002000.20151116
compat10x-amd64-10.2.1002000.20151116 misc/compat10x
g1-252(10.3-P)[6]=20
That is, it looks as if you're trying to run X built under stable/10
while you're running head. You will almost certainly want to install
misc/compat10x.
Alternatively, delete & re-build/install all ports/packages under head.
Peace,
david
--=20
David H. Wolfskill david@catwhisker.org
Those who would murder in the name of God or prophet are blasphemous coward=
s.
See http://www.catwhisker.org/~david/publickey.gpg for my public key.
--O3bhLwMadv7h6/J9
Content-Type: application/pgp-signature; name="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQF8BAEBCgBmBQJWnje0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix
NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XsqYIAKyXM0tmr9ScznV1LnurMC5O
F8usgN+x6Ufjv5zY3UFWMIs7It02Ri4NHYg7J49edJSQRPR7sm+z5SRgC2/0z5L6
hScLQU3rpy8RIIKA+jW9sqxf0gDNFG8ZuCk2xAdCWk/P8nWjN3DdMLZY+6DEe8FQ
w7BAphCTgdZnYL5Hg10DI42aLxBtpguMtE7iDsqE0K41zWZBXugtEfGQQClcV4pA
4m34BoKNcZcHUYZSVL+xiFQjkeR0eYU+ltdjA73DLPScP77gWBn0eEV2IMfc3pv5
+j6O/xhoFMyu+/FHKy1wx6+Sb84EjA7CfL3EvhQg88b0vjgADdXR1DN0mG8ZZUA=
=V2Vy
-----END PGP SIGNATURE-----
--O3bhLwMadv7h6/J9--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160119131844.GS13446>
