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 2002/03/27 18:20:52 UTC

DO NOT REPLY [Bug 7523] New: - build error: shlibtool error when compiling shared modules, bad -rpath value

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=7523>.
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=7523

build error: shlibtool error when compiling shared modules, bad -rpath value

           Summary: build error: shlibtool error when compiling shared
                    modules, bad -rpath value
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Modules
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: tgerkSF@netscape.net


./configure not present in tarball, so `./buildconf` & followed instructions to
  checkout src/apr and src/apr-util

`./configure --enable-layout=BinaryDistribution --enable-mods-shared=all`

`make` halted with following error:
Building shared: mod_access.la mod_auth.la mod_auth_anon.la mod_auth_dbm.la
mod_auth_digest.la
make[4]: Entering directory `/home/tjgerk/Apache/httpd-2.0/modules/aaa'
/bin/sh /home/tjgerk/Apache/httpd-2.0/srclib/apr/libtool --silent --mode=compile
gcc  -g -O2 -pthread -DNO_DBM_REWRITEMAP    -DLINUX=2 -D_REENTRANT
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/home/tjgerk/Apache/httpd-2.0/os/unix
-I/home/tjgerk/Apache/httpd-2.0/server/mpm/prefork
-I/home/tjgerk/Apache/httpd-2.0/modules/http
-I/home/tjgerk/Apache/httpd-2.0/modules/proxy
-I/home/tjgerk/Apache/httpd-2.0/include
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr/include
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr-util/include
-I/home/tjgerk/Apache/httpd-2.0/modules/dav/main
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr-util/include  -c mod_access.c &&
touch mod_access.slo
/bin/sh /home/tjgerk/Apache/httpd-2.0/shlibtool --silent --mode=link gcc  -g -O2
-pthread -DNO_DBM_REWRITEMAP    -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -D_SVID_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER   -I.
-I/home/tjgerk/Apache/httpd-2.0/os/unix
-I/home/tjgerk/Apache/httpd-2.0/server/mpm/prefork
-I/home/tjgerk/Apache/httpd-2.0/modules/http
-I/home/tjgerk/Apache/httpd-2.0/modules/proxy
-I/home/tjgerk/Apache/httpd-2.0/include
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr/include
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr-util/include
-I/home/tjgerk/Apache/httpd-2.0/modules/dav/main
-I/home/tjgerk/Apache/httpd-2.0/srclib/apr-util/include -export-dynamic       -o
mod_access.la -rpath libexec -module -avoid-version  mod_access.lo 
shlibtool: link: only absolute run-paths are allowed
make[4]: *** [mod_access.la] Error 1
make[4]: Leaving directory `/home/tjgerk/Apache/httpd-2.0/modules/aaa'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/home/tjgerk/Apache/httpd-2.0/modules/aaa'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/home/tjgerk/Apache/httpd-2.0/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/home/tjgerk/Apache/httpd-2.0'
make: *** [all-recursive] Error 1

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