You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Sean R. Bright" <el...@erols.com> on 2001/07/08 20:24:06 UTC

RE: shlibtool?

Right, but shouldn't it be generated at some point, like during
configure(ation)?

It looks like it tries to, but fails:

checking whether to enable mod_alias... shared
checking whether to enable mod_rewrite... shared
  adding "-DNO_DBM_REWRITEMAP" to CFLAGS
checking whether to enable mod_so... yes
updating cache ./config.cache
srclib/apr/build/ltconfig: srclib/apr/build/ltconfig: No such file or
directory

Any ideas?

> -----Original Message-----
> From: MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
> [mailto:madhusudan_mathihalli@hp.com]
> Sent: Thursday, June 28, 2001 7:12 PM
> To: 'new-httpd@apache.org'
> Subject: RE: shlibtool?
>
>
> You can generate one (if you have libtool installed on your system)
>
> cd $APACHE_SRC
> ./srclib/pcre/ltconfig --output=shlibtool --disable-static \
>     --srcdir=./srclib/pcre --cache-file=./config.cache
> ./srclib/pcre/ltmain.sh
>
> -Madhu
>
> -----Original Message-----
> From: Sean R. Bright [mailto:elixer@erols.com]
> Sent: Thursday, June 28, 2001 4:03 PM
> To: new-httpd@apache.org
> Subject: shlibtool?
>
>
> Should shlibtool be generated during buildconf/configure?  My
> compile of the
> latest CVS tree is crapping out left and right with errors like this:
>
> Building shared: mod_mime_magic.la mod_cern_meta.la mod_expires.la
> mod_headers.la mod_usertrack.la mod_unique_id.la
> gmake[4]: Entering directory `/usr/cvs/httpd-2.0/modules/metadata'
> /bin/sh /usr/cvs/httpd-2.0/shlibtool --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/usr/cvs/httpd-2.0/os/unix
> -I/usr/cvs/httpd-2.0/server/mpm/threaded -I/
> usr/cvs/httpd-2.0/modules/http -I/usr/cvs/httpd-2.0/include
> -I/usr/cvs/httpd
> -2.0/srclib/apr/include
> -I/usr/cvs/httpd-2.0/srclib/apr-util/include -c
> mod_mime_magic.c && touch mod_mime_magic.slo
> /usr/cvs/httpd-2.0/shlibtool: /usr/cvs/httpd-2.0/shlibtool:
> No such file or
> directory
>
> I am assuming its a problem on my end, I just don't know how
> to fix it...
>
> Thanks in advance,
> --
> ===================================================================
> Sean Bright
> elixer@erols.com / sean@seanbright.com / http://www.seanbright.com/
> ===================================================================