You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Cristian Ilie <pu...@hotmail.com> on 2001/02/05 21:50:37 UTC

general/7200: Unabel to build a DSO version

>Number:         7200
>Category:       general
>Synopsis:       Unabel to build a DSO version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Feb 05 13:00:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     pujiti@hotmail.com
>Release:        1.3.9
>Organization:
apache
>Environment:
HP-UX 10.20, HP-UX C Compiler (cc)
>Description:
I run the following configuration:

zbrwh011.cilie.596> ./configure \
> --prefix=/home/webserver/apache_1.3.9 \
> --enable-rule=SHARED_CORE

Everything looks fine until I'll run "make" command. I'll get the following error:


<=== src/modules/standard
<=== src/modules
        cc -c  -I./os/unix -I./include   -DHPUX10 -Aa -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite +z -DSHARED_CORE `./apaci` modules.c
        cc -c  -I./os/unix -I./include   -DHPUX10 -Aa -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite +z -DSHARED_CORE `./apaci` buildmark.c
        ld -b -o libhttpd.so buildmark.o modules.o  modules/standard/libstandard.a  main/libmain.a  ./os/unix/libos.a  ap/libap.a regex/libregex.a lib/expat-lite/libexpat.a  
ld: (Warning) At least one PA 2.0 object file (buildmark.o) was detected. The linked output may not run on a PA 1.x system.
ln libhttpd.so libhttpd.so.1
ln libhttpd.so libhttpd.so.1.3
ln libhttpd.so libhttpd.so.1.3.9
        cc  -I./os/unix -I./include   -DHPUX10 -Aa -D_HPUX_SOURCE -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite +z -DSHARED_CORE `./apaci`   -Wl,-E -Wl,-B,deferred -Wl,+s \
              -o libhttpd.ep -DSHARED_CORE_TIESTATIC main/http_main.c \
                  -L. -lhttpd  
/usr/ccs/bin/ld: Can't find library for -lhttpd
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

>How-To-Repeat:

>Fix:

>Release-Note:
>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!     ]