You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Krishna Mondal <km...@gmail.com> on 2006/05/09 08:39:19 UTC

[users@httpd] make error while installing apache 2.0.55 on Solaris 2.8 sparc

Hi,

I am trying to install apache2.0.55 on Solaris8 sparc machine.

These are the steps i followed.

1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at
/export/home/netiq/apache55inst
2. >cd /export/home/netiq/apache55inst
>gunzip httpd-2.0.55-sparc-sun-solaris2.8.tar.gz .
(Got the httpd-2.0.55-sparc-sun-solaris2.8.tar file)
3. >tar -xvf httpd-2.0.55-sparc-sun-solaris2.8.tar
4. >cd httpd-2.0.55
5. >./configure --prefix=/usr/apache55
6. make

I am getting the following error.
*nawk -f /export/home/netiq/apache55inst/httpd-2.0.55/build/make_var_export.awk
`cat export_files` > export_vars.h
nawk: can't open file /tmp/httpd-2.0.55/include/ap_compat.h
 source line number 76
make[2]: *** [export_vars.h] Error 2
make[2]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
/server'
make: *** [all-recursive] Error 1*
**
*path is set as follows:
/usr/sbin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/ccs/bin*

Please let me know what could be the cause.

Much Thanks,
Krishna

Re: [users@httpd] make error while installing apache 2.0.55 on Solaris 2.8 sparc

Posted by Jon Snow <js...@gatesec.net>.
Krishna,

Use GNU make. Set your path so the GNU make is before the solaris make.

Having said that the much better option would be to download gcc from 
www.sunfreeware.com and the latest source from apache.org and compile with 
your specific options in configure. Of course use GNU make for this as well.

Regards,
Jon


On Tuesday 09 May 2006 16:39, Krishna Mondal wrote:
> Hi,
>
> I am trying to install apache2.0.55 on Solaris8 sparc machine.
>
> These are the steps i followed.
>
> 1. FTPed the httpd-2.0.55-sparc-sun-solaris2.8.tar.gz at
> /export/home/netiq/apache55inst
> 2. >cd /export/home/netiq/apache55inst
>
> >gunzip httpd-2.0.55-sparc-sun-solaris2.8.tar.gz .
>
> (Got the httpd-2.0.55-sparc-sun-solaris2.8.tar file)
> 3. >tar -xvf httpd-2.0.55-sparc-sun-solaris2.8.tar
> 4. >cd httpd-2.0.55
> 5. >./configure --prefix=/usr/apache55
> 6. make
>
> I am getting the following error.
> *nawk -f
> /export/home/netiq/apache55inst/httpd-2.0.55/build/make_var_export.awk `cat
> export_files` > export_vars.h
> nawk: can't open file /tmp/httpd-2.0.55/include/ap_compat.h
>  source line number 76
> make[2]: *** [export_vars.h] Error 2
> make[2]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
> /server'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/export/home/netiq/apache55inst/httpd-2.0.55
> /server'
> make: *** [all-recursive] Error 1*
> **
> *path is set as follows:
> /usr/sbin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/ccs/bin*
>
> Please let me know what could be the cause.
>
> Much Thanks,
> Krishna


---------------------------------------------------------------------
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