startx fails after upgrade to 13-current
    Jan Beich 
    jbeich at FreeBSD.org
       
    Sun Oct 28 22:16:39 UTC 2018
    
    
  
AN <andy at neu.net> writes:
> Hi:
>
> After upgrading to 13-current startx fails with:
>
> ld-elf.so.1:  Shared object "libcrypto.so.9" not found, required by "X"
> xinit: giving up
> xinit: unable to connect to X server: Connection refused
> xinit: server error
>
> Any ideas to fix this?  Should I file  bug report?
Rebuild every OpenSSL consumer installed from ports.
See https://svnweb.freebsd.org/changeset/base/339709
Or use the following workaround:
  $ cat >>/etc/libmap.conf
  libcrypto.so.9 libcrypto.so.111
  libssl.so.9 libssl.so.111
    
    
More information about the freebsd-x11
mailing list