Ryan Schmidt <ryandesign@macports.org> on Tuesday, January 23, 2007 at 10:31 PM -0800 wrote:
Ok, so I tried the apxs command on a Mac that has MacPorts Apache 2.2.3 and it works fine.
$ /opt/local/apache2/bin/apxs -q CC gcc
But on 2.2.4 this happens.
$ /opt/local/apache2/bin/apxs -q CC apxs:Error: Sorry, no shared object support for Apache. apxs:Error: available under your platform. Make sure. apxs:Error: the Apache module mod_so is compiled into. apxs:Error: your server binary `/opt/local/apache2/bin/httpd'..
What could be wrong?
I don't know... I don't experience that problem on my PowerBook G4:
$ /opt/local/apache2/bin/apxs -q CC gcc $ /opt/local/apache2/bin/httpd -v Server version: Apache/2.2.4 (Unix) Server built: Jan 14 2007 02:25:57
Okay, I'll try messing with it a bit. Thanks. Mark