Hi,

I would like to build openssl 1.0.2h on my HPUX but it failed when running
the tests (v3nametest).

My machine: HPUX PARISC B11.11
B9007AA            B.11.11.20     HP C/aC++ Developer's Bundle


I'm using "hpux-parisc2-cc". I modified Configure to use +DAportable:
"hpux-parisc2-cc","cc:+DAportable   +O3 ...
"hpux-parisc2-cc","cc:+DA2.0 +DS2.0 +O3 ...

$ ./Configure hpux-parisc2-cc --prefix=path/to/folder no-shared no-zlib
no-zlib-dynamic no-rc5 no-idea no-ec no-ecdh no-ecdsa no-asm no-mdc2 no-bf
no-cast no-md2 no-rc4 no-jpake no-gmp
$ make depend
$ make
$ make test

Then it is failing when running:
../util/shlib_wrap.sh ./v3nametest
set CN: host: [a] does not match [a]
set CN: host-no-wildcards: [a] does not match [a]
set CN: host: [b] does not match [b]
set CN: host-no-wildcards: [b] does not match [b]
...
set rfc822Name: email: [postmas...@example.com] does not match [
postmas...@example.com]
set rfc822Name: email: [postmas...@example.com] does not match [
postmas...@example.com]
set rfc822Name: email: [postmas...@example.com] does not match [
postmas...@example.com]
Makefile:347: recipe for target 'test_v3name' failed
make[1]: Leaving directory '/home/alex/workspace/openssl/temp/test'
Makefile:460: recipe for target 'tests' failed
make[1]: *** [test_v3name] Error 1
make: *** [tests] Error 2

As far as I remember, it was no problem when building 1.0.1f on this
machine.

Is there something that I am missing?

Please let me know if you would like to see the full log file (or some
parts).

Alex
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to