Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

apache make error sol10

Status
Not open for further replies.

rakishoner

Technical User
Aug 22, 2002
36
0
0
US
System specs:
Sun Sparc e450
Solaris10
Apache 2.0.54
configure options:
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all --enable-ssl=shared --with-ssl=/usr/local/ssl --enable-so


***Thanks for looking into my problem. Any and all help is welcome!

***My problem: When trying to run make it bails with the following error:

/usr/share/src/httpd-2.0.54/srclib/apr/libtool: line 4367: gcc: command not found
make[3]: *** [libapr-0.la] Error 127
make[3]: Leaving directory `/usr/share/src/httpd-2.0.54/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/share/src/httpd-2.0.54/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/share/src/httpd-2.0.54/srclib'
make: *** [all-recursive] Error 1


***My best guess is that the "libapr-0.la" file is not created during the configure process. Any idea of what I am doing wrong?

Thanks in advance for some guidance.
 
I would set your CC environment setting to gcc, make sure gcc is in your path. Also verify that /usr/ccs/bin is also in your path. Finally check out your LD_LIBRARY_PATH variable, and I would download GNU's version of make.
 
Thanks for your responce coffeysm. That is exactly what i did. a vi to the .bashrc and source /.bashrc ./configure etc and then a make etc.. and viola, running apache!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top