LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Is it possible to update a self-complied package via up2date? (https://www.linuxquestions.org/questions/linux-software-2/is-it-possible-to-update-a-self-complied-package-via-up2date-104744/)

ltsai 10-16-2003 11:57 AM

Is it possible to update a self-complied package via up2date?
 
For example, I download the Apache source code and do the usual ./configure, make and make install, does the RPM repository gets updated too? Will Red Hat up2date work for that Apache that I have just compiled and installed?

I’m concerned about keeping my system updated.

Do correct me if I’m wrong.

Each package is dependent on other libraries that might be installed via RPM or self-compiled. In the Windows world, a software can be updated easily by just downloading a patch. I don’t have to worry about the underlying libraries because it’s proprietary. The software maker’s update will update the software, including its libraries.

But in the Linux world, it’s open source.

How do I keep all these packages updated? *confuse*
up2date will be great if my self-compiled package can be updated too.

Thank you,
Liming

jailbait 10-17-2003 07:08 PM

"does the RPM repository gets updated too? "

No. To do that use checkinstall.

./configure
make
checkinstall

Then install the resulting rpm package using the rpm command. See:
man rpm

http://asic-linux.com.mx/~izto/checkinstall/index.php

"How do I keep all these packages updated? *confuse* "

Like all highly automated systems when you deviate from the one true path up2date can get very confused. You should keep track of your packages using a combination of up2date, rpm, and checkinstall. See man rpm for an explanation of how to use the command line rpm program.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites


All times are GMT -5. The time now is 06:13 PM.