On Thu, Aug 23, 2001 at 09:31:57PM -0700, Doug MacEachern wrote:
> why is the installed httpd different from .libs/httpd?
>
> % ls -l ~/ap/prefork/bin/httpd
> -rwxr-xr-x 1 dougm dougm 4318551 Aug 23 21:11
>
> % ls -l .libs/httpd
> -rwxr-xr-x 1 dougm dougm 4318583 Aug 23 21:21 .libs/httpd*
>
> i normally don't "make install" everytime i'm working on a change and run
> httpd out of the build directory. now it seems i have to to install get a
> proper httpd. what gives?
That's odd.
Does .libs/httpd even work?
It should be placed via make install by "libtool --mode=install" now.
I'd have to see if the act of installation changes the file - I only
thought it helped copy the right file. If it changes it, blech.
-- justin