OK, I am getting excited now. I just built my first rpm and it looks good, 
at least to a Linux newbe like myself. I think I am ready to install it, 
but?.

The following command reveals "rpm -ihv --test quagga-0.96.4-3.s390.rpm"

error: failed dependencies:
        ucd-snmp   is needed by quagga-0.96.4-3
        initscripts >= 5.60 is needed by quagga-0.96.4-3


I have package ucdsnmp-4.2.5-83 installed. Do I need to go back and change 
the .spec file:

%if %with_snmp
Prereq:         ucd-snmp
%endif

to

%if %with_snmp
Prereq:         ucdsnmp
%endif

and rebuild?

What about initscripts? I do not understand what initscripts is and if it 
is really required under SuSE. Can any one shed any additional light on 
this?

When it come down to do the actual install, Should I uninstall zebra using 
"rpm ?e zebra-0.93b-83" before installing quagga using "rpm -ihv 
quagga-0.96.4-3.s390.rpm"? It looks like there are duplicate files.

Thanks very much.

Peter

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to