hooji
Group: Members
Posts: 28
Joined: Nov. 2003 |
|
Posted: Nov. 27 2003,09:49 |
|
I got a pefect solution yesterday and it made me so excited. First of all, to install Apache, you should install perl, but do not remove conflict package perl-base (it would also uninstall other stuff we need), instead, install lower version of perl-base to overwrite existing one
apt-get install perl-base=5.6.1-8.3
then install perl, apache again.
when you install php4, you need to uninstall coreutils, but replace it with textutils, shellutils, stat. After you configure apache server, that it should work perfect. I also install mozilla, put my web content into CD. It so amazing when I see my web pages from mozilla.
Thanks to this Damn Small LINUX
|