User Feedback :: Apache / PHP on DSL
...
Try doing an apt-get install g++ instead, I think g++ might automatically install gcc also, but if it doesn't work, lemme know and I'll try to think of something.
Tried g++ install as suggested but get same error. It occurs when console-common is being prepared for install. The error about something being uninitialised also occured by itself (i.e. no aout of memory error following) during the apt-get install process.
So I wonder if there are actually 2 problems here. An uninitialised variable and a lack of memory. I haven't a clue how to fix the former but the latter might might be fixeable by increasing the swap space if someone can tell me a good disk partition editor that allows me to vary partition sizes on an already partitioned disk that has data on it.
have you try apt-get upgrade and update ? 
Just a question: gcc and g++, what includes do they have? Eg, Id really like to do some openGL in it, but if I compile progs with openGL, will they work?
If anyone has any idea, please answer!
Wrayal
update hehe by me lol
apt-get install apache
apt-get install php4
apt-get install mysql-server
or
apt-get install apache mysql-server php4
i tink

Next Page...
original here.