You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@attglobal.net> on 2001/08/24 14:52:09 UTC

is apache building properly for anybody on Darwin?

I just tried it for the first time in a few days and the installed
httpd won't load:

"dyld: /Users/trawick/regress/install/bin/regresshttpd can't open
library: .libs/libaprutil.dylib (No such file or directory, errno = 2)"

I haven't looked into it at all (and I'm in no hurry to either :) ).

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: is apache building properly for anybody on Darwin?

Posted by Jeff Trawick <tr...@attglobal.net>.
"Bill Stoddard" <bi...@wstoddard.com> writes:

> > # httpd - temporary wrapper script for .libs/httpd
> > # Generated by ltmain.sh - GNU libtool 1.3.4-freebsd-ports (1.385.2.196
> > 1999/12/07 21:47:57)
> > #
> > # The httpd program cannot be directly executed until all the libtool
> > # libraries that it depends on are installed.
> > #
> 
> Huh?  Okay, I confess ignorance, but this looks like very bad news. Now we need libtool
> libraries to -run- Apache? If that is the case, then I feel a -1 (and that's a veto)
> coming on :-)

s/libtool libraries/libraries built by libtool, such as apr and apr-util/

Everything seems cool after an install*, and dsos haven't been proper
until an install for a while anyway, so no big deal.  Just be aware
that if you don't run the installed version you're really running a
shell script which in turn runs .libs/lt-httpd or .libs/lt-ab or
whatever.

*except on Darwin AFAIK; I'll assume somebody else has had a look-see
on Solaris and I'll try to have a look-see on AIX today

-- 
Jeff Trawick | trawick@attglobal.net | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Re: is apache building properly for anybody on Darwin?

Posted by Bill Stoddard <bi...@wstoddard.com>.
> # httpd - temporary wrapper script for .libs/httpd
> # Generated by ltmain.sh - GNU libtool 1.3.4-freebsd-ports (1.385.2.196
> 1999/12/07 21:47:57)
> #
> # The httpd program cannot be directly executed until all the libtool
> # libraries that it depends on are installed.
> #

Huh?  Okay, I confess ignorance, but this looks like very bad news. Now we need libtool
libraries to -run- Apache? If that is the case, then I feel a -1 (and that's a veto)
coming on :-)

Bill


Re: is apache building properly for anybody on Darwin?

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
From: "Greg Ames" <gr...@remulak.net>
Sent: Friday, August 24, 2001 9:12 AM


> Jeff Trawick wrote:
> > 
> > I just tried it for the first time in a few days and the installed
> > httpd won't load:
> > 
> > "dyld: /Users/trawick/regress/install/bin/regresshttpd can't open
> > library: .libs/libaprutil.dylib (No such file or directory, errno = 2)"
> > 
> > I haven't looked into it at all (and I'm in no hurry to either :) ).
> > 
> >
> 
> weird stuff is happening on FreeBSD (daedalus) as well.  
> 
> [gregames@daedalus httpd-2_0_25dev]$ ls -l ../httpd-2_0_24/httpd
> -rwxr-xr-x  1 root  gregames  1506967 Aug 19 07:24 ../httpd-2_0_24/httpd
> 
> [gregames@daedalus httpd-2_0_25dev]$ ls -l httpd
> -rwxr-xr-x  1 gregames  gregames  5147 Aug 23 13:54 httpd
> 
> hmmmm, that's quite a drop in size

That looks right ... as the difference between a static and dynamic build.



Re: is apache building properly for anybody on Darwin?

Posted by Greg Ames <gr...@remulak.net>.
Jeff Trawick wrote:
> 
> I just tried it for the first time in a few days and the installed
> httpd won't load:
> 
> "dyld: /Users/trawick/regress/install/bin/regresshttpd can't open
> library: .libs/libaprutil.dylib (No such file or directory, errno = 2)"
> 
> I haven't looked into it at all (and I'm in no hurry to either :) ).
> 
>

weird stuff is happening on FreeBSD (daedalus) as well.  

[gregames@daedalus httpd-2_0_25dev]$ ls -l ../httpd-2_0_24/httpd
-rwxr-xr-x  1 root  gregames  1506967 Aug 19 07:24 ../httpd-2_0_24/httpd

[gregames@daedalus httpd-2_0_25dev]$ ls -l httpd
-rwxr-xr-x  1 gregames  gregames  5147 Aug 23 13:54 httpd

hmmmm, that's quite a drop in size

[gregames@daedalus httpd-2_0_25dev]$ head httpd 
#! /bin/sh
 
# httpd - temporary wrapper script for .libs/httpd
# Generated by ltmain.sh - GNU libtool 1.3.4-freebsd-ports (1.385.2.196
1999/12/07 21:47:57)
#
# The httpd program cannot be directly executed until all the libtool
# libraries that it depends on are installed.
#
# This wrapper script should never be moved out of the build directory.
# If it is, it will not operate correctly.

and this is a lot better than 2.0.24?

I don't plan on looking into this any further for now.  Some folks are
anxious to get Apache binaries for OS/390.  I was waiting for something
to be blessed as a beta, but it looks like that could be delayed
indefinately.  The code we're running now on daedalus will be fine.  

Greg