Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89524

Re: Question Installing latest Python

Newsgroups comp.lang.python
Date 2015-04-28 23:57 -0700
References (6 earlier) <55400cf5$0$13009$c3e8da3$5496439d@news.astraweb.com> <4d416348-6918-4674-b0c6-7ac2c04c5307@googlegroups.com> <554072b7$0$11102$c3e8da3@news.astraweb.com> <61c897c7-d5bc-4c14-8c38-9850981a8858@googlegroups.com> <55407f05$0$2924$c3e8da3$76491128@news.astraweb.com>
Message-ID <45e48150-1ebc-40aa-90b0-af18109d33da@googlegroups.com> (permalink)
Subject Re: Question Installing latest Python
From Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com>

Show all headers | View raw


Τη Τετάρτη, 29 Απριλίου 2015 - 9:49:50 π.μ. UTC+3, ο χρήστης Steven D'Aprano έγραψε:
> On Wednesday 29 April 2015 16:13, Φώντας Λαδοπρακόπουλος wrote:
> 
> > Τη Τετάρτη, 29 Απριλίου 2015 - 8:57:25 π.μ. UTC+3, ο χρήστης Steven
> > D'Aprano έγραψε:
> > 
> >> Okay, I googled that error message and I think I understand what is
> >> failing, even though I don't understand why it is failing.
> >> 
> >> First, run this as root:
> >> 
> >> ldconfig
> >> 
> >> That will tell your system to cache any shared libraries it knows about.
> >> yum is supposed to do that for you, but perhaps it didn't. Now try
> >> running the python3 test above. Does it work? Then the problem is solved
> >> and you can stop reading.
> >> 
> >> If you get the same error, then run this as root:
> >> 
> >> find /opt -name libpython3.3m.so.1.0
> > 
> > 
> > Hello Steven,
> > 
> > I'am at that point, where the find outputed just 1 result.
> > i run ldconfig but i still got the same error message.
> > 
> > Should i have done somethign with '/etc/ld.so.conf' althought it have
> > returned just 1 result or that was for more results?
> 
> 
> Run:
> 
> find /opt -name libpython3.3m.so.1.0
> 
> as root. If it returns NO results, you will have to run this instead:
> 
> find / -name libpython3.3m.so.1.0 2> /dev/null
> 
> But if it returns ONE result, take that result and extract the path. Say it 
> returns:
> 
> /this/that/libpython3.3m.so.1.0
> 
> 
> then the path you want is /this/that (without the / at the end). Edit 
> /etc/ld.so.conf and add this line to the end:
> 
> /this/that
> 
> Save your changes, run ldconfig again, and hopefully python3 will now work.
> 
> 
> If ldconfig gives you any errors, tell us what they are.
> 
> 
> 
> -- 
> Steve

Thank you very much Steven!

Indeed it worked!!

One last thing. Can you please explain to me inplain English what exactly was that weird problem?

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-26 08:00 -0700
  Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-27 01:05 +1000
    Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-26 08:11 -0700
      Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-28 00:55 +1000
        Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-28 00:02 -0700
          Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-28 12:26 -0700
            Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-29 08:43 +1000
              Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-28 19:50 -0700
                Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-29 15:57 +1000
                Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-28 23:13 -0700
                Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-29 16:49 +1000
                Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-28 23:57 -0700
                Re: Question Installing latest Python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-04-29 21:42 +1000
                Re: Question Installing latest Python Chris Angelico <rosuav@gmail.com> - 2015-04-29 22:02 +1000
                Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-04-29 23:00 -0700
                Re: Question Installing latest Python Φώντας Λαδοπρακόπουλος <nikos.gr33k@gmail.com> - 2015-05-01 05:22 -0700

csiph-web