Installation problems
"Carl J. Hixon" <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
I am fairly new to Linux. I am running RedHat 9.0. I am fully up to
date using up2date. I just spent 4 hours trying to install Ogle and
decided that I need to ask for help. If for no other reason than it is
preventing me from throwing my monitor out the window!!!
Not that hardware is the issue yet...but in case I have problems further
along...
CD-ROM IDE-CD R/RW 8x4x32 /dev/scd0
Pioneer Model DVD-115 0114 /dev/hdc
Hard Drive Quantum FireballP LM30
Sound Card SB Live! Creative Labs emu10K1
Controller AMD-751 System Controller agpgart
Video Card nVidia GeForce2 GTS/Pro
Where do I begin?
I started here: http://www.dtek.chalmers.se/groups/dvd/redhat.shtml
I downloaded and installed libdvdcss-1.2.8-2.fr.i386.rpm
I already have Libxml2 as part of my up-to-date RH9 installation.
I downloaded and installed libmad-0.15.1b-1.fr.i386.rpm
I downloaded and installed a52dec-0.7.4-5.fr.i386.rpm
I downloaded and installed libdvdread-0.9.4-4.fr.i386.rpm
Now the trouble begins:
[root@localhost tmp]# rpm -iUvh ogle-0.9.2-1.1.fr.i386.rpm
warning: ogle-0.9.2-1.1.fr.i386.rpm: V3 DSA signature: NOKEY,
key ID e42d547b
error: Failed dependencies:
alsa-lib is needed by ogle-0.9.2-1.1.fr
libasound.so.2 is needed by ogle-0.9.2-1.1.fr
libasound.so.2(ALSA_0.9) is needed by ogle-0.9.2-1.1.fr
[root@localhost tmp]#
I do not have alsa, and do not want to try and go there right now as I
understand that it is difficult to install (and Ogle is easy...so I'm
clearly not qualified.) I have been trying to use the --without option
but that doesn't seem to work either, it shows that I am missing the
same dependencies.
So I tried another:
[root@localhost tmp]# rpm -iUvh ogle-0.9.2-1.fr.i386.rpm
warning: ogle-0.9.2-1.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
error: Failed dependencies:
alsa-lib is needed by ogle-0.9.2-1.fr
libasound.so.2 is needed by ogle-0.9.2-1.fr
libasound.so.2(ALSA_0.9) is needed by ogle-0.9.2-1.fr
[root@localhost tmp]#
Sooo, from here I decided to try another approach:
[root@localhost SOURCES]# tar -C /usr/tmp -xvzf
ogle-0.9.2.tar.gz
When I run ./configure, I die here:
checking for main in -ljpeg... no
configure: error: Need libjpeg, install it and/or specify it's
location
[root@localhost ogle-0.9.2]#
BUT, you can see I have it here:
[root@localhost ogle-0.9.2]# locate libjpeg
/usr/lib/libjpeg.so.62
/usr/lib/libjpeg.so.62.0.0
/usr/share/doc/libjpeg-6b
/usr/share/doc/libjpeg-6b/usage.doc
/usr/share/doc/libjpeg-6b/README
[root@localhost ogle-0.9.2]#
I tried some other things as well but at this point I am very
confused!!!! I need some clear and SIMPLE instructions. Any help is
greatly appreciated.
Carl