Re: blender, libGL.so.14 and libGLU.so.14

2002-12-07 Thread Ulrich 'Q' Spoerlein
On 2002-12-06-20-14-30 Geury Peralta wrote:

I installed blender. all the dependency are installed aswell, yet I am
still missing libGL.so.14 and libGLU.so.14.  Can any one help?  Running
Freeb4.7.

.so.14 were used with XFree86-3 and Mesa3 i think. 

_if_ you are using XFree86-4, please add XFREE86_VERSION= 4 to
/etc/make.conf, then deinstall Mesa3, reinstall XFree86-4-libraries and
reinstall blender (i don't know, if blender needs Mesa...)
this will give you libGL.so.1 and libGLU.so.1 (remove the .14 if they are
still there)

if you are using XFree86-3, then i can't help you, sorry.



msg11377/pgp0.pgp
Description: PGP signature


Re: dmesg for modem

2002-11-28 Thread Ulrich 'Q' Spoerlein
On Wed, 27 Nov 2002 13:20:31 -0600, you wrote:

pci0: bridge, PCI-unknown at device 7.3 (no driver attached)
pci0: multimedia, audio at device 8.0 (no driver attached)
pci0: simple comms at device 16.0 (no driver attached)

for me, 'simple comms' sound like a modem device.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: opera6.1 w/ java

2002-11-27 Thread Ulrich 'Q' Spoerlein
On Wed, 27 Nov 2002 16:39:34 +0100, you wrote:

Today I checked the X output, running opera and found:

=-=-=-quote-=-=-=
Disabling java due to potentional dangers.
If you know what you're doing, you can set the environment variable
OPERA_FORCE_JAVA_ENABLED to '1' to override this.
Start opera with '-debugjava' argument for more information.
=-=-=-/quote-=-=-=

well, i'm using opera 6.1 build 271 i _don't_ get that output and the
env.var _doesn't_ work.
which version are you using?

i then looked at /usr/local/bin/opera and found this at line 76:
# Uncomment the next lines to workaround the preloaded libXt problem.
   LD_PRELOAD=${OPERA_JAVA_DIR}/libawt.so
   OPERA_FORCE_JAVA_ENABLED=1
   export LD_PRELOAD OPERA_FORCE_JAVA_ENABLED

i uncommented these lines, and when starting opera i got:
/usr/libexec/ld-elf.so.1: /usr/local/jdk1.3.1/jre/lib/i386//libawt.so:
Undefined symbol JVM_RaiseSignal

and i found the JVM_RaiseSignal in
/usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so

but even fixing the missing symbols, opera still refuses to run Java
applets :(

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Power off problem

2002-11-17 Thread Ulrich 'Q' Spoerlein
On Sun, 17 Nov 2002 16:07:04 +0100, you wrote:

The first problem is that I can not manage to configure the system
shutdown with power off option. I've compiled the kernel with the apm 
option and I changed the rc.conf file as well, with  ' apm_enable=YES ', 
but no luck. After the shutdown I have to power off the system with the 
Power Off button! :-(

halt -p   or
shutdown -p now

it's in the manpage :)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: NVidia - Games

2002-11-13 Thread Ulrich 'Q' Spoerlein
On Wed, 13 Nov 2002 05:05:42 -0500 (EST), you wrote:

On Tue, 12 Nov 2002, Ulrich 'Q' Spoerlein wrote:
 try to run /usr/compat/linux/sbin/ldconfig -m

That ususally gets run at boot if the linux_enable=YES is set in
/etc/rc.conf.  Since the installer adds this option it would make sense to
have the installer run ldconfig as well.  I'll send a patch off to NVIDIA.

you should probably try this one:
/usr/compat/linux/sbin/ldconfig -m /usr/compat/linux/usr/lib

or something like that

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: NVidia - Games

2002-11-12 Thread Ulrich 'Q' Spoerlein
On Tue, 12 Nov 2002 12:18:55 -0500, you wrote:

One more thing: I always have to copy the openGL libraries into Quake's
directory
for some reason.  For NVidia, these will be in /usr/compat/linux/usr/lib
and are called:
libGL.so.1.0.3203 and
libGLcore.so.1.0.3203
Create symlinks for libGL.so, libGL.so.1, libGLcore.so, and
libGLcore.so.1

try to run /usr/compat/linux/sbin/ldconfig -m

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Any luck building open office from ports ?

2002-10-09 Thread Ulrich 'Q' Spoerlein

On 9 Oct 2002 08:47:36 -, you wrote:

I'm trying to build openoffice from the ports and after many iterations tis
is the final result (any suggestions?):

uname -a
FreeBSD pc1.local.net 4.5-STABLE FreeBSD 4.5-STABLE #0
[...]
xargs: illegal option -- p
usage: xargs [-0t] [-J replstr] [-n number [-x]] [-s size]
   [utility [argument ...]]
*** Error code 1

i'm running 4.7 here, and my version of xargs has a -p option. perhaps
your version is too old (check the man page). you should update to 4.7.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message