Project

General

Profile

Actions

Bug #1360

closed

1.5-svn build broken on Mac OS X

Added by Anonymous over 16 years ago. Updated almost 8 years ago.

Status:
Obsolete
Priority:
High
Category:
mod_proxy
Target version:
ASK QUESTIONS IN Forums:

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

Files

0001-fix-build-on-mac-os-x.patch (7.96 KB) 0001-fix-build-on-mac-os-x.patch fix build on mac os x -- iamawalrus Anonymous, 2008-07-08 08:08
Actions #1

Updated by Anonymous over 16 years ago

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

-- Lfe

Actions #2

Updated by Anonymous over 16 years ago

Any status update on this?

Actions #3

Updated by Anonymous over 16 years ago

Can everyone fix this issue?

Actions #4

Updated by Anonymous about 16 years ago

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

Actions #5

Updated by Anonymous about 16 years ago

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.

-- ak.from.wake.forest

Actions #6

Updated by gstrauss almost 8 years ago

  • Description updated (diff)
  • Assignee deleted (jan)
  • Missing in 1.5.x set to Yes
Actions #7

Updated by gstrauss almost 8 years ago

  • Status changed from New to Obsolete
Actions

Also available in: Atom