You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Marko Asplund <ma...@kronodoc.com> on 2004/11/30 13:18:51 UTC

[users@httpd] Re: Problems starting Apache 2.0.51 on Mac OS X [SOLVED]

On 08 Oct, 2004, at 16:25, Marko Asplund wrote:

> i'm having problems starting up Apache 2.0.51 with mod_fastcgi 2.4.2 
> on Mac OS X. it looks like a mod_fastcgi related problem, i know, but 
> the reason i'm posting this here is that addresses for both 
> fastcgi-developers and as well as the mailing list owner seem broken 
> right now.
>
> the compilation goes fine but when i try to start the server i get the 
> following error message:
>
> Syntax error on line 4 of /opt/apache/dev-3.3/httpd/conf/httpd20.conf:
> Cannot load /opt/apache/dev-3.3/httpd/modules/mod_fastcgi.so into 
> server: dyld
> : /opt/apache/dev-3.3/httpd/kronohttpd Undefined 
> symbols:\n_ap_server_argv0\n_
> unixd_config\n

this turned out to be a problem with the strip command on Mac OS X and 
was not related to mod_fastcgi in any way.

the _ap_server_argv0 and _unixd_config are defined in the httpd binary 
after the build but stripping removes them. i'm using Apache 2 also on 
HP-UX 11.00, Solaris 8 and Red Hat Enterprise Linux 3.0, and httpd 
works on all of those platforms after stripping but not on Mac OS X.

--
	aspa


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org