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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-17-2003, 10:38 PM
|
#1
|
LQ Newbie
Registered: Mar 2003
Distribution: suse
Posts: 9
Rep:
|
How to install binaries ?
I got some divx codec i wanted to install.
the codec are divx4linux-20020418.tgz
The pakage contains:
decore.h
DivX MPEG-4 Codec and Its Interface.htm
encore2.h
install
install.sh
libdivxdecore.so
libdivxencore.so
license.txt
README.linux
The installation information in README.linux say's:
"Extract the archive, and run "./install.sh" as root".
My distro:suse 8.1
Questions:
1)which commands must i give to install the filles listed above.
2)Can i convert the files listed above in to a RPM and then install it with yast?
Thanks
|
|
|
03-17-2003, 10:44 PM
|
#2
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Ummm...did your run:
./install.sh
??? It should do all the dirty work for you.
|
|
|
03-17-2003, 10:49 PM
|
#3
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
1 thing to add, you might have to chmod the install.sh file first:
chmod u+x install.sh
THEN
./install.sh
Cool
|
|
|
03-17-2003, 11:16 PM
|
#4
|
LQ Newbie
Registered: Mar 2003
Distribution: suse
Posts: 9
Original Poster
Rep:
|
what's suppose to happen?
typed:
"chmod u+x install.sh" "return"
nothing happend
then i typed:
"./install.sh" "return"
again nothing happend
Do i suppose to enter a third command to make the file?
|
|
|
03-17-2003, 11:23 PM
|
#5
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
chmod should have returned nothing, that's good. Then ./install.sh should have started the install process. Try:
sh install.sh
You are typing these into a terminal within the directory containing these files, correct?
Cool
|
|
|
03-17-2003, 11:24 PM
|
#6
|
Senior Member
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503
Rep:
|
Well nothing is suppose to be returned when you do:
chmod u+x install.sh
If you ran:
./install.sh
and it returned nothing then it probably just installed automatically.
|
|
|
03-17-2003, 11:29 PM
|
#7
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Fire up a text editor with the install.sh script in it:
less install.sh
See what it's doing. See if it tells you where files are going, if it does, then:
updatedb (this will take a good while)
locate <file>
Replace <file> with a file that is being copied somewhere (according to the install.sh file).
If you have questions, and the install.sh isn't too long, post it up so we can give it a look over.
Cool
|
|
|
03-18-2003, 01:37 AM
|
#8
|
LQ Newbie
Registered: Mar 2003
Distribution: suse
Posts: 9
Original Poster
Rep:
|
thanks,
"chmod u+x install.sh"
"./"install.sh"
"vi install.sh" found the destination file
looked it up : the files where there
Now only thing for me to really do , is trying to understand what happend.
Thanks all
|
|
|
03-18-2003, 08:55 AM
|
#9
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Good deal, and you're welcome
Cool
|
|
|
All times are GMT -5. The time now is 06:59 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|