There still appears to be a problem - I just went through all the
steps Pier described below, and I still get:

$ ./apachectl start
dyld: /Users/grisha/www/bin/httpd can't open library: .libs/libaprutil.dylib  (No such 
file or directory, errno = 2)
./apachectl start: httpd could not be started

This is OSX 10.1.3, libtool 1.4.2 and autoconf 2.52 from the link below,
apache 2.0.35

Has anyone been able to compile on OS X?

Grisha

On Wed, 10 Apr 2002, Pier Fumagalli wrote:

> > I have 10.1.3 and the December developer tools package.
> >
> > Thanks for any hints (I'll doc this for our users as well).
>
> That's a glibtool issue... You have to re-generate your buildconf using an
> updated version of GNU libtool _NOT_ the one in the developers tools...
>
> Download my copy at http://www.apache.org/~pier/macosx (both libtool 1.4.2
> and autoconf 2.52), get in to your apache source tree, run ./buildconf,
> re-run ./configure, re-make all and install...
>
> # cd $(APACHE_2_SRC)
> # make distclean
> # ./buildconf
> # ./configure.....
> # make depend
> # make all
> # sudo make install
>
>     Pier
>

Reply via email to