LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   audio and video player for open suse10.2 (https://www.linuxquestions.org/questions/linux-software-2/audio-and-video-player-for-open-suse10-2-a-639583/)

saurabhgupta1403 05-03-2008 06:21 AM

audio and video player for open suse10.2
 
Hello everyone,

I am a user of open suse 10.2. I have got a lot of problem in audio and video player in my distro. I have installed xine-kaffeine, amroke and real player. But noen of my video file like .mpg etc are getting opened through kaffeine. It says no pluggin was found whereas I installed all the packages related to it. In real player only audio files can be opened and in that too no playlist can be made, so everytime you have to change the song.
I wonder if there is any good and stable media player like vlc available for open suse. I tried for vlc on google but was unable to fix it on my system. Please help me.

Thanks.........

aus9 05-04-2008 07:50 AM

I believe you have not installed all codecs due to
http://en.opensuse.org/SDB:Movie_Player_Applications

there are options open to you but they will mean either downloading source media files and codecs ....or you could always use Mandriva 2008.1 which like other distros come with the codecs

saurabhgupta1403 05-05-2008 05:54 AM

Quote:

Originally Posted by aus9 (Post 3142113)
I believe you have not installed all codecs due to
http://en.opensuse.org/SDB:Movie_Player_Applications

there are options open to you but they will mean either downloading source media files and codecs ....or you could always use Mandriva 2008.1 which like other distros come with the codecs

thanks, i have fixed the vlc media player on my open suse..

steiney 05-05-2008 10:53 AM

hello,
i'm a new user and have a question. i want to install
the ibm source code dx-4.2.0 and stopped while in the make-mode.
here are the messages :

/usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in ../libdx/libLIBDX.a(mem.o)
/lib/libc.so.6: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [dxexec] Error 1
make[3]: Leaving directory `/home/steiney/Desktop/dx-4.2.0/src/exec/dxexec'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/steiney/Desktop/dx-4.2.0/src/exec'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/steiney/Desktop/dx-4.2.0/src'
make: *** [all-recursive] Error 1

what shall i do ?
thanks
volker

aus9 05-05-2008 07:35 PM

steiney

I can see this is your first post so pls consider not changing the theme of a thread.... tho the OP now seems happy.....its calling hijacking.

2) I know little of your code but according to
http://rpmfind.net/linux/RPM/PLD/dis....0-1.i386.html

which is more basic than 586 but still 32 bit rather than 64 bit you may need to check a number of dependencies especially libstdc++

it looks like you are trying to compile code but you have not mentioned what you have actually done to get to the error.

it is possible you have not used root powers for something that you want to install system wide?

so please post what steps you have done pls and check your package manager for dependencies.

since you have run make....I am expecting you to try after installing dependencies

cd /pathway of unpacked tarball or binary to be installed
su
./configure
make (or make check)
make install

3) you can not proceed to make if you had errors for configure

steiney 05-06-2008 01:44 AM

dear aus9,
i did the following :

gunzip file.tar.gz
tar -xvf file.tar
su
cd file
./configure
make

and the rest should be clear.
volker

aus9 05-06-2008 06:02 AM

well for future reference you can use one step unpacks

tar zxvf file.tar.gz or tar jxvf file.bz or tar xvf file.tar

I can only assume you had no configure errors? re-check pls it will check for dependencies


All times are GMT -5. The time now is 07:40 PM.