Linux – change configure -prefix in apache 2.2.18 installation linux

apache-2.2configurationlinuxuninstall

I have installed apache2.2.18 on my linux server.

However, while configuring it using ./configure –prefix=PREFIX command i gave a wrong prefix. I noticed it after running make install command as files got installed at wrong folder. I wanted to install them inside a subfolder in the given path.

Is there a direct way to change the prefix again to appropriate path? Am I required to reinstall it again? If yes, how as make uninstall does not work?

Any help would be appreciated

Best Answer

If you can not use sudo, you can't start any service - because starting service require port binding.

Related Topic