vlc-0.8.2 on Redhat Linux 9

*nix specific usage questions
joydevgh
Blank Cone
Blank Cone
Posts: 11
Joined: 03 Oct 2005 13:10

vlc-0.8.2 on Redhat Linux 9

Postby joydevgh » 04 Oct 2005 14:18

Hi all,
If anybody Run "vlc-0.8.2 on Redhat linux 9?
pls help me....
How can i install & run it???????????
if anybody knows.....pls reply me...
Step by step how can i run it on redhat linux 9???

Thanks..
joydev




"
If anybody make Rpm in vlc-0.8.4...
pls send me the URL... for download..

huales
Blank Cone
Blank Cone
Posts: 31
Joined: 28 Sep 2005 11:20

Postby huales » 08 Oct 2005 02:30

I also want to know, any one can tell us?
appreciate

strifegeek

me too

Postby strifegeek » 17 Oct 2005 02:47

i also would like to know how to run it in redhat 9, because after i decompress the files all i get is a bunch more compressed files

Saravanan.G

VLC-0.8.2

Postby Saravanan.G » 20 Oct 2005 09:39

Hi, 8)


i configured vlc-0.8.2 in red-hat-9.....

First download all necessary libraries ..... like

ffmpeg-20041113.tar
mpeg2dec-xxx-tar.gz
libdvbpdsi-20041028.tar
libmad-0.15.1b.tar.tar

vlc-0.8.2.tar.gz


Now Installation ...

FFMPEG:

tar xvf ffmpeg-2004113.tar
cd ffmpeg-2004113.tar
./configure --enable-shared-pp --enable-shared --enable-pp --enable -gpl
make
make install


MPEG2DEC :

tar -zxvf mpeg2dec-xxx-gz
cd mpeg2dec-xxx
./configure --enable-shared
make
make install


LIBDVBSI :

same steps like MPEG2DEC



VLC-0.8.2 :


tar -zxvf vlc-0.8.2.tar.gz
./configure --disable-wxwindows --disable-skins2
make
make install


In make it shows some files could't not found , bec of there is no proper link between ur VLC and ur installed libraries ... so u have to set path between VLC and ur libraries ....


Now u can run VLC ....


k...All The Best .... :P

joydevgh
Blank Cone
Blank Cone
Posts: 11
Joined: 03 Oct 2005 13:10

vlc on rhel3

Postby joydevgh » 02 Dec 2005 13:56

HI Saravanan.G,
Thanks for your help. but still there is some problem...
when i am going to compile step by step...in "ffmpeg-20041113.tar"

tar xvf ffmpeg-20041113.tar
cd ffmpeg-2004113.tar
./configure --enable-shared-pp --enable-shared --enable-pp --enable -gpl
make

After make there is so Error.....
gcc -O3 -g -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/usr/local/vlcall/ffmpeg-20051126'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o smc.o smc.c
gcc -O3 -g -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'/usr/local/vlcall/ffmpeg-20051126'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o snow.o snow.c
snow.c: In function `add_yblock_buffered':
snow.c:2605: warning: left shift count is negative
snow.c: In function `add_yblock':
snow.c:2758: warning: left shift count is negative
snow.c: In function `predict_slice_buffered':
snow.c:2834: warning: passing arg 6 of `add_yblock_buffered' discards qualifiers from pointer target type
snow.c: In function `predict_slice':
snow.c:2892: warning: passing arg 5 of `add_yblock' discards qualifiers from pointer target type
snow.c: In function `common_init':
snow.c:3244: warning: assignment from incompatible pointer type
snow.c:3244: warning: assignment from incompatible pointer type
snow.c:3245: warning: assignment from incompatible pointer type
gcc -O3 -g -Wall -Wno-switch -I. -I'/usr/local/vlcall/ffmpeg-20051126' -I'/usr/local/vlcall/ffmpeg-20051126'/libavutil -I'/usr/local/vlcall/ffmpeg-20051126'/libavcodec -I'/usr/local/vlcall/ffmpeg-20051126'/libavformat -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ffmpeg.o ffmpeg.c
gcc -O3 -g -Wall -Wno-switch -I. -I'/usr/local/vlcall/ffmpeg-20051126' -I'/usr/local/vlcall/ffmpeg-20051126'/libavutil -I'/usr/local/vlcall/ffmpeg-20051126'/libavcodec -I'/usr/local/vlcall/ffmpeg-20051126'/libavformat -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o cmdutils.o cmdutils.c
cmdutils.c: In function `find_option':
cmdutils.c:54: warning: return discards qualifiers from pointer target type
gcc -Wl,--warn-common -rdynamic -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavformat -lavformat -L./libavcodec -lavcodec -L./libavutil -lavutil -lm -lz -ldl
/usr/lib/libpostproc.so.0.0.1: undefined reference to `fast_memcpy'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
[root@aktplserver ffmpeg-20051126]#

[root@aktplserver ffmpeg-20051126]# make install
make -C libavutil all
make[1]: Entering directory `/usr/local/vlcall/ffmpeg-20051126/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/vlcall/ffmpeg-20051126/libavutil'
make -C libavcodec all
make[1]: Entering directory `/usr/local/vlcall/ffmpeg-20051126/libavcodec'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/vlcall/ffmpeg-20051126/libavcodec'
make -C libavformat all
make[1]: Entering directory `/usr/local/vlcall/ffmpeg-20051126/libavformat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/vlcall/ffmpeg-20051126/libavformat'
gcc -Wl,--warn-common -rdynamic -g -o ffmpeg_g ffmpeg.o cmdutils.o -L./libavformat -lavformat -L./libavcodec -lavcodec -L./libavutil -lavutil -lm -lz -ldl
/usr/lib/libpostproc.so.0.0.1: undefined reference to `fast_memcpy'
collect2: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1

Anubody knows pls help.............
what is my wrong?

joydevgh
If anybody make Rpm in vlc-0.8.4...
pls send me the URL... for download..


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 72 guests