Home > OS >  Given a method
Given a method

Time:09-22

Mailscanner installation problems

CodePudding user response:

 
# Check that/usr/SRC/redhat exists
Echo
If [-d/usr/SRC/redhat]; Then
Echo Good, you have/usr/SRC/redhat in place.
RPMROOT=/usr/SRC/redhat
Elif [-d/usr/SRC/RPM]; Then
Echo Okay, you have/usr/SRC/RPM.
RPMROOT=/usr/SRC/RPM
Elif - d/usr/SRC/packages; Then
Echo Okay, you have/usr/SRC/packages.
RPMROOT=/usr/SRC/packages
The else
Echo Your/usr/SRC/redhat/usr/SRC/RPM or/usr/SRC/packages
Echo tree is missing.
Echo If you have access to an RPM called RPM - build or rpmbuild
Echo then install it first and last come back and try again.
Echo
The exit 1
Fi

These three things

CodePudding user response:

Don't know what I just just learn some, I mailscanner path installation wrong but how wrong
  • Related