Re: [Speedycgi-users] Nonsense error message
Brought to you by:
samh
|
From: Sam H. <sa...@da...> - 2003-08-06 18:01:15
|
Try running:
apxs -q CC
That should return "cc" or "gcc" or something like that. If it returns
an error or no output, then that's the problem.
>
> Hi gentlemen,
>
> I´m really puzzled about a problem regarding speedycgi´s compilation.
>
> My environment: Solaris 8, Perl 5.6.1 and apache 1.3.27.
>
> The problem:
>
> ----------------------------------------------------------------------------
>
> Server:/opt/src/CGI-SpeedyCGI-2.21# perl -v
>
> This is perl, v5.6.1 built for sun4-solaris
>
> Copyright 1987-2001, Larry Wall
>
> (...).
>
> Server:/opt/src/CGI-SpeedyCGI-2.21# type apxs
> apxs is /usr/local/apache/bin/apxs
> Server:/opt/src/CGI-SpeedyCGI-2.21# apxs -?
> apxs:Error: Unknown option: ?
> Usage: apxs -g [-S <var>=<val>] -n <modname>
> apxs -q [-S <var>=<val>] <query> ...
> (...)
>
> Server:/opt/src/CGI-SpeedyCGI-2.21# perl Makefile.PL
>
> Optional mod_speedycgi support.
>
> Mod_speedycgi increases performance under Apache by avoiding the fork/exec
> overhead associated with each request under normal SpeedyCGI. However, it
> requires a working copy of "apxs" in your path, Apache with mod_so
> support, and additional Apache configuration.
>
> Compile mod_speedycgi (default no)? yes
> ERROR: Could not find a working copy of 'apxs' in your path.
>
> ----------------------------------------------------------------------------
> --------
>
> As you can see, the Makefile.PL comes out with this message, which is
> simply not true. The apxs IS in my path, and it is working.
>
> I couldn´t figure out what happened looking into the Makefile.PL, since I´m
> not a perl expert, unfortunately...
>
> Thanks in advance for any help,
>
> Filipe Litaiff
>
>
>
>
> Esta mensagem, incluindo seus anexos, pode conter informações privilegiadas
> e/ou de caráter confidencial, não podendo ser retransmitida sem autorização
> do remetente. Se você não é o destinatário ou pessoa autorizada a recebê-la,
> informamos que o seu uso, divulgação, cópia ou arquivamento são proibidos.
> Portanto, se você recebeu esta mensagem por engano, por favor, nos informe
> respondendo imediatamente a este e-mail e em seguida apague-a.
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Speedycgi-users mailing list
> Spe...@li...
> https://lists.sourceforge.net/lists/listinfo/speedycgi-users
>
|