You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Tatsuzo Kubota <E2...@jp.ibm.com> on 1999/09/22 11:06:11 UTC

config/5050: Can't build apache with DSO

>Number:         5050
>Category:       config
>Synopsis:       Can't build apache with DSO
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed Sep 22 02:10:02 PDT 1999
>Last-Modified:
>Originator:     E20022@jp.ibm.com
>Organization:
apache
>Release:        1.3.6
>Environment:
AIX V4.3.2
C for AIX V4.4
>Description:
I downloded apache 1.3.6 from apache site, and executed configure and make.

    ./configure --prefix=/usr/local/apache136 \
                --enable-module=status \
                --enable-shared=status
    make

I got following error messages, and couldn't build apache.

	cc -c  -I../../os/unix -I../../include   -DAIX=43 -U__STR__ -DAIX_BIND_PROCESSOR -qnogenpcomp -qnousepcomp -DUSE_HSREGEX `../../apaci`  mod_status.c && mv mod_status.o mod_status.lo
	  -o mod_status.so mod_status.lo 
-o: not found
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 1.
Stop.
make: The error code from the last command is 2.
Stop.
make: The error code from the last command is 2.
Stop.

It seems like configure command didn't generate "ld ..." string before -o, and make command understood -o as beginning of some command, and failed. 
Please teache me how to build apache with DSO.
>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]