• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
RE: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11


  • Subject: RE: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11
  • From: "Rhys Dewar" <email@hidden>
  • Date: Thu, 15 Jan 2009 16:43:35 +1300

Found a solution to this;

 

> libtool: compile: unable to infer tagged configuration

> libtool: compile: specify a tag with `--tag'

> apxs:Error: Command failed with rc=65536

 

The problem was with the Apache apxs tool on MacOS.

 

 Solution was, funnily enough, to supply it with a tag.  Tricky bit was finding where to specify the tag and what value to give it.   Solution was to edit;

 

/opt/local/apache2/bin/apxs

 

And change;

 

$ltflags or $ltflags = "--silent";

to

$ltflags or $ltflags = "--silent --tag=CC";

 

I was able to successfully compile and install mod_WebObjects after that.

 

Thanks

 

Rhys Dewar

 

 

 

 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11 (From: "Rhys Dewar" <email@hidden>)
 >Re: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11 (From: Q <email@hidden>)

  • Prev by Date: Re: How do I debug this jdbc error?
  • Next by Date: Re: Bug in NSTimeZone: rawOffset is wrong
  • Previous by thread: Re: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11
  • Next by thread: Right way to share DB structure and fixture during development
  • Index(es):
    • Date
    • Thread