Ticket #258 (closed defect: fixed)

Opened 2 months ago

Last modified 1 month ago

x86_64: apache2 module unresolved symbol mgd_log_debug_default

Reported by: duge Assigned to: piotras
Priority: blocker Milestone: Midgard 1.9
Component: Midgard Apache Version: 1.9
Keywords: apache2 mgd_log_debug_default Cc:

Description

When compiling "white nights", apache2 module does not link properly to libmidgard. When apache tries to load the module, it gets error about unresolved symbol mgd_log_debug_default. Makefile.am:3 "AM_LDFLAGS=@APR_1_LDFLAGS@ @MIDGARD_LIBS@" does not seem to add the lib.

Suggestion: Change apache2 module Makefile.am:9 - midgard_apache2_la_LDFLAGS = -module + midgard_apache2_la_LDFLAGS = -module @MIDGARD_LIBS@

Change History

07/30/08 15:24:54 changed by piotras

  • status changed from new to closed.
  • resolution set to fixed.

Resolved in 1-9 branch. Will be included in 1.9.0beta1 release.