Header files not found when porting from AIX to linux
问题 I am got source files from an application on IBM AIX and I am trying to build them on Linux. However I am getting compilation errors header file not found. When compiled source from AIX on Linux got error these headers not found: usersec.h userpw.h sys/mode.h standards.h After I Googled I realized they are headers ( /usr/include/usersec.h ) for user management (user authentication and pwd verification etc) funtions on AIX. As there is no equivalent header on Linux, I like to know what is best