[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Blender 3D



erikyyy@studbox.uni-stuttgart.de wrote:

You need to install the libc5 versions of libmesa and libjpeg.
They are in the packages libjpeg6a and, um... there does not seem
to be a mesa2 package in hamm.  You're stuck.

> erik@vulcain:~/b/blenderLinux_1.30 > export LD_LIBRARY_PATH=/usr/X11R6/lib
> erik@vulcain:~/b/blenderLinux_1.30 > ldd ./blender

It is logical that you get both libc's this way, you're deliberately mixing
them.  It's a libc5 program, and the /usr/X11R6/lib contains libc6 libraries.

> i do not know, what i should do to run this program...

Recompile it for libc6, or get the source for the mesa package and compile
the libc5 version.

> erik@vulcain:~/b/multitrack-2.1 > ldd ./multitrack
>         libvga.so.1 => /usr/lib/libvga.so.1 (0x4000b000) 
>         libvgagl.so.1 => /usr/lib/libvgagl.so.1 (0x4000e000) 
>         libX11.so.6 => /usr/lib/libc5-compat/libX11.so.6 (0x40011000) 
>         libm.so.5 => /lib/libm.so.5 (0x400af000) 
>   !!    libc.so.5 => /lib/libc.so.5 (0x400b8000) 
>   !!    libc.so.6 => /lib/libc.so.6 (0x40176000) 
>         ld-linux.so.2 => /lib/ld-linux.so.2 (0x40219000)   
> 
> this one even loads both libcs at the same time, without any LD_*
> environment variables. what to do?

Installing svgalib1 may help.

Richard Braakman


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: