On 26-Jan-00 Alessandro Coppelli opined:
> Hi to all.
> 
>   I have remove apache package
> 
>    rpm -e -noodeps apache
> 
>  Then :
> 
>    rpm -ivh mod_perl-1.21.2
>    rpm -ivh php-3.0.12-6
>    rpm -ivh apache.1.3.9-4.src.rpm
> 
>  but when I query
> 
>    rpm -q apache 
> 
>  I get this message
> 
>    package apache is not intalled.
> 
> 
>   Why ?

It is source (<file>.src.rpm) and won't show up as being installed.

You can install the regular rpm (apache.1.3.9-4.i386.rpm) or build from that
package (rpm --rebuild apache.1.3.9-4.src.rpm). If it build successfully,
the resulting package will be in /usr/src/redhat/RPMS/i386 and can be
installed from there.

-- 
I forgot to do the dishes.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to