aya an
  
 
  
 
 
Group: Members 
Posts: 4 
Joined: Mar. 2007 | 
  | 
Posted: Mar. 05 2007,20:44 | 
   | 
 
 
  
i'm new to linux, so sorry for this question but i need the program very much i've tried the manual: “Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License.” *Blender Requires glibc 2.3.2, includes FFMPG, Suits most recent Linux distributions.* First download Blender 2.43, in my case the Linux1386 Package. In Terminal : wget http://download.blender.org/release....tar.bz2 tar -jxvf blender-2.43-linux-glibc232-py24-i386.tar.bz2
  now continue as root (sudo) mv blender-2.43-linux-glibc232-py24-i386 /usr/local/ ln -s /usr/local/blender-2.43-linux-glibc232-py24-i386/blender […]
  okay till this far, but>
  ./blender: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
  in some forum i found the command: ldd blender libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x40019000)  libz.so.1 => /usr/lib/libz.so.1 (0x40036000)  libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x40043000)  libpthread.so.0 => /lib/libpthread.so.0 (0x400ad000)  libGL.so.1 => not found  libGLU.so.1 => not found  libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x41306000)  libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x41614000)  libutil.so.1 => /lib/libutil.so.1 (0x400fe000)  libc.so.6 => /lib/libc.so.6 (0x40101000)  libm.so.6 => /lib/libm.so.6 (0x4022f000)  libdl.so.2 => /lib/libdl.so.2 (0x40252000)  libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40255000)  libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4030c000)  libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x413c4000)  /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  where do i get libGL.so.1 libGLU.so.1 and what shall i do with them?
  thanks for your understanding a newbie 
 |