Openssl 0.9.8r

Hi Peeps,
Having trouble compiling openssl 0.9.8r on Solaris 10 x86. The make test fails when running the shatests (segmentation faults). There is a PROBLEM file that references a file called values.c. Anyone know whereabouts in the source tree you put this file as the file doesn't tell you and I can't seem to find any information on this.

Thanks

Rgrds

Martin

values.c is Solaris X86 specific GCC run-time environment patch, which makes it possible to reliably deploy .init snippets.

It is badly named as it is really a shell script. Usage is ksh -f values.c.

It Worked!

Thanks very much dude, never was much of a programmer :frowning: