Closed GoogleCodeExporter closed 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
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:
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
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
Original issue reported on code.google.com by
liangsuilong
on 6 Jun 2009 at 6:26