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
Received on Wed Jun 5 02:00:53 2002