Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Upgrading application using source
Name: chris30 Date: August 22, 2004 at 14:25:21 Pacific OS: NA CPU/Ram: NA
Comment:
How do you upgrade the source of a program in Linux? For example, I have installed the source for IPtables on my linux system, but now I want to upgrade to the latest version, what are the way to do this? I know that with distro's like RedHat you can just install the RPM, however, I would like to be able to upgrade by using the source.
Name: Birdman Date: August 23, 2004 at 07:16:04 Pacific
Reply:
Usually you have to do the following:
1. Download the newest source code to some directory on your computer 2. Using the command prompt, cd into the directory where you put the source code 3. run "make" (or maybe "make all") 4. run "make install"
and voila! Nice and easy...
Note that this is USUALLY the way its done. Always read the "README" file in the main directory where you put the source before compiling, just in case they have any special instructions.
0
Response Number 2
Name: Dlonra Date: August 23, 2004 at 18:10:15 Pacific
Reply:
actually, preceding make, you typically:
ls - see whats there less README and/or less INSTALL
followed by:
./Configure or ./configure
0
Response Number 3
Name: 3Dave Date: August 25, 2004 at 02:08:11 Pacific
Reply:
You can create your own packages with programs like checkinstall. Then your RPM, TGZ, DEB etc package tool (pkgtool, kpackage etc) can install it for you making it easy to keep track of.
Summary: I have a server running on RAID 1 with the following partitions: /sda1 / /dev/md0 /boot /dev/md1 /usr /dev/md2 /var My server is Redhat 6.2 with kernel 2.2.16-3. It...
Summary: Just recently I upgraded my SDL from 1.2 to 1.2.5 on www.libsdl.org. I used source RPM's. Now whenever I try to run Tuxracer, this is the error I get in the terminal: *** tuxracer error: Couldn't init...
Summary: didn't get you... Do you want to create an application using floating point variables? If yes what language will you be using? There are open source compilers for all popular languages, try gcc for C....