RE: Problems compiling mod_WebObjects for Apache2.2 on MacOS 10.4.11
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
|
_______________________________________________
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