vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| apogeusistemas@gmail.com wrote: > hi: > > I´m trying Install apache in a solaris machine, but when I issue: > solaris> make apache226 > I get: > `apache226' is up to date. Doesn't really look like you're trying to install it, merely compiling it, which you seems to have already done, telling from the output. Have a look at how configure/make/make install works (Use google), or just enable the preconfigured apache that comes with OpenSolaris (as you don't tell what version you are using I presume the latest...) svcadm enable apache22 |