Never mind. I figured out what the problem was. Using "rpm -q --scripts webmin" I found that SECURE_LEVEL needed to be set. I found that this was referred to in /etc/profile.d/msec.sh.rpmnew.
Evidentally my installation of msec didn't quite succeed due to an already existing zero length copy of /etc/profile.d/msec.sh. This prevented /etc/sysconfig/msec being run, so SECURE_LEVEL didn't get set, so the postinstall script complained. "mv -f msec.sh.rpmnew msec.sh" fixed the problem. David At 08:54 PM 4/19/02, you wrote: >Greetings, > >When I try to install webmin-0.960-1mdk, it complains that msec needs to >be run. As you can see below, this complaint occurs even when msec is run >immediately before trying to install webmin. I think the rpm script has a >problem ... > >David > >[root@osage RPMS]# /usr/sbin/msec 3 >[root@osage RPMS]# rpm -iv webmin-0.960-1mdk.noarch.rpm >Preparing packages for installation... >webmin-0.960-1mdk >Couldn't find used secure level, >You should correct this problem by running /usr/sbin/msec <secure level> > >-------------------------------------------------------- >David Relson Osage Software Systems, Inc. >[EMAIL PROTECTED] Ann Arbor, MI 48103 >www.osagesoftware.com tel: 734.821.8800
