LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-14-2009, 12:55 PM   #1
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Rep: Reputation: 15
how do i install Blender 2.48


does anybody know how to install Blender 2.48 (http://www.Blender.org/) on to an acer aspire one running Linpus Linux Lite?
 
Old 02-14-2009, 02:35 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Its not that difficult to install. You first need to check the version of Python thats installed on your system. To do this, run a terminal and enter "python -V" (without the quotes). After that download the version of blender that matches your version of python. When the download is complete, unzip the file using a gui archive manager or by doing
Code:
tar xjvf blender-2.48a-linux-glibc236-py25-i386.tar.bz2
Make sure that the blender version in the command above, matches the version of blender you downloaded. After that you need to change into the extracted directory and run
Code:
./blender
or click on the icon labelled blender in the directory you extracted when you unzipped the blender tarball. It might be best to create a short cut on your desktop or in the menu.
 
Old 02-14-2009, 03:59 PM   #3
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
Unhappy

i got as far as
./blender
but when i hit enter it says
./blender: cannot execute binary file
do you know what the problem is?
 
Old 02-15-2009, 04:28 AM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Did you download the right package for your distro i.e. 32 bit and not 64 bit.
 
Old 02-15-2009, 08:59 AM   #5
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
i downloaded the version

Linux x86-32
Blender 2.48a, Python 2.5 (14 MB)

Requires glibc 2.3.6, includes FFMPG
Suits most recent Linux distributions

the python version that comes with my pc is Python 2.5.1
 
Old 02-15-2009, 10:00 AM   #6
arizonagroovejet
Senior Member
 
Registered: Jun 2005
Location: England
Distribution: openSUSE, Fedora, CentOS
Posts: 1,094

Rep: Reputation: 198Reputation: 198
Even if you get it installed, will it be usable? I've never actually used Blender but from what I understand of it's far from suited for use on a 1024x600 screen and an Intel Atom processor could take a while to render stuff.
 
Old 02-15-2009, 11:00 AM   #7
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
it probably will be usable and i dont usually render them anyway
 
Old 02-15-2009, 12:45 PM   #8
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
you have to be in blender folder to do ./blender
you just cant open a console and type ./ blender you need to cd to the folder then ./blender
just rename the folder to just blender..that way you dont have to type in cd blender.x.xxx.xx
x's are the version number and extension...
 
Old 02-15-2009, 01:20 PM   #9
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
i opened the terminal on the folder so the name said
Code:
[user@localhost blender]$
and i entered
Code:
[user@localhost blender]$ ./blender
and it still says
Code:
user@localhost blender]$ ./blender
bash: ./blender: cannot execute binary file
i dont think its gonna do anything else
 
Old 02-15-2009, 01:28 PM   #10
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
What is there inside the blender dir?

Code:
ls
 
Old 02-15-2009, 01:45 PM   #11
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
when i enter
Code:
[user@localhost blender]$ ls
this is displayed
Code:
[user@localhost blender]$ ls
blender        BlenderQuickStart.pdf  icons               release_247.txt
blender.html   copyright.txt          plugins             release_248.txt
blenderplayer  GPL-license.txt        Python-license.txt
 
Old 02-15-2009, 03:30 PM   #12
metrofox
Member
 
Registered: Jan 2009
Location: Palermo, Italy
Distribution: Slackware
Posts: 236

Rep: Reputation: 37
Have you got a PC based on 32bit? Type on a terminal:

Code:
uname -a
for watching which architecture is based your PC.
 
Old 02-15-2009, 04:23 PM   #13
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
i entered
Code:
[user@localhost ~]$ uname -a
but im not sure were it says 32 or 64 bit
Code:
[user@localhost ~]$ uname -a
Linux localhost 2.6.23.9lw #105 SMP PREEMPT Fri Jun 27 18:56:59 EDT 2008 i686 i686 i386 GNU/Linux
dont know if this helps
 
Old 02-15-2009, 05:42 PM   #14
stratotak
Member
 
Registered: Sep 2005
Distribution: Today Debian . Tomorrow ..??
Posts: 386

Rep: Reputation: 39
try to run it with ./blender -d see if it spits out what is wrong
 
Old 02-15-2009, 05:45 PM   #15
xpk3
Member
 
Registered: Feb 2009
Location: england, the land where the english hate the english
Distribution: Linpus Linux Lite
Posts: 43

Original Poster
Rep: Reputation: 15
already tried that read previous posts
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: The Essential Blender: Guide to 3D Creation with the Open Source Suite Blender LXer Syndicated Linux News 0 11-23-2007 11:00 AM
blender slayeriq Slackware 16 02-14-2007 04:19 AM
Blender problem: can't run Blender, anyone know how? Chuong Linux - Software 11 09-01-2006 08:54 AM
K-3D vs Blender b3rx Linux - Software 2 06-24-2006 11:16 AM
what is blender? demmylls Linux - Software 8 02-02-2004 11:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration