Hello,
I am a university student, and I am attempting to "install" VLC 0.8.6a on my Linux account for my Final Year Project. However, because of insufficient permissions, the only method I can think of is compiling VLC from source. The problem is that whenever I start the program, it runs into a segmentation fault immediately.
> vlc
VLC media player 0.8.6a Janus
Segmentation fault (core dumped)
The following are the specifications of the system:
OS: Mandriva Linux 2005 Limited Edition
Compiler: gcc 3.4.3
Libraries installed:
wxWidgets 2.8.0 (configured with no special options)
live555
libmad
mpeg2dec
a52
alsa
ffmpeg
libdvbpsi
libiconv
...
I have tried many different configurations to compile VLC, even with the most minimal options (disabling most of the libraries including wxwidgets and all libraries I have installed), but it still ended up with a segmentation fault. (Not to mention those that fail to compile.)
All I would like is a minimalistic VLC which supports RTSP streaming (possibly using live555) and which can play mpeg1/2 files, but I still cannot have it run successfully. I am at wit's end. I would be grateful if someone could give me some guidance as to what to try next.
Thank you.
-Colleen