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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

a clearer instruction for installing apache and tomcat in solaris

Status
Not open for further replies.

spyghost

Technical User
Joined
Jan 17, 2003
Messages
52
Location
HK
hi,

i've been struggling on installing apache in solaris 9 (both in x86 and sparc). the website offers only the source downloads for unix in resulting to the usual configure, make and make install sequences.

i did these in linux's and all went well... except for solaris.

is there a more detailed procedure i.e. "software requirements (gcc, make, etc)" out there?

i always get this error message after ./configure:
Command failed for target 'all-recursive'

i get these 3x...

as for tomcat, i can't issue the autoconf in the jsvc-src... has anyone ever made this with solaris?

thanks...
 
Do you have autoconf installed? I'm assuming you're going to need gcc, too.
 
yes i do have both. actually i already installed all of the contents of the companion cd that comes with solaris (it has the gcc and the autoconf).
 
see if there is a config.log with more debugging information.
 
guys, thanks for all you help... i finally made a successful recompilation...

well, the wrong thing i did before that caused the errors is that i didn't place the directory of 'make' in the PATH variable (/usr/ccs/bin). when i placed that directory in the PATH variable, the compilation went smoothly... :)

thanks for all the help...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top