|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
|||
|
|||
|
".." simply refers to the parent directory. So the real path of the file is
/usr/src/contrib/sendmail/src/sendmail.h |
|
#3
|
|||
|
|||
|
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 |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > FreeBSD6_compilation problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|