August 27th, 2007, 05:55 PM
-
FreeBSD6_compilation problem
Hi,
I am trying to setup Sendmail with Authentication (SMTP-AUTH). I run FreeBSD 6.2
-------------------------------------------------
I have updated ports as follow:
# cd /usr/ports/net/cvsup
# make install clean
# cd /usr/src
# make buildworld
Question 1: Was it a correct way to update ports like I did?
-------------------------------------------------
When I tried to compile I got this error:
# cd /usr/src/lib/libsm
# make cleandir obj depend all
# make
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:138:24: saslutil.h: No such file or directory
Question 2:
What is this
/../../
suppose to mean?
Thank you
August 27th, 2007, 08:13 PM
-
".." simply refers to the parent directory. So the real path of the file is
/usr/src/contrib/sendmail/src/sendmail.h
August 27th, 2007, 10:30 PM
-
Thanks,
so what does it mean when this
/usr/src/lib/libmilter/
is on the same line with
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:138:24: saslutil.h: No such file or directory
and how about the following? Does it look correct to you?
# cd /usr/ports/net/cvsup
# make install clean
# cd /usr/src
# make buildworld