Installing Software from source.. bin. tar. Vm Consoles, TCL???
Linux - SoftwareThis 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
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.
Installing Software from source.. bin. tar. Vm Consoles, TCL???
Hey Everyone!
I was wondering whether one of you Linux pro's out there could lend us a tip or two inregards to some basic Linux installations.
Ive reacently got myself RedHat Linux 9 (Shrike), and runs nice. I am having difficult in installing software. Ive downloaded 'AMSN' and all i see is lots of unexecutable files. Now im from a MS Windows and MS Windows only background, so compiling files from source seems rather different from the norm.
Getting back to the 'AMSN', i messed around, and it said something about tcl ?... for starters what is it, and second of all, what do i do with it? and how do i rectify the 'tcl' problem..
Ive also downloaded 'LimeWire'. Again having problems with it, as it now comes up with crap saying "VM console environment must be installed'.. now i downloaded the 14MB file from JAVA website, but now ive got this far i can't seem to get anything working from here.
To top it off, ive dug up a few 'APC Magazine' and looked at the 'toolkit' sowfatre on the cd. It contains 'Linux' programs. I've now looked at this and tried to fiddle, but nothing works. I instaled WIRE. some emulator that runs windows programs under LINUX. I followed the 'README' text document and done what it asked me to do. But then nothing comes up! afterwards... All i see when i open the files are source code!
So as you can see, im having a bit of a hickup with the linux machine, but im finding it interesting in essence. So if anyone could give us a hand to help me with the obvious ' Installation Problem' that would be mostly appreciated.
Tcl is a scripting language. Probably the software you download is partially written in it. You can install Tcl from Red Hat's install CDs (just look for the Tcl RPM and install it with "rpm -ivh" or do it through the GUI). With respect to the Java, what sort of file did you download -- if it's a .bin you need to 'chmod +x' it and then run it. If it's an RPM you can just use 'rpm -ivh' as above (RPM is a standard way of packaging programs for easy installation). If it's some other sort of file post what kind it is and someone should be ablew to help.
What exactly did you do to install WIRE? Linux doesn't automatically add programs to GUI menus or anything like that. Assuming you did the standard configure, make, make install the program binary will belocated in /usr/bin or /usr/local/bin and you can just type WIRE (or whatever the executable is called) to start it up.
Hey Mate.. Thanx for the help with the TCL scritpting.. Just done what you asked me, works good.
But still problems with LimeWire!
Ive downloaded it, and it is ( 'LimeWireLinux.bin' ,6 MB in size)
At console ive just typed: "sh ./LimeWireLinux.bin'
and it says it's checking environment or something.
then it prompts
"Preparing to install...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
No Java virtual machine could be found from your PATH
environment variable. You must install a VM prior to
running this program."
Lime Wire requires Java to work....take a look here. You should see an accept button, just sign your life away and follow the instructions, there pretty easy to follow.
Side note, if you are looking for a P2P, how about aMule . This one has all of the needed packages with it and very easy to follow instructions.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.