LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing xine player in RH9 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-xine-player-in-rh9-149137/)

viperkt400 02-22-2004 10:29 AM

installing xine player in RH9
 
Hey I'm having a little trouble installing this MP3 player Xine, or Oxine, anyway after extracting and ./configure the instructions say to run "make file" but it gives an error. Here is the latest of what I've tried: (The installation instruction file just says to run freeamp by typing freeamp)

[viper@localhost viper]$ su
Password:
[root@localhost viper]# ls
alsaplayer-0.99.76 firefox08-linux.tar FreeAmp-v6 open1.1install
config.log flash6 newbie journal.doc openoffice11.tar
firefox freeamp6.tar office1.1 progz
[root@localhost viper]# cd FreeAmp-v6
[root@localhost FreeAmp-v6]# ls
bin lib share
[root@localhost FreeAmp-v6]# cd bin
[root@localhost bin]# ls
freeamp
[root@localhost bin]# freeamp
bash: freeamp: command not found
[root@localhost bin]#


Any clues? Thanks.

solspin 02-22-2004 10:43 AM

Not sure if you are running all the commands, but the sequence is:
./configure; make; make install
Did you do those? I am not sure about "make file" I have never done that.
If so, the program would be installed in /usr/local/bin by default. This might not be in your path

viperkt400 02-22-2004 10:56 AM

I'm an idiot, it's the wrong prog, here is what is happening

[root@localhost oxine-0.2]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... 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 gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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 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... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo...
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 -lc should be explicitly linked in... no
creating libtool
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for ptrdiff_t... yes
checking whether byte ordering is bigendian... no
checking for pthread_create in -lpthread... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XTestFakeKeyEvent in -lXtst... yes
checking for xine-config... no
checking for XINE-LIB version >= 1.0.0... no
*** The xine-config script installed by XINE could not be found
*** If XINE was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the XINE_CONFIG environment variable to the
*** full path to xine-config.
configure: error: *** Please install xine-lib first ***
[root@localhost oxine-0.2]# make
make: *** No targets specified and no makefile found. Stop.
[root@localhost oxine-0.2]#

I read the read mes and i don't know what to do about this error

urka58 02-22-2004 11:13 AM

try
which xine
this should tell you where xine is actually installed,usually /usr/bin.....
then
from oxine directory
./configure --prefix=/usr
this should allow configure script to find out xine binaries and libraries correctly.
then make && make install as usual.
Or do a search on internet for a oxine rpm file
Hope this helps
Ciao

solspin 02-22-2004 12:22 PM

If you have xine installed from an .rpm you need too make sure you also install the development files. That is what configure is looking for, not the binary installed xine.


All times are GMT -5. The time now is 12:54 PM.