LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-16-2010, 05:03 AM   #1
ayongying
Member
 
Registered: Mar 2010
Location: Bei Jing
Posts: 41

Rep: Reputation: 15
No libpython2.5.so.1.0 ,how to install it?


I want to run blender in Ubuntu910,but get below
test@ubuntu:~$ blender
blender: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory


How can I do with it.Thanks for any help
 
Old 03-16-2010, 05:36 AM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
How did you install Blender? If it was through apt it should have done this already.

I haven't used Ubuntu much, but as I recall there are "dev" versions of packages which might be what you need.
 
Old 03-16-2010, 08:44 AM   #3
ayongying
Member
 
Registered: Mar 2010
Location: Bei Jing
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks very much for your reply!

The package ,I copy from others ,And seems in my computer,there isn't the need version of libpython2.5.so.1.0,I check in synaptic package,The default installation package is libpython2.6...

But I don't know the source list of the libpython2.5.so.1.0,I don't know if I have some easier way to install it.
 
Old 03-16-2010, 11:46 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
sudo apt-get install python2.5

.. provides libpython2.5.so.1.0

.....
 
Old 03-16-2010, 10:01 PM   #5
ayongying
Member
 
Registered: Mar 2010
Location: Bei Jing
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks knudfl! It is okay now!
 
Old 09-03-2013, 07:20 AM   #6
malayo
Member
 
Registered: Dec 2010
Posts: 130

Rep: Reputation: 1
how do i solve this on ubuntu 13.04 if there's no more python2.5 package
Quote:
$ glGo
glGo: error while loading shared libraries: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
i tried to create symlink in "/usr/lib/x86_64-linux-gnu" but still same

sudo ln -s libpython2.7.so.1.0 libpython2.5.so.1.0
 
Old 09-03-2013, 01:01 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 6 .
Quote:
I tried to create symlink in "/usr/lib/x86_64-linux-gnu" but still same
Please delete the link "libpython2.5.so.1.0" (to the 64bits `libpython2.7.so.1.0).

"glGo" is a 32bits application : You will need a bunch of i386 libs.
Please try out "the eleven glGo i386 libs", glGo-i386-libs.tar.bz2
https://docs.google.com/file/d/0B7S2...it?usp=sharing

Unpack to /home/<name>/ : $ tar xvf glGo-i386-libs.tar.bz2
$ cd lib/ ; $ ./run-glGo
( "run-glGo" is a start script that will set the LD_LIBRARY_PATH to $HOME/lib ).

-

Last edited by knudfl; 09-03-2013 at 01:03 PM.
 
Old 09-03-2013, 02:07 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
what version of blender are you trying to use ?

the prebuilt tarbals for the old legacy versions ( 2.49b and 2.5 ) have been repackaged and come with the needed version of python

if the current blender 2.68
that uses python3
 
Old 09-04-2013, 05:11 PM   #9
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Moved: This thread is more suitable in <Linux - Software> and has been moved accordingly to help your thread/question get the exposure it deserves.
 
  


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
Uncertain how to configure/install packages & compiler before install VMware on FC8. Azazwa Linux - Newbie 1 03-28-2009 07:27 PM
Ubuntu as frugal install, iso install, img install? impossible? nooby Ubuntu 15 08-22-2008 05:49 AM
libpython2.5.so not letting user mgmt work trebek Linux - Desktop 15 06-26-2007 11:11 AM
libpython2.4.so.1.0 taylorchase Linux - Software 2 05-10-2007 05:32 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:29 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