Re: dlopen Undefined symbol with x11/nvidia-driver

2009-01-25 Thread Mel
On Saturday 24 January 2009 19:05:19 EA EA wrote:
 dlopen: /usr/local/lib/xorg/modules//libwfb.so: Undefined symbol
 miZeroLineScreenIndex
 (EE) Failed to load /usr/local/lib/modules//libfw.so
 (EE) Failed to load module wfb (loader failed 7)

 Fatal server error:
 Caught sigal 11.  Server aborting

 Abort trap: 6 (core dumped)


 Any idea what is causing this or how to fix it ?

You upgraded xorg-server after nvidia-driver, which installed it's own libwfb 
over nvidia's. Reinstall nvidia-driver and the problem should go away.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: dlopen Undefined symbol with x11/nvidia-driver

2009-01-25 Thread Eitan Adler
 Any idea what is causing this or how to fix it ?
 
 You upgraded xorg-server after nvidia-driver, which installed it's own libwfb 
 over nvidia's. Reinstall nvidia-driver and the problem should go away.
 
I tried both ways.  In either case the symlink was still from libwfb -
nvidia libwfb.


-- 
Eitan Adler
Security is increased by designing for the way humans actually behave.
-Jakob Nielsen
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: dlopen Undefined symbol with x11/nvidia-driver

2009-01-25 Thread Mel
On Sunday 25 January 2009 17:46:20 Eitan Adler wrote:
  Any idea what is causing this or how to fix it ?
 
  You upgraded xorg-server after nvidia-driver, which installed it's own
  libwfb over nvidia's. Reinstall nvidia-driver and the problem should go
  away.

 I tried both ways.  In either case the symlink was still from libwfb -
 nvidia libwfb.

Judging from a google search on miZeroLineScreenIndex, the fix needs to come 
from nvidia, as xorg yet again broke ABI.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


dlopen Undefined symbol with x11/nvidia-driver

2009-01-24 Thread EA EA
dlopen: /usr/local/lib/xorg/modules//libwfb.so: Undefined symbol
miZeroLineScreenIndex
(EE) Failed to load /usr/local/lib/modules//libfw.so
(EE) Failed to load module wfb (loader failed 7)

Fatal server error:
Caught sigal 11.  Server aborting

Abort trap: 6 (core dumped)


Any idea what is causing this or how to fix it ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org