Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can a self-contained .netcore app run on AIX?


What I have tried:

I have try same utility run on AIX server with same command but giving error as can not execute binanary file
Posted
Updated 16-Mar-22 23:34pm

1 solution

Only if it is built according to the AIX specifications, see:
.net core - Can a self-contained .netcore app run on AIX? - Stack Overflow[^]

Which seems quite problematic, see: PowerPC and AIX support · Issue #10055 · dotnet/runtime · GitHub[^]

Mono might be an option, see: IBM AIX and i | Mono[^]
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900