Openssl 0.9.6b failing on "need Openssl0.9.5a or higher"

Pete Ehlke pde at ehlke.net
Sat Jan 5 00:37:33 UTC 2002


* Brian Noecker <bnoecker at jabber.com> said, on [020104 16:33]:
> 
> Now to a bigger problem, one that I may or may not be able to get by.  I can
> now accomplish the configure --with-tcp-wrappers, but on the make I get the
> following:
> 
> gcc  -g -O2  -I/tmp/bind-9.2.0 -I./include  -I./../pthreads/include
> -I../include  -I./../include  -I./..   -D_REENTRANT     -W -Wall
> -Wmissing-prototypes -Wcast-qual -Wwrite-strings  -c errno2result.c
> /usr/ccs/bin/as: "/var/tmp/ccpTAgVd.s", line 481: error: unknown opcode
> ".subsection"

You're mixing gcc with sun's assembler. This suggests that your gcc
install is wonky, or that you have /usr/ccs/bin listed before
/path/to/gnu_assembler_location in your path. Don't do that ;)

-Pete


More information about the bind-users mailing list