31
Programming / Re: Uconv in Dosbox-X
« Last post by Dave Yeo on February 09, 2026, 04:34:05 pm »You should install \OS2IMAGE\DEBUG\SYMBOLS\OS2\DLL\UCV32.SYM from your AOS ISO and recreate the trp.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
# no-asm do not use assembler
...
# 386 generate 80386 code in assembly modules
# no-sse2 disables IA-32 SSE2 code in assembly modules, the above
# mentioned '386' option implies this one
Configuring OpenSSL version 3.4.1 for target os2
Using os-specific seed configuration
syntax error at (eval 25) line 102, near ",
)"
Missing right curly or square bracket at (eval 25) line 104, at end of line
Created configdata.pm
Running configdata.pm
Can't locate OpenSSL/fallback.pm in @INC (@INC contains: K:/util/perl /@unixroot/usr/local/lib/perl5 /@unixroot/usr/local/share/perl5 /@unixroot/usr/lib/perl5/vendor_perl /@unixroot/usr/share/perl5/vendor_perl /@unixroot/usr/lib/perl5 /@unixroot/usr/share/perl5 .) at configdata.pm line 36239.
BEGIN failed--compilation aborted at configdata.pm line 36239.
error: Bad exit status from /@unixroot/var/tmp/rpm-tmp.ywakbN (%build)
RPM build errors:
Bad exit status from /@unixroot/var/tmp/rpm-tmp.ywakbN (%build)
It appears it should be possible to configure OPENSSL at runtime to avoid attempting to use the problematic code via the OPENSSL_ia32cap environment variable.
For the curious, the relevant code is at
crypto\cryptlib.c:694
if ((env = getenv("OPENSSL_ia32cap"))) {
in the netlabs openssl sources.