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 10-09-2004, 03:57 PM   #1
ditch*
Member
 
Registered: Jul 2004
Posts: 50

Rep: Reputation: 15
starting ogle the dvd player


Hi!

I am running Mandrake 10.0 and I've been trying to watch a DVD with the ogle DVD player.

Everything installed just fine...

But when I try to open ogle in the terminal program, I get

[grisha@localhost grisha]$ ogle -u cli /dev/dvd
bash: ogle: command not found


Does anyone have any suggestions (apart from trying out another DVD player) ?

Thanks,

Grisha
 
Old 10-09-2004, 04:39 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Standard question: how did you install?
From what file, using which method?


Cheers,
Tink
 
Old 10-09-2004, 04:57 PM   #3
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
and have you tried just ogle?
 
Old 10-10-2004, 01:58 AM   #4
ditch*
Member
 
Registered: Jul 2004
Posts: 50

Original Poster
Rep: Reputation: 15
I tried mplayer

but it gave me a weird message saying something about "MLML4".

I didn't feel like messing around with it so I deleted mplayer and downloaded ogle.


After I had downloaded it,

I changed the directory in the terminal window.

then typed

$ tar xvzf ogle-0.9.2.tar.gz


And in the folder there was a README telling me this:


To play a dvd you start ogle.
A simple player is included in the Ogle main package to start this do.
'ogle -u cli /dev/dvd'



The question about the installation procedure tipped me off balance

but anyway:

[grisha@localhost ogle-0.9.2]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/grisha/Desktop/DRIVERS%2fINSTALLATION: /home/grisha/Desktop/DRIVERS%2fINSTALLATION: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH



So... what now?

Grisha
 
Old 10-10-2004, 01:37 PM   #5
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
I'd suggest installing the C compiler ...

Have a browse through your package manager.



Cheers,
Tink
 
Old 10-11-2004, 12:23 AM   #6
ditch*
Member
 
Registered: Jul 2004
Posts: 50

Original Poster
Rep: Reputation: 15
hey!

RPM-drake has laid out the following options in front of me:

cim-3.36-6mdk

Simula to C translator. Mother of all OO-languages.


gcc2.96-c++-2.96-0.83mdk

C++ support for gcc


gcc2.96-cpp-2.96-0.83mdk

The C Preprocessor


gcc-3.3.2-6-mdk

GNU Compiler Collection


gcc-c++-3.3.2-6mdk

C++ support for gcc


gcc-objc-3.3.2-6mdk

Objective C support for gcc


gdb-6.0-2mdk

A GNU source-level debugger for C, C++ and Fortran


libobjc1-3.3.2-6mdk

Objective C runtime libraries



p2c-1.22-11mdk

A Pascal to C translator.



Do you know which one I should install? Or should I install all of them? If so, do you think that it might cause my coputer to malfunction?


Grisha.
 
Old 10-11-2004, 02:49 AM   #7
theYinYeti
Senior Member
 
Registered: Jul 2004
Location: France
Distribution: Arch Linux
Posts: 1,897

Rep: Reputation: 66
gcc-3.3.2-6-mdk
and
gcc-c++-3.3.2-6mdk
 
Old 10-11-2004, 12:45 PM   #8
ditch*
Member
 
Registered: Jul 2004
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks!

I installed these packages

... and

(see end first)

...

[grisha@localhost ogle-0.9.2]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/grisha/Desktop/DRIVERS%2fINSTALLATION: /home/grisha/Desktop/DRIVERS%2fINSTALLATION: No such file or directory
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... gcc3
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 dependant libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
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 ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether byte ordering is bigendian... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for inttypes.h... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking sys/bswap.h usability... no
checking sys/bswap.h presence... no
checking for sys/bswap.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking for X... no
checking for X11/extensions/XShm.h... no
checking for XShmQueryExtension in -lXext... no
configure: error: You need libXext


this libXext package was neither on my CDs nor already installed.

So I went to google and found this page:

http://sources.redhat.com/ml/xconq7/2001/msg00228.html


To quote the essential part of it:

libXext and libXmu are part of the XFree86-libs package. libm and libdl are
part of glibc. If you can't find them your installation must be messed up,
or your library paths are set incorrectly.


... maybe this doesn't apply to me...

but what would you suggest I do now?
 
Old 10-11-2004, 02:10 PM   #9
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Find and install the XFree development rpm
from your CD ... ;)



Cheers,
Tink
 
  


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
ogle dvd player for Slackware 10.0 charlessmyth Linux - Newbie 0 08-25-2004 04:44 AM
ogle dvd player DAChristen29 Linux - Software 8 03-21-2003 02:25 PM
OGLE DVD player Crashed_Again Linux - Software 4 02-17-2003 05:09 AM
Ogle (DVD) skips kabads Linux - General 12 10-11-2002 08:38 AM
ogle dvd rain_maker Linux - General 0 03-07-2002 01:42 PM

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

All times are GMT -5. The time now is 04:17 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