You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/02/21 13:06:35 UTC

DO NOT REPLY [Bug 17280] New: - Unresolved symbol: bindtextdomain (code) when - make install -

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17280>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17280

Unresolved symbol: bindtextdomain (code) when - make install -

           Summary: Unresolved symbol: bindtextdomain (code) when - make
                    install -
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: HP
        OS/Version: HP-UX
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: mad@dactar.ch


OS : HP-UX 11.00 

Configure line : 

./configure \
--with-ssl=$SSLHOME \
--prefix=$HTTPDHOME \
--enable-module=most \
--enable-ssl \
--enable-dav \
--enable-dav-fs

When I make : no error

When I make install : 

...
Making all in xml
Making all in expat
Making all in misc
Making all in strmatch
Making all in xlate
        if [ ! -d /PKl01h01/soft/web/httpd/include ]; then \
            /PKl01h01/soft/src/httpd/srclib/apr/build/mkdir.sh /PKl01h01/soft/we
b/httpd/include; \
        fi;
        cp -p /PKl01h01/soft/src/httpd/srclib/apr-
util/include/*.h /PKl01h01/soft/web/httpd/include
        if [ -n "/PKl01h01/soft/src/httpd/srclib/apr-util" ]; then \
                cp -p /PKl01h01/soft/src/httpd/srclib/apr-
util/include/*.h /PKl01h01/soft/web/httpd/include; \
        fi;
        if [ ! -d /PKl01h01/soft/web/httpd/lib ]; then \
            /PKl01h01/soft/src/httpd/srclib/apr/build/mkdir.sh /PKl01h01/soft/we
b/httpd/lib; \
        fi;
        list='xml/expat'; for i in $list; do \
                ( cd $i ; make DESTDIR= install ); \
        done
        /bin/sh /PKl01h01/soft/src/httpd/srclib/apr-
util/xml/expat/conftools/mkinstalldirs /PKl01h01/soft/web/httpd/lib /PKl01h01/so
ft/web/httpd/include
        /bin/sh ../libtool  --mode=install /usr/local/bin/install -c 
libexpat.la /PKl01h01/soft/web/httpd/lib/libexpat.la
/usr/local/bin/install -
c .libs/libexpat.sl.1.0 /PKl01h01/soft/web/httpd/lib/libexpat.sl.1.0
/usr/lib/dld.sl: Unresolved symbol: bindtextdomain (code)  
from /usr/local/bin/install
../libtool[3700]: 11831 Abort(coredump)
*** Error exit code 134

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org