+ -
当前位置:首页 → 问答吧 → 请教两个问题

请教两个问题

时间:2005-05-09

来源:互联网

NVRM: detected agp.ko, aborting NVIDIA AGP setup!
这是哪里出问题了?



运行一个linux版的程序,提示:
error while loading shared libraries: /lib/libGLU.so.1: ELF file OS ABI invaild
事前已对那程序brandelf了,确认/lib/libGLU.so.1存在,并也brandelf了,为何还有这样的提示,是不是说明这程序无法在freebsd下运行?

作者: 线头   发布时间: 2005-05-09

应该是这个目录下的吧/compat/linux/lib

作者: congli   发布时间: 2005-05-09

代码:
NVRM: detected agp.ko, aborting NVIDIA AGP setup!
应该没有什么问题吧.

作者: congli   发布时间: 2005-05-09

If you wish to run Linux OpenGL applications on your FreeBSD machine, you
will need to make sure that several prerequisites are met.

First, you should follow the basic Linux compatibility installation guide
in the FreeBSD Handbook (install the linux_base package, etc). Once the
basic components are in place, you will need to install the NVIDIA Linux
OpenGL libraries in /compat/linux/usr/lib (do not brandelf them!); if the
/compat/linux/usr/lib/ directory exists when you install the FreeBSD
driver, the Linux compatibility OpenGL libraries will automatically be
installed.

Additionally, the nvidia.ko kernel module needs to be built with support
for the Linux ABI compatibility layer. This is the case by default; as a
consequence, the nvidia.ko kernel module requires the linux.ko module to
be loaded.

Note: If you have no need for Linux ABI compatibility and do not wish to
load linux.ko, you can build the nvidia.ko kernel module without support
for the Linux ABI compatibility layer (see nv-freebsd.h for details).


不太明白这段的意思

作者: 线头   发布时间: 2005-05-09