jhuckaby / Effect-Games

Classic DHTML JavaScript Game Engine and Web Based IDE
http://www.effectgames.com
571 stars 121 forks source link

Issues installing mod_perl #5

Open hallsofvallhalla opened 12 years ago

hallsofvallhalla commented 12 years ago

I have been at this for about 2 days now. Nothing but errors and issues.

My latest I cannot figure out is when running make or make install on mod_perl I get this error

"modperl_const.c:54:21: error: lvalue required as left operand of assignment"

jhuckaby commented 12 years ago

I'm very sorry, but I have no idea why mod_perl would not compile. I am not an expert. You can try the mod_perl Getting Help page here: http://perl.apache.org/help/index.html

Or, you can also try installing it from a precompiled binary instead of from source. If you are using a Linux variant, you should have "yum" on your system so you could try:

sudo yum install perl httpd mod_perl ImageMagick ImageMagick-perl

Sorry, but good luck!

On Fri, Dec 16, 2011 at 2:22 PM, hallsofvallhalla < reply@reply.github.com

wrote:

I have been at this for about 2 days now. Nothing but errors and issues.

My latest I cannot figure out is when running make or make install on mod_perl I get this error

"modperl_const.c:54:21: error: lvalue required as left operand of assignment"


Reply to this email directly or view it on GitHub: https://github.com/jhuckaby/Effect-Games/issues/5

hallsofvallhalla commented 12 years ago

thanks i will try, everything else is working. Took me forever to get it though. Ihave tried several different ways and I get the same error with mod_perl

hallsofvallhalla commented 12 years ago

K got that part working..thanks! Just got to get apache to link to my domain and I will hopefully be good to go.