no X11 after reboot :-(
Jan Bramkamp
crest at rlwinm.de
Tue May 12 11:36:10 UTC 2015
On 12/05/15 08:53, Scott Bennett wrote:
> A week ago, after my system had been up for a few weeks, I shut it
> down and then rebooted it, after which X11 can't seem to get going. The
> Xorg.0.log ends with
> [ log file removed ]
> Initializing built-in extension DRI2
> Loading extension GLX
> Loading extension NV-GLX
> Loading extension NV-CONTROL
> Loading extension XINERAMA
> /usr/lib/libgomp.so.1: version OMP_3.0 required by /usr/local/lib/libMagickCore-6.so.2 not found
> xinit: connection to X server lost
>
> waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
>
> [hellas] 185 %
>
> What is OMP? And why does the X server care about what libMagickCore*
> wants in order to start up successfully? And how do I *fix* this? Being
> limited to a console and virtual consoles (and window(1), thank goodness!)
> for the past week has been quite aggravating.
> Many thanks in advance to anyone who can show me the way around this
> situation!
This looks like a broken dependency on a shared lib. The proper fix is
to install compatible versions of all executables and shared libs.
Upgrade your system for packages or ports like usual. Run pkg check -B
afterward (or install sysutils/bsdadminscripts and use pkg_libchk for
more details). If the upgrade did not fix your problem query pkgng for
for affected files (the executable and shared lib) e.g. pkg which $path.
More information about the freebsd-x11
mailing list