LinuxQuestions.org
Review your favorite Linux distribution.
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 06-16-2003, 12:12 AM   #1
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Rep: Reputation: 15
xine probelms


i tried installing xine and i did the following:
tar -zxvf /root/download/xine.xx.xx.xx.tar.gz
cd /root/xine
./configure
all went fine till the end where is displaued

"checking whether build environment is sane... configure: error: newly created file is older than distributed files!"
Check your system clock
[root@localhost xine-lib-1-beta12]#

whats this mean exactly?
what do i have to do to install xine?

thanx
 
Old 06-16-2003, 12:33 AM   #2
siddiqu
Member
 
Registered: Mar 2001
Location: India
Posts: 332

Rep: Reputation: 30
Hi..

Your machine date is not correct. Your machine date is older than the xine buid date.

Check the machine date and time

Siddiqu.T
 
Old 06-16-2003, 02:10 AM   #3
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
If you find trouble doing so, try synchronizing your machine to a clock server (if you use RH 8-9 you should have no problems syncing your clock with the RH clock server for your timezone)
 
Old 06-16-2003, 02:21 AM   #4
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
make uses the time the file was created or modified
for knowing whether or not the build the file. so that
way if you have a big project and just make a little
modification, then make again, only what you've changed
will be rebuilt.
make in your case is complaining that the files you just
extracted have a later date and time than what the
machine has. so it knows one is wrong, and you'll have
trouble building. if you want to change the dates on the
files, i think you can enter the directory with them
and
find . -type f -exec touch {} \;
that would set all the files to the current time.
 
Old 06-16-2003, 02:44 AM   #5
v2lk
Member
 
Registered: May 2003
Location: Estonia
Distribution: Slackware 9.1
Posts: 61

Rep: Reputation: 15
i know it's very dumb to suggest using smth. else when a problem arises, but, still, you should rather use MPlayer. i hate to admit it, but it's the onlyst usable MM player for linux, and, in addition to that, it's the best in the world, no matter on which platform you compile it, eaven windoze
 
Old 06-16-2003, 02:49 AM   #6
Thetargos
Senior Member
 
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679

Rep: Reputation: 45
I'd have to desagree with that, v21k... I've tried MPlayer and the way it navigates the DVD's I simply do not like it, does not let me pick from the menu (as xine does just as you load the DVD) and presents me directly to the movie, besides it renders awefuly BAD the subtitiles, ever tried to see AKIRA in japanese with English subtitles, but getting half the screen scrwed, becasue Mplayer WANTS to render them as it pleases, no matter what fricking setting you put in?? Well it has happened to me a lot... so I stick to xine Still I use Mplayer for VCD, in which regard is best than xine, and because of the encoder it includes, but besides that, I use Xine. Hell it even opens WMP 9 files!
 
Old 06-16-2003, 04:11 AM   #7
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Original Poster
Rep: Reputation: 15
im open for suggestions since i havnt use an mpeg player on linux b4...
i downloaded and installed "High Performance MPEG 1.0/2.0/2.5" which was pretty pooor i have to admin, for some strange reason it plays the mpeg file but is played in an fast foward.
 
Old 06-16-2003, 04:19 AM   #8
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
i just like having lots of stuff.
mplayer
xine
ogle
videolan
 
Old 06-16-2003, 05:46 AM   #9
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Original Poster
Rep: Reputation: 15
ok i compiled and installed xine but i downloaded "xine-ui-0.9.2" the graphical use interface "GUI" and tried installin it
i did the followin in console
cd /root/xine-ui-0.9.21/
./configure

then it came up with this!

** Could not run XINE test program, checking why...
*** The test program compiled, but did not run. This usually means
*** that the run-time linker is not finding XINE or finding the wrong
*** version of XINE. If it is not finding XINE, you'll need to set your
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point
*** to the installed location Also, make sure you have run ldconfig if that
*** is required on your system
***
*** If you have an old version installed, it is best to remove it, although
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH
***
configure: error: *** You should install xine-lib first ***
[root@localhost xine-ui-0.9.21]#

(i have already installed xine-lib) im using red hat 8
 
Old 06-16-2003, 05:52 AM   #10
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Original Poster
Rep: Reputation: 15
ohh yeh my question is what do i do 2 fix this?
 
Old 06-16-2003, 06:33 AM   #11
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
did you run ldconfig after compiling and installing xine?
 
Old 06-16-2003, 07:10 AM   #12
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Original Poster
Rep: Reputation: 15
what do i type in console to run ldconfig?
thanx
 
Old 06-16-2003, 07:23 AM   #13
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
ldconfig
 
Old 06-16-2003, 08:12 PM   #14
dejan_j
Member
 
Registered: May 2003
Location: Sydney
Distribution: RedHat
Posts: 111

Original Poster
Rep: Reputation: 15
yeh what do i type exactly ?
./ldconfig -??what /??/??
 
Old 06-17-2003, 03:11 AM   #15
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
many make install's will run ldconfig on their own.
many don't. if you install libraries, ldconfig needs to
be run to make the libraries available to the system,
so it will know they exist. ldconfig is run by typing
ldconfig
no options are necessary


from the ldconfig man page



ldconfig creates the necessary links and cache (for use by
the run-time linker, ld.so) to the most recent shared
libraries found in the directories specified on the com_
mand line, in the file /etc/ld.so.conf, and in the trusted
directories (/usr/lib and /lib). ldconfig checks the
header and file names of the libraries it encounters when
determining which versions should have their links
updated. ldconfig ignores symbolic links when scanning
for libraries.
ldconfig should normally be run by the super-user as it
may require write permission on some root owned directo_
ries and files. It is normally run automatically at
bootup, from /etc/rc, or manually whenever new DLL's are
installed.
 
  


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
probelms with the new 2.6.0 kernel.... everything is slow cyberia_2ooo Slackware 2 12-21-2003 10:42 AM
K Menu probelms? jamil5454 Linux - Software 2 12-08-2003 07:45 PM
kernel compile probelms hurricane Slackware 6 11-14-2003 10:42 AM
installation probelms (please help) chittico Linux - Newbie 2 10-23-2003 02:29 AM
Probelms with IPMASQADM-0.4.2 on 2.2.20 Pauly Linux - Networking 1 03-12-2002 07:07 PM

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

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