Skocz do zawartości

Nie Można Uruchomić Programu


miodo

Rekomendowane odpowiedzi

Zainstalowałem sobie program Themes Creator. Kiedy uruchamiam go z konsoli wywala mi:

$ ThemesCreator
ThemesCreator: error while loading shared libraries: libgstreamer-0.8.so.1: cannot open shared object file: No such file or directory

Próbuję zainstalować ten pakiet:

# yum install install libgstreamer
Setting up Install Process
Parsing package install arguments
No package install available.
No package libgstreamer available.
Nothing to do

 

Znaleźć go też nie mogę:

# yum search libgstreamer
No Matches found

 

Wie ktoś co trzeba zrobić?

Odnośnik do komentarza
Udostępnij na innych stronach

Gstreamer instalujesz

yum install gstreamer

Problemem w twoim przypadku będzie to, że od dłuższego już czasu w fedorze dostępny jest gstreamer w wersji 0.10, a z tego co widze ty potrzebujesz wersji 0.8. Jeśli potrzebujesz biblioteki z jakiegoś pakietu, a nie wiesz jakiego to przydatne może okazać się polecenie yum provides .., np

yum provides libgstreamer*

Dodatkowo jeśli nie instalujesz pakietów yumem, tylko np: ze żródła to potrzebne będą ci pakietu devel, np:

 yum install gstreamer-devel

Pozdrawiam

Odnośnik do komentarza
Udostępnij na innych stronach

'yum install gstreamer*' nie pomogło :/

A z tymi repozytoriami projektu GStreamer to nie bardzo wiem co i jak. Nie bawiłem się w to wcześniej. Słabo znam angielski, ale z tego co wyczytałem na tej stronie musze edytować plik /etc/yum.repos.d.

Tylko wywala błąd, że to jest urządzeniem...

Odnośnik do komentarza
Udostępnij na innych stronach

Słabo znam angielski, ale z tego co wyczytałem na tej stronie musze edytować plik /etc/yum.repos.d.
Bo to katalog a nie plik. Powinieneś w tym katalogu dodać nowy plik o nazwie zakończonej ".repo", w którym należy umieścić konfigurację repozytorium GStreamer.

 

Może podaj skąd ściągałeś "Themes Creator" i jak go instalowałeś. Sprawdziłeś czy nie ma nowszego oprogramowania wykonującego te same lub podobne czynności? Jeśli program opiera się na GStreamer v.0.8 to jest wg mnie niezbyt świeży <_<

 

[EDIT]Właśnie doczytałem na stronie podanej przez dj_oko, że "Use the repository hosted by us, which is compatible with Fedora Extras and rpm.livna.org.". Na ile znam angielski oznacza to, że repozytorium utrzymywane przez GStreamer jest kompatybilne z repozytorium Livna. Czyli jeśli masz zainstalowane repo Livna, to chyba nie trzeba dodawać kolejnego odwołującego się bezpośrednio do GStreamer.

Odnośnik do komentarza
Udostępnij na innych stronach

Możesz spróbować jeszcze czegoś takiego, ale nie ręczę że rozwiąże to twój problem: utwórz link symboliczny do libgstreamer, czyli:

updatedb

teraz

 locate libgstreamer

Będziesz teraz widział jakie pliki libgstreamer znajdują się w systemie. Tworzysz teraz link symboliczny (poniżej masz przykład na moich wynikach wyszukiwania, u Ciebie powinny być takie same):

ln -s /usr/lib/libgstreamer-0.10.so.0.13.0 /usr/lib/l/usr/lib/libgstreamer-0.8.so.1

Jeśli to się nie uda spróbuj z drugim plikiem libgstreamer-0.10.so.0 usuwając wcześniejszy link

rm /usr/lib/libgstreamer-0.8.so.1

i dając

ln -s /usr/lib/libgstreamer-0.10.so.0 /usr/lib/libgstreamer-0.8.so.1

Jeśli też się niestetu nie uda to usuń link symboliczny tak samo jak poprzednio.

Na podstawie twojego pierwszego postu sądzę że problemem tutaj jest odpowiednia wersja poakietu gstreamer, a nie wybór repozytorium - w tym przypadku potrzebujesz gstreamer 0.8 a nie 0.10 ( może istnieje nowsza wersja ThemesCreatora, która korzysta z gstreamera 0.10)

Odnośnik do komentarza
Udostępnij na innych stronach

Te repozytoria są ze sobą zgodne, owszem, ale z tego co pamiętam(nie używam już tego repozytorium), często łatki pojawiały się tylko tam, a na livnie już nie. Ale naprawde trzeba mieć "szczęście", żeby potrzebować czegoś "nielivnowego". Pakiety tam i tak są aż zbyt "świeże"...

Odnośnik do komentarza
Udostępnij na innych stronach

Zaczełem kombinować inaczej - ściągnełem stąd gstreamer 0.8, wypakowałem i postanowiłem skompilować:

[root@localhost gstreamer-0.8.10]# ./configure
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
configure: configuring gstreamer for release
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

Make file nie można utworzyć oczywiście. Pierwszy raz coś kompiluje, co robię źle?

-----------

Listingi do 12-15 linijek umieszczaj między znacznikami [code] i [/code], dłuższe niż 15 linii pomiędzy [codebox] i [/codebox] - tak jest czytelniej. Przeczytaj "BB Code Help".WalDo

Odnośnik do komentarza
Udostępnij na innych stronach

Mojej pasjonującej opowieści ciąg dalszy :P

Poinstalowałem wszystkie(chyba)pakiety niezbędne do kompilacji i zabrałem się do dzieła:

[kacper@localhost ~]$ su -
Hasło: 
[root@localhost ~]# cd '/home/kacper/Pulpit/cowery/gstreamer-0.8.10' 
[root@localhost gstreamer-0.8.10]# ./configure
checking build system type... i686-redhat-linux-gnu
checking host system type... i686-redhat-linux-gnu
checking target system type... i686-redhat-linux-gnu
configure: configuring gstreamer for release
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself... (cached) yes
appending configuration tag "F77" to libtool
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking to see if compiler understands -Wall... yes
checking for ANSI C header files... (cached) yes
checking for inline... inline
checking for gtkdoc-scangobj... false
checking for docbook2ps... false
checking for docbook2html... false
checking for jadetex... false
checking for ps2pdf... true
checking for xsltproc... xsltproc
checking whether xsltproc docbook processing works... no
checking for dvips... false
checking for fig2dev... false
configure: WARNING: Did not find fig2dev (from xfig), images will not be generated.
checking for pngtopnm... false
checking for pnmtops... false
checking for epstopdf... false
configure: Will not output HTML documentation
configure: Will not output PS documentation
configure: Will not output PDF documentation
configure: Looking for Python version >= 2.1
checking for python... /usr/bin/python
checking "/usr/bin/python":... okay
checking local Python configuration... looks good
checking whether byte ordering is bigendian... no
checking for perl... /usr/bin/perl
checking for gawk... (cached) gawk
checking for bison... /usr/bin/bison
checking bison version... ok
checking for flex... /usr/bin/flex
checking for large file support... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for usable SVR4/SUSv2 makecontext(2)/swapcontext(2)... yes
checking whether gcc implements __PRETTY_FUNCTION__... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc implements __func__... yes
checking to see if compiler understands -fno-common... yes
checking if unaligned memory access works correctly... (whitelisted) yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.2 gobject-2.0 gthread-2.0 gmodule-2.0... yes
checking GLIB2_CFLAGS... -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GLIB2_LIBS... -pthread -Wl,--export-dynamic -lgobject-2.0 -lgthread-2.0 -lrt -lgmodule-2.0 -ldl -lglib-2.0  
checking for glib-2.0 >= 2.2... yes
checking GLIB_ONLY_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  
checking GLIB_ONLY_LIBS... -lglib-2.0  
checking for libxml-2.0 >= 2.4.9... yes
checking XML_CFLAGS... -I/usr/include/libxml2  
checking XML_LIBS... -lxml2  
configure: Test xml2 program linked
checking for poptStrippedArgv in -lpopt... no
configure: error: popt 1.6.3 or newer is required to build gstreamer. You can
               download the latest version from
ftp://ftp.rpm.org/pub/rpm/dist/
[root@localhost gstreamer-0.8.10]# 

 

Nie wiem co jest źle. Pościągałem różne rpmy gstreamerowe. Zawsze podczas instalacji błąd zależności, oto przykładowy:

Missing Dependency: libgstplay-0.8.so.0 is needed by package gstreamer-player
Missing Dependency: libgstgconf-0.8.so.0 is needed by package gstreamer-player
Missing Dependency: libgstinterfaces-0.8.so.0 is needed by package gstreamer-player
Missing Dependency: libgstreamer-0.8.so.1 is needed by package gstreamer-player
Missing Dependency: libgstcontrol-0.8.so.1 is needed by package gstreamer-player

 

Aha, sciągałem rpm'y min. stąd, stąd i stąd

Odnośnik do komentarza
Udostępnij na innych stronach

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
×
×
  • Dodaj nową pozycję...