Re: Changing Sendmail prefix

From: Chuck Swiger (cswiger_at_mac.com)
Date: 06/30/03

  • Next message: Maarten de Vries: "make buildworld fails"
    Date: Mon, 30 Jun 2003 10:03:34 -0400
    To: Jamie <jamie@gnulife.org>
    
    

    Jamie wrote:
    > I am trying to install sendmail-sasl from ports, but it is installing
    > the new sendmail in /usr/local. I would like the port install to overwrite
    > the existing sendmail. Is there any way to pass an option to my make when
    > I build the ports? I don't see any options for that in the makefile, but
    > perhaps I am reading it wrong. Thanks,

    You might be able to do to a "make PREFIX=/usr" and see whether that gets you
    the right path. You can also tell the system to recompile sendmail against the
    SASL library so that a "make buildworld/installworld" won't overwrite this.

    Change /etc/make.conf to add something like this:

    #SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2
    #SENDMAIL_LDFLAGS+= -L/usr/local/lib
    #SENDMAIL_LDADD+= -lsasl2

    -- 
    -Chuck
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Maarten de Vries: "make buildworld fails"

    Relevant Pages

    • Re: some weird stuff found
      ... > Probably a Linux or Solaris rpc attack/exploit. ... > FreeBSD machines. ... Look for those ports you are unsure about, and see which open files are linked ... I would advise against running sendmail period. ...
      (FreeBSD-Security)
    • Re: Upgrade sendmail on 5.4-RELEASE-p7
      ... The base system uses sendmail 8.13.6, ... saying if the upgraded sendmail version from the ports is installed ... I just built the newest sendmail this AM, using portupgrade, as I ... if you have not installed sendmail from ports, ...
      (comp.unix.bsd.freebsd.misc)
    • Re: portupgrade for ssh & sendmail
      ... >portupgrade to update ssh and sendmail to the latest versions. ... As others has mentioned these are part of the base and not ports ... You will get a screen at the end of the install giving you ...
      (comp.unix.bsd.freebsd.misc)
    • Re: ClamAV 0.67, SendMail, FreeBSD 5.2.1-RELEASE-p1
      ... > I am trying to install ClamAV Milter in my system. ... Maybe you cvsup'ed at a bad time or your ports tree ... created via the sendmail config - not through rc.conf. ...
      (freebsd-questions)
    • RE: General Security Issues
      ... However inetd.conf is up but it only starts the SSH daemon. ... So you've disabled sendmail and inetd.conf? ... I imagine that if you can find no open ports, ...
      (FreeBSD-Security)