
July 5th, 2005, 10:07 PM
|
|
Contributing User
|
|
Join Date: Jun 2005
Location: Kuala Lumpur, Malaysia
Posts: 77
Time spent in forums: 23 h 50 m 9 sec
Reputation Power: 4
|
|
|
Compiling Apache on Solaris 8 (Now is Make)
Compiling Apache on Unix.Solaris8 is an nightmare!
First download apache and Php from php.net, second download a series of programs from sunfreeware.com, gunzip it, pkgadd to install, then stop at path setting.....
Luckly I found the solution to set path, it is not using "Set" nor "SetEnv" to set the path /usr/local/bin, but rather
Code:
PATH=\usr\local\bin:$PATH; export PATH
I tought it will be smooth later on. So I configure apache, it DONE and ......stop again at "Make".
"Make" command run very smoothly at the begining but it stop due to "ar: not found". So I think may be I did not download "ar" from sunfreeware.com, but there is no program call "ar"......
May be it is a program under some program, but which one is it?
Hope someone can help me!
Thanks.
|