Linux - NewbieThis 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.
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.
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
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.
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.
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
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
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.