You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by cm...@collab.net on 2002/06/04 23:19:39 UTC

libtool help.

I just tried to build shared for the first time in a while.  I had
HEAD of httpd-2.0, apr, apr-util, and subversion.  All went well until
the *final step* of the install process, where apxs (or actually, the
instdso.sh shell script that it calls) was bugging out on me.  I spent
an hour learning how all that crap works, and it finally came down to
this: 

   The file "subversion/mod_dav_svn/.libs/mod_dav_svn.lai" has the
   following line in it:

      dlname=''

   and I *think* it should have something more like:

      dlname='mod_dav_svn.la'

Does anyone have any idea a) if my "think" above is correct, or more
importantly, b) what I can do to get my installation process working
again?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: libtool help.

Posted by cm...@collab.net.
cmpilato@collab.net writes:

> I just tried to build shared for the first time in a while.  I had
> HEAD of httpd-2.0, apr, apr-util, and subversion.  All went well until
> the *final step* of the install process, where apxs (or actually, the
> instdso.sh shell script that it calls) was bugging out on me.  I spent
> an hour learning how all that crap works, and it finally came down to
> this: 
> 
>    The file "subversion/mod_dav_svn/.libs/mod_dav_svn.lai" has the
>    following line in it:
> 
>       dlname=''
> 
>    and I *think* it should have something more like:
> 
>       dlname='mod_dav_svn.la'
> 
> Does anyone have any idea a) if my "think" above is correct, or more
> importantly, b) what I can do to get my installation process working
> again?

Okay, false alarm.  Something was screwy in my ./configure step that
caused me to get an almost-perfect install.  Some attention to detail
cured the problem.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org