Bug 38756

Summary: errors with running make
Product: Apache httpd-2 Reporter: moe2266 <moe2266us>
Component: BuildAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: RESOLVED LATER    
Severity: normal CC: nkongara
Priority: P2 Keywords: MassUpdate
Version: 2.2.0   
Target Milestone: ---   
Hardware: Other   
OS: AIX   

Description moe2266 2006-02-22 19:08:03 UTC
Hi;
when trying to build either 2.0.49 or 2.2.0 on my AIX sever, i keep getting 
this error when running make. here's what i used to configure:

moe@aix> ./configure --prefix=/My/path/Apache-2.2.0 --with-mpm=worker --
without-berkeley-db --enable-mods-shared=most --disable-threads --with-module
I also tried without "--with-module" 

it does run the configuration fine. but when running make i get this:

collect2: library libgcc_s not found
make: 1254-004 The error code from the last command is 1.


And other time i get:
libtool: link: `user/unix/groupinfo.lo' is not a valid libtool object
make: 1254-004 The error code from the last command is 1.

any ideas?
Comment 1 moe2266 2006-02-22 19:10:10 UTC
i forgot to tell you i'm using this GCC version:

moe@AIX# gcc -v
Reading specs from /opt/freeware/lib/gcc-lib/powerpc-ibm-aix5.3.0.0/3.3.2/specs
Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --
disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --
enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0
Thread model: aix
gcc version 3.3.2
Comment 2 William A. Rowe Jr. 2006-02-22 19:18:15 UTC
*** Bug 38752 has been marked as a duplicate of this bug. ***
Comment 3 Jeff Trawick 2006-02-22 20:39:45 UTC
--disable-threads and --with-mpm=worker are mutually exclusive.  Can you try
without "--disable-threads"?

Run "make distclean" before re-invoking configure with different options.

Also, if you are getting the missing libgcc_s message with this build (as
mentioned in the other PR) you should set LIBPATH to point to wherever libgcc_s
is installed.  Apparently anything generated by that compiler is going to
require pointing to libgcc_s?

You wouldn't happen to have the IBM compiler installed, would you?  (CC=xlc_r
./configure ...)
Comment 4 Joe Orton 2006-03-30 09:30:42 UTC
*** Bug 38700 has been marked as a duplicate of this bug. ***
Comment 5 Joe Orton 2006-04-11 10:01:41 UTC
Further information still needed per comment 3.
Comment 6 Jeff Trawick 2007-02-07 03:32:24 UTC
*** Bug 41550 has been marked as a duplicate of this bug. ***
Comment 7 William A. Rowe Jr. 2018-11-07 21:08:22 UTC
Please help us to refine our list of open and current defects; this is a mass update of old and inactive Bugzilla reports which reflect user error, already resolved defects, and still-existing defects in httpd.

As repeatedly announced, the Apache HTTP Server Project has discontinued all development and patch review of the 2.2.x series of releases. The final release 2.2.34 was published in July 2017, and no further evaluation of bug reports or security risks will be considered or published for 2.2.x releases. All reports older than 2.4.x have been updated to status RESOLVED/LATER; no further action is expected unless the report still applies to a current version of httpd.

If your report represented a question or confusion about how to use an httpd feature, an unexpected server behavior, problems building or installing httpd, or working with an external component (a third party module, browser etc.) we ask you to start by bringing your question to the User Support and Discussion mailing list, see [https://httpd.apache.org/lists.html#http-users] for details. Include a link to this Bugzilla report for completeness with your question.

If your report was clearly a defect in httpd or a feature request, we ask that you retest using a modern httpd release (2.4.33 or later) released in the past year. If it can be reproduced, please reopen this bug and change the Version field above to the httpd version you have reconfirmed with.

Your help in identifying defects or enhancements still applicable to the current httpd server software release is greatly appreciated.