LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-08-2009, 01:00 AM   #1
addie_goodvibes
Member
 
Registered: Mar 2009
Location: Hermosa Beach
Distribution: Mandriva KDE 4
Posts: 44

Rep: Reputation: 15
Problems with VLC RPM package


I am trying to load VLC media Player

I go to install it from RPM drake ( Mandriva RPM package installer) and when I try to execute the program the Gui never launches, I get a bouncing Icon ( the orange traffic cone, then it just disappears..

I am running Mnadriva KDE 4

below is the shell text that comes up when I try to run VLC from shell

Quote:
@localhost ~]$ vlc
VLC media player 0.9.9a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.9a Grishenko - (c) 1996-2009 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--build=i686-mandriva-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--x-includes=/usr/include' '--x-libraries=/usr/lib' '--enable-release' '--enable-pvr' '--disable-dependency-tracking' '--enable-ccache' '--enable-optimize' '--enable-runtime-cpudetection' '--enable-bonjour' '--enable-smb' '--enable-mozilla' '--enable-ncurses' '--enable-lirc' '--enable-x11' '--enable-xvideo' '--enable-fb' '--disable-mga' '--enable-aa' '--enable-sdl' '--enable-ggi' '--enable-svgalib' '--enable-xosd' '--enable-mad' '--enable-vorbis' '--enable-ogg' '--enable-theora' '--enable-speex' '--enable-flac' '--enable-mkv' '--enable-dv' '--enable-dvbpsi' '--enable-dvb' '--enable-pulse' '--enable-esd' '--enable-jack' '--enable-alsa' '--enable-arts' '--enable-libmpeg2' '--enable-faad' '--enable-dca' '--enable-live555' '--with-live555-tree=/usr/lib/live' '--enable-v4l' '--enable-gnutls' '--disable-rpath' '--enable-vcdx' '--enable-cddax' '--enable-libcddb' '--enable-x264' '--enable-loader' '--enable-twolame' 'build_alias=i686-mandriva-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined' 'CPPFLAGS= -DOJI -DMOZ_X11 -I/usr/include/ebml -I/usr/include/speex' 'CXXFLAGS=-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Segmentation fault
Does nayone have any experience with this problem do I need to RPM additonal support packages that are listed as dependancies?

Last edited by addie_goodvibes; 04-08-2009 at 01:01 AM. Reason: spelling errors
 
Old 04-08-2009, 01:29 AM   #2
jrk007
LQ Newbie
 
Registered: Apr 2009
Posts: 15

Rep: Reputation: 0
try running rpms from shell with --nodeps argument
e.g. # rpm -ivh vlc-0.9-2.3.rpm --nodeps

Install all rpms in vlc folder with above method and try. More over after installation , vlc can not be run as 'root' for security reasons. U need another user login.
 
Old 04-08-2009, 10:28 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
VLC media player 0.9.9a Grishenko
0.9.9a ... alpha ? ? That is strange, when I install it,
I get version 0.9.3
( with the install command # urpmi vlc ).

And version 0.9.3 works OK.

These are the "vlc packages" I got
Code:
[knudfl@localhost ~]$ rpm -qa | grep vlc
vlc-0.9.3-2mdv2009.0
vlc-plugin-ogg-0.9.3-2mdv2009.0
libvlccore0-0.9.3-2mdv2009.0
vlc-plugin-pulse-0.9.3-2mdv2009.0
libvlc2-0.9.3-2mdv2009.0
vlc-plugin-a52-0.9.3-2mdv2009.0
And the package manager shows two versions,
0.9.3 and 0.9.8a, but not 0.9.9a .
Suggest : Try the stable version = 0.9.3 .
.....
 
Old 04-09-2009, 01:46 AM   #4
addie_goodvibes
Member
 
Registered: Mar 2009
Location: Hermosa Beach
Distribution: Mandriva KDE 4
Posts: 44

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by knudfl View Post
0.9.9a ... alpha ? ? That is strange, when I install it,
I get version 0.9.3
( with the install command # urpmi vlc ).

And version 0.9.3 works OK.

These are the "vlc packages" I got
Code:
[knudfl@localhost ~]$ rpm -qa | grep vlc
vlc-0.9.3-2mdv2009.0
vlc-plugin-ogg-0.9.3-2mdv2009.0
libvlccore0-0.9.3-2mdv2009.0
vlc-plugin-pulse-0.9.3-2mdv2009.0
libvlc2-0.9.3-2mdv2009.0
vlc-plugin-a52-0.9.3-2mdv2009.0
And the package manager shows two versions,
0.9.3 and 0.9.8a, but not 0.9.9a .
Suggest : Try the stable version = 0.9.3 .
.....
Thanks I tried to Install 9.3 from RPMdrake and the version I got was 9.8, strange how it defaults to latest version.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with rpm package and CUPS Jack of Spades Linux - Networking 1 07-12-2007 05:38 PM
problems in creating a rpm package gobi_dgm Linux - Software 1 09-18-2006 05:28 AM
trying to install suse 10.1 with rpm/package apache and php5/ssl problems?? wandering Linux - General 1 07-03-2006 12:20 PM
installed rpm-devel package but still same problems sneezesnoeze Linux - Newbie 1 04-06-2004 01:49 AM
RPM package installation problems nanabaffoe Linux - Software 7 07-18-2003 07:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration