Error Code 1 building Sendmail. FreeBSD 5.4-p6

2005-09-17 Thread Jordan Freeman

Here's the output. Any assistance would be apprecaited.

 make
Warning: Object directory not changed from original 
/usr/src/usr.sbin/sendmail
cc -O2 -pipe -march=pentium3 
-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src 
-I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB 
-DNIS -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DNETINET6 -DSTARTTLS 
-D_FFR_TLS_1 -D_FFR_DEAL_WITH_ERROR_SSL -I/usr/local/include -DSASL=2 
-D_FFR_SMTP_SSL   -I/usr/local/lib -o sendmail alias.o arpadate.o bf.o 
collect.o conf.o control.o convtime.o daemon.o deliver.o domain.o 
envelope.o err.o headers.o macro.o main.o map.o mci.o milter.o mime.o 
parseaddr.o queue.o ratectrl.o readcf.o recipient.o savemail.o sasl.o 
sfsasl.o shmticklib.o sm_resolve.o srvrsmtp.o stab.o stats.o sysexits.o 
timers.o tls.o trace.o udb.o usersmtp.o util.o version.o -lutil -lwrap 
/usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a 
/usr/src/usr.sbin/sendmail/../../lib/libsm/libsm.a -lssl -lcrypto -lsasl2

/usr/bin/ld: cannot find -lsasl2
*** Error code 1

I have the following port installed for sasl auth :

/usr/ports/security/cyrus-sasl2-saslauthd
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error Code 1 building Sendmail. FreeBSD 5.4-p6

2005-09-17 Thread Jordan Freeman

Mario Hoerich wrote:


# Jordan Freeman:


Here's the output. Any assistance would be apprecaited.

make
Warning: Object directory not changed from original 
/usr/src/usr.sbin/sendmail

cc -O2 -pipe -march=pentium3


[...]

-D_FFR_SMTP_SSL   -I/usr/local/lib -o sendmail 


[...]   


/usr/bin/ld: cannot find -lsasl2
*** Error code 1



Looks like a typo.  Changing that -I/usr/local/lib to
-L/usr/local/lib, so it's added to the library search
path instead of the include search path, should do the
trick.

 HTH
Mario


Thank you, Mario. That will tech me not to stay up so late o_O . I fall 
on my sword for a second time.


Jordan Freeman
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Error code 71 on rebuilding libc. FreeBSD 5.4-p6.

2005-09-16 Thread Jordan Freeman

Performing a make install in /usr/src/lib/libc, here's the output :

# make install
install -C -o root -g wheel -m 444   libc.a /usr/lib
install: libc.a: No such file or directory
*** Error code 71

Stop in /usr/src/lib/libc.

Howerer, when I ll for the file /usr/lib/libc.a in the /usr/lib 
directory, I get :


# ll libc.a
-r--r--r--  1 root  wheel  1918768 Aug 20 11:53 libc.a

So the file is obviously there. There is a possibilty that I'm just 
being a twit. Any assistance would be greatly appreciated.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Error code 71 on rebuilding libc. FreeBSD 5.4-p6.

2005-09-16 Thread Jordan Freeman

Dan Nelson wrote:


In the last episode (Sep 16), Jordan Freeman said:
 


Performing a make install in /usr/src/lib/libc, here's the output :

# make install
install -C -o root -g wheel -m 444   libc.a /usr/lib
install: libc.a: No such file or directory
*** Error code 71

Stop in /usr/src/lib/libc.

Howerer, when I ll for the file /usr/lib/libc.a in the /usr/lib 
directory, I get :


# ll libc.a
-r--r--r--  1 root  wheel  1918768 Aug 20 11:53 libc.a

So the file is obviously there. There is a possibilty that I'm just 
being a twit. Any assistance would be greatly appreciated.
   



Did you run make first?

 


Negative libc is compiling as I type this.

May I fall on my sword now???

Jordan Freeman

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]