liquidtimes / sopcast-player

Automatically exported from code.google.com/p/sopcast-player
0 stars 0 forks source link

Can not install sopcast-player on fc #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
sopcast-player-0.3.0-1.x86_64.rpm

It seems to rely on libpython2.5.so.1.0()(64bit). But you know that the
latest Linux distros are migrating to python-2.6. Python-2.5 will be
removed from repositories. I can not install your rpm on my Fedora 11,
because of lack or libpython2.5.so.1.0()(64bit).

Original issue reported on code.google.com by liangsuilong on 6 Jun 2009 at 6:26

GoogleCodeExporter commented 8 years ago
Maybe you can provide your SRPM to me. I can help you rebuild on my fedora 11.

Original comment by liangsuilong on 6 Jun 2009 at 6:28

GoogleCodeExporter commented 8 years ago
Ok I find spec file in your tar.gz package.

When I make install it, terminal shows that "install: Can not stat
“vlc_python_bindings/build/*/vlc.so”: No this file or directory.
make: *** [install] error 1"

OK! I put this sentense "$(INSTALL) -dm 0755 $(VLCDIR)/build/*
$(DESTDIR)$(INSTALLDIR)/lib" to replace "$(INSTALL) -m 0755 
$(VLCDIR)/build/*/vlc.so
$(DESTDIR)$(INSTALLDIR)/lib" in line 72 in Makefile. It works. But When I start
sopcast-player, it tells me lack of vlc.so. I extract your rpm package and copy
vlc.so to /usr/lib64/sopcast-player/lib/. 

When I restart sopcast-player, it shows me that:
[root@fedora-desktop ~]# sopcast-player
Traceback (most recent call last):
  File "/usr/lib64/sopcast-player/lib/sopcast-player.py", line 37, in <module>
    import vlc
ImportError: libpython2.5.so.1.0: Could not open shared object file: No this 
file or
directory.

Original comment by liangsuilong on 6 Jun 2009 at 7:17

Attachments:

GoogleCodeExporter commented 8 years ago
Try to install from source (subversion), all the requirements for compiling the 
vlc
bindings are now no longer an issue. Let me know how it works out for you.

Original comment by flyguy97 on 2 Nov 2009 at 2:07

GoogleCodeExporter commented 8 years ago
Version 0.3.2 fixes these issues and has been released for Fedora. A copy for 
your
architecture and version is available in the downloads section.

Original comment by flyguy97 on 19 Nov 2009 at 6:37