Re: buildworld error v1.8 - undefined reference to `EVP_sha256'

2007-02-01 Thread Sascha Wildner
j s wrote: Here's the error. I have attempted building several times including from a cleaned /usr/src and cvsup with tag=. and tag=DragonFly_RELEASE_1_8_Slip cc -O -pipe -mtune=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../lib/libssh

Re: buildworld error v1.8 - undefined reference to `EVP_sha256'

2007-02-01 Thread YONETANI Tomokazu
On Wed, Jan 31, 2007 at 03:10:21PM -0800, j s wrote: cc -O -pipe -mtune=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../lib/libssh -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh-4 -L/usr/pkg/lib -o sftp-server sftp-server.o sftp-common.o -lssh You have

Re: buildworld error v1.8 - undefined reference to `EVP_sha256'

2007-02-01 Thread j s
On 2/1/07, Sascha Wildner [EMAIL PROTECTED] wrote: j s wrote: Here's the error. I have attempted building several times including from a cleaned /usr/src and cvsup with tag=. and tag=DragonFly_RELEASE_1_8_Slip snip Hm, how do you build? Do you have other settings in make.conf? I'm not

Re: buildworld error v1.8 - undefined reference to `EVP_sha256'

2007-02-01 Thread j s
On 2/1/07, YONETANI Tomokazu [EMAIL PROTECTED] wrote: On Wed, Jan 31, 2007 at 03:10:21PM -0800, j s wrote: cc -O -pipe -mtune=pentiumpro You have something similar to this LDFLAGS=-L/usr/pkg/lib in /etc/make.conf? Try commenting out, or use a custom make.conf only for

buildworld error v1.8 - undefined reference to `EVP_sha256'

2007-01-31 Thread j s
Here's the error. I have attempted building several times including from a cleaned /usr/src and cvsup with tag=. and tag=DragonFly_RELEASE_1_8_Slip cc -O -pipe -mtune=pentiumpro -I/usr/src/secure/libexec/sftp-server/../../lib/libssh