This is a discussion on Re: Compiling openssh-4.0p1 on Solaris 10. within the OpenSSH Development forums, part of the Networking and Network Related category; This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0416177874== Content-Type: multipart/signed; micalg=pgp-sha1; protocol=&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--===============0416177874== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig072B2D07DE9A38D78C9488F1" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig072B2D07DE9A38D78C9488F1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Darren Tucker wrote: > Others have reported these errors can be caused by an old sys/cdefs.h > header left over from previous gcc installation: > http://bugzilla.mindrot.org/show_bug.cgi?id=1013 Grr, this was a fresh Solaris 10 install (which comes w/ gcc-3.4.2) so there was no 'previous gcc' install for the file to be orphaned by... >> Has anyone successfully compiled 4.1p1 on a Solaris 10 system? > > > I built 4.0p1 on Solaris 10/x86 a while back but not 4.1p1. Well after hearing the trouble other folks had w/ the gcc that came w/ Solaris 10, I went off and built 3.4.4... -=- % /usr/local/bin/gcc -v Reading specs from /usr/local/lib/gcc/i386-pc-solaris2.10/3.4.4/specs Configured with: ./configure : (reconfigured) ./configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld Thread model: posix gcc version 3.4.4 -=- And that fixed the first problem, but it now barfs at the linking phase... -=- /usr/local/bin/gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/sfw/lib -R/usr/sfw/lib -R/usr/local/krb5/lib -lssh -lopenbsd-compat -lresolv -lcrypto -lrt -lz -lsocket -lnsl -L/usr/local/krb5/lib -R/usr/local/krb5/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lkrb5support -lcom_err -lresolv -lsocket -lnsl Undefined first referenced symbol in file EVP_aes_192_cbc ./libssh.a(cipher.o) EVP_aes_256_cbc ./libssh.a(cipher.o) ld: fatal: Symbol referencing errors. No output written to ssh collect2: ld returned 1 exit status gmake: *** [ssh] Error 1 -=- Looks like more OpenSSL issues? Best Wishes - Peter -- Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --------------enig072B2D07DE9A38D78C9488F1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (Darwin) iD8DBQFCpWDvPtVx9OgEjQgRAqmoAJ48FAnH1+iOiWl6GGUigL ewVCBUSACfRkzM Wwoz9F4UALJQMfCdFo59OpY= =z9hW -----END PGP SIGNATURE----- --------------enig072B2D07DE9A38D78C9488F1-- --===============0416177874== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org http://www.mindrot.org/mailman/listi...enssh-unix-dev --===============0416177874==-- |