LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   recompiling httpd-2.0.40-21 (https://www.linuxquestions.org/questions/linux-software-2/recompiling-httpd-2-0-40-21-a-134143/)

jules_fraser 01-12-2004 06:39 PM

[CLOSED] recompiling httpd-2.0.40-21
 
Why is it that even though I have updated my system with the above version of httpd, when I do an rpm -q, it still shows the previous version?

I did an upgrade for httpd but it was not via rpm, does one not update the other? I have quite a log of issues with thr rpm which is why I used a tar ball. JF

looper 01-12-2004 06:45 PM

when you do an rpm query you are looking for rpm installed packages :) tarballs are tarballs

jules_fraser 01-13-2004 08:00 AM

How can you be sure which software version is currently in use?

looper 01-15-2004 08:21 PM

well, this is just a thought, why dont you go inside apache's folders and try to stop the services. The one that is currently running should stop, on the other hand, the other one I assume will msg you that there is no service to stop or something.... do I make sense? anyway just an idea

Tinkster 01-15-2004 09:03 PM

Quote:

Originally posted by jules_fraser
How can you be sure which software version is currently in use?
Open a console
type
httpd -V


:}


Cheers,
Tink

jules_fraser 04-08-2004 04:50 PM

Typed in this command but got reply:

Code:

gandalf apache2 # http -V
-bash: http: command not found

Any other way to find out the version number?

pauljtester 04-15-2004 11:23 AM

NOT
<your prompt># http -V

type
<your prompt># httpd -V

if that doesn't work, try
<your prompt># rpm -qa | grep httpd

the | is required. It means send the output of the first command to the second command. grep means 'search for'. See 'man grep' for more info

Cheers,
P


All times are GMT -5. The time now is 04:50 AM.