LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-22-2003, 11:27 AM   #16
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47

They should be in /sbin.
 
Old 07-22-2003, 11:27 AM   #17
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
so..how to i change to tarball to .tgz ?
 
Old 07-22-2003, 11:29 AM   #18
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Well, technically you don't. You can compile the package and then use something like checkinstall ( www.freshmeat.net ) to install it. At that time it will create a .tgz for you for later use when you hose your system and you need to re-install, you'll then have a slackpack (.tgz) handy

Cool
 
Old 07-22-2003, 11:37 AM   #19
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
how do i del a file?
 
Old 07-22-2003, 11:44 AM   #20
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
errors again

root@Shaun:/home/shaun/divx4linux-20030428# ./configure
bash: ./configure: No such file or directory

how? need to sleep now... there;s sch tml.. will try again tml.. thanks for the help
 
Old 07-22-2003, 11:44 AM   #21
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
rm file
 
Old 07-22-2003, 11:44 AM   #22
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What file?

rm filename

If it's a directory:
rm -r directoryname

I suggest using -i with ALL rm's:
rm -i filename
rm -ir directoryname

Cool
 
Old 07-22-2003, 11:45 AM   #23
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Quote:
Originally posted by phatish
errors again

root@Shaun:/home/shaun/divx4linux-20030428# ./configure
bash: ./configure: No such file or directory

how? need to sleep now... there;s sch tml.. will try again tml.. thanks for the help
I believe there is no configure script with that file, I think you just make it...

Cool
 
Old 07-22-2003, 11:51 AM   #24
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
cannot make it...

root@Shaun:/home/shaun/divx4linux-20030428# make
make: *** No targets specified and no makefile found. Stop.
 
Old 07-22-2003, 11:52 AM   #25
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
tried and got this... where do i go from here.... where is the file installed to? how do i run it? thanks

root@Shaun:/home/shaun/divx4linux-20030428# make install
cat install.sh >install
chmod a+x install
root@Shaun:/home/shaun/divx4linux-20030428# exit
exit
shaun@Shaun:~$ make clean
make: *** No rule to make target `clean'. Stop.
 
Old 07-22-2003, 05:56 PM   #26
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Is there a README or INSTALL file in the directory?

If not, is there an install.sh file? Looks possibly so..

Make sure you are in the directory containing all the files, then type this:
chmod a+x install
And then type:
./install
And see what happens. You will likely have to be root when you type:
./install
But if there is a README or INSTALL file in that directory follow those directions instead.

Cool
 
Old 07-22-2003, 07:48 PM   #27
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
yup...there is a install file... did what u said and got an error..maybe not an error but the system can't locate something.

root@Shaun:/home/shaun/divx4linux-20030428# chmod a+x install
root@Shaun:/home/shaun/divx4linux-20030428# ./install
cp: copying multiple files, but last argument `/usr/local/lib' is not a directory
Try `cp --help' for more information.
cp: copying multiple files, but last argument `/usr/local/include' is not a directory
Try `cp --help' for more information.
chown: getting attributes of `/usr/local/lib/libdivxencore.so': No such file or directory
chmod: getting attributes of `/usr/local/lib/libdivxencore.so': No such file or directory
ln: creating symbolic link `/usr/local/lib/libdivxencore.so.0' to `/usr/local/lib/libdivxencore.so': No such file or directory
chown: getting attributes of `/usr/local/lib/libdivxencore.so.0': No such file or directory
chmod: getting attributes of `/usr/local/lib/libdivxencore.so.0': No such file or directory
chown: getting attributes of `/usr/local/lib/libdivxdecore.so': No such file or directory
chmod: getting attributes of `/usr/local/lib/libdivxdecore.so': No such file or directory
ln: creating symbolic link `/usr/local/lib/libdivxdecore.so.0' to `/usr/local/lib/libdivxdecore.so': No such file or directory
chown: getting attributes of `/usr/local/lib/libdivxdecore.so.0': No such file or directory
chmod: getting attributes of `/usr/local/lib/libdivxdecore.so.0': No such file or directory
 
Old 07-22-2003, 08:12 PM   #28
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
lets say after running everything... where is the programe installed to? how am i to run the programe by KDE? under the K...where can the programe be found? Thanks
 
Old 07-23-2003, 07:07 AM   #29
phatish
Member
 
Registered: Jul 2003
Posts: 31

Original Poster
Rep: Reputation: 15
help me plz
 
Old 07-23-2003, 08:14 AM   #30
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
AFAIK there is no program to run, you are installing Libraries to read the DIVX codec, a media player will then use the libraries to watch movies encoded with that codec. In fact you don't even need to install this, if you download:
www.mplayerhq.hu
Then it plays them natively, excellent too, and MANY threads on it.

With your above errors, since there is an INSTALL file you should read it first and do what it tells you to do as they are specific to that application.

Cool
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
installing stuff danielwong Linux - Newbie 4 05-10-2005 12:19 PM
Installing stuff KF1 Linux - General 10 04-30-2005 10:48 AM
When installing new stuff in suse 9.1, do you uninstall old stuff first? randon SUSE / openSUSE 1 12-25-2004 04:37 PM
Totally New, need help installing stuff... cmackay Linux - Newbie 14 01-07-2004 11:45 PM
installing stuff huffboy Linux - Newbie 2 10-04-2003 03:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:48 AM.

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