Ticket #1360 (new defect)

Opened 10 months ago

Last modified 2 months ago

1.5-svn build broken on Mac OS X

Reported by: anonymous Assigned to: jan
Priority: high Milestone: 1.5.0
Component: mod_proxy Version: 1.5.x-svn
Severity: major Keywords:
Cc: Blocking:
Need Feedback: 0

Description

/bin/sh ../libtool --tag=CC --mode=link gcc -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include   -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99   -o mod_status.la -rpath /usr/local/lib -module -export-dynamic -avoid-version -no-undefined mod_status.lo liblightcomp.la 
gcc  -o .libs/mod_status.so -bundle  .libs/mod_status.o  ./.libs/liblightcomp.dylib -L/sw/lib /sw/lib/libgthread-2.0.dylib /sw/lib/libglib-2.0.dylib /sw/lib/libintl.dylib /sw/lib/libiconv.dylib
/usr/bin/ld: Undefined symbols:
_network_get_backend_info_by_type
_network_get_backends
collect2: ld returned 1 exit status
make[3]: *** [mod_status.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Attachments

0001-fix-build-on-mac-os-x.patch (8.0 kB) - added by iamawalrus@gmail.com on 07/08/2008 08:08:55 AM.
fix build on mac os x

Change History

09/13/2007 10:14:39 PM changed by Lfe

  • component changed from core to mod_proxy.

Confirmed by others at the irc channel as well:

<weigon_> kop__: lighttpd -> mod-proxy-core -> mod-proxy-backend-*
<weigon_> the problem is that the macosx 'ld' can only resolve in 
          the direction of the arrows
<weigon_> while all other unixes can do both directions

11/21/2007 07:53:20 AM changed by anonymous

  • priority changed from normal to high.

Any status update on this?

01/02/2008 03:37:06 PM changed by anonymous

Can everyone fix this issue?

(follow-up: ↓ 5 ) 02/14/2008 12:48:01 PM changed by anonymous

Remove the line with "mod_status" in it from configure.in, regenerate it, reconfigure, and compile. Should work.

(in reply to: ↑ 4 ) 03/08/2008 08:18:08 PM changed by ak.from.wake.forest@gmail.com

Replying to anonymous:

Remove the line with "mod_status" in it from configure.in, regenerate it, reconfigure, and compile. Should work.

Nope. Doesn't work.

05/06/2008 11:32:43 AM changed by stbuehler

  • milestone set to 1.5.0.

07/08/2008 08:08:55 AM changed by iamawalrus@gmail.com

  • attachment 0001-fix-build-on-mac-os-x.patch added.

fix build on mac os x


Add/Change #1360 (1.5-svn build broken on Mac OS X)




Change Properties