Steven, I'm working Ok in a solaris 2.6. But I don't use the C and the Make natives because I ever prefer to use the gnu versions - I work with four differents Unix and need some standartization. You will need the gnu patch to, I had problems applying the Apache-SSL 1.3.4 patch on the Apache 1.3.6, with the native Solaris patch. You can get the gnu versions in http://www.sunfreeware.com Get the softwares in the Solaris pkgadd format and just apply it as root, using "pkgadd -d". After that, make sure you are using the gnu versions ... (the patch was installed in a directory - /usr/local/sbin if I remeber - and the PATH point to the uninstalled old version first). [EMAIL PROTECTED] > ----- Mensagem original ----- > De: Steven Smith [SMTP:[EMAIL PROTECTED]] > Enviada em: Quarta-feira, 4 de Agosto de 1999 17:52 > Para: OpenSSL User > Assunto: FW: API Changes > > I'm afraid I bit lost with the following. I admit completely that I > don't > understand Solaris (UNIX) well. I'm using OpenSSL to be able to get > Apache-SSL compiled for the college I work for. Does the following > comment > below about 'API changes' and 'void * argument' affect me being able > to use > OpenSSL with Apache-SSL 1.3.6. I'm not familiar with crypto software > and > this is my first time compiling and using it. > > Thanks, > Steven Smith > > P.S. I have now gotten OpenSSL now compiled and installed. > > > -----Original Message----- > From: Bodo Moeller [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, August 04, 1999 6:36 AM > To: Steven Smith > Cc: [EMAIL PROTECTED] > Subject: Re: Error compiling > > > You wrote: > > > I tried compiling openssl 0.9.3a. I got a error doing the 'make'. I > did > try > > doing the config with 'no-asm' option, but this did not make a > difference. > I > > have encluded the error and config -t as requested. > > > > gcc -I.. -I../../include -DTHREADS -D_REENTRANT -O3 > -fomit-frame-pointer -m4 > 86 -Wall -DL_ENDIAN -c sha_dgst.c > > Assembler: sha_dgst.c > > aline 270 : Illegal mnemonic > > aline 270 : syntax error > [...] > > *** Error code 1 > > make: Fatal error: Command failed for target `sha_dgst.o' > > Please get a current snapshot from > <URL:ftp://ftp.openssl.org/snapshot;type=d>. > Some files in 0.9.3a tried to use assembler code even when configured > for no-asm, but this should be fixed by now. > > (Note that the current version, which will very soon become 0.9.4, has > some API changes: password callbacks now have an additional void * > argument, because previously there was no clean way for applications > to pass arbitrary data to their callbacks -- if the software that you > want to use OpenSSL with has not yet been updated for this, you will > have to add a NULL argument to some function calls and you will have > to add the void * parameter to the prototypes and definitions of the > callback functions.) > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]