Hi everybody! I'm trying to build Apache 2.0.53 on AIX and I believe I'm running into an problem with gcc. Here is the warning I get while compiling. Binary image successfully created... exec(): 0509-036 Cannot load program ./bindist/bin/httpd because of the following errors: 0509-150 Dependent module libaprutil-0.so could not be loaded. 0509-022 Cannot load module libaprutil-0.so. 0509-026 System error: A file or directory in the path name does not exist. Creating supplementary files... exec(): 0509-036 Cannot load program ./bindist/bin/httpd because of the following errors: 0509-150 Dependent module libaprutil-0.so could not be loaded. 0509-022 Cannot load module libaprutil-0.so. 0509-026 System error: A file or directory in the path name does not exist. Here is the error I get when I try to start Apache. exec(): 0509-036 Cannot load program /home/snow/jfenlason/aix/test/apache2/bin/httpd because of the following errors: 0509-022 Cannot load module /home/snow/jfenlason/aix/test/apache2/lib/libapr-0.so. 0509-150 Dependent module libgcc_s_pthread.a(shr.o) could not be loaded. 0509-022 Cannot load module libgcc_s_pthread.a(shr.o). 0509-026 System error: A file or directory in the path name does not exist. This seems like the problem is that libgcc_s_pthread is not getting linked in properly. I'm trying to build on AIX 5200-05 I'm using gcc 3.3.2 and gnu make 3.8. Any help would be greatly appreciated. Thanks in advance. , Josh.