ok, so im trying to set up ispconfig 3.0.9 on fedora core 3 and every time it gets to compiling apache i get thsi error: A test compilation with your Makefile configuration ** failed. The below error output from the compilation ** test will give you an idea what is failing. Note that ** Apache requires an ANSI C Compiler, such as gcc. ======== Error Output for sanity check ======== cd ..; gcc -DLINUX=22 -DMOD_SSL=208123 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I./lib/expat-lite `./apaci` -L/root/ispconfig/openssl/lib -o helpers/dummy helpers/dummy.c -lm -lssl -lcrypto ============= End of Error Report ============= Aborting! ./configure:Error: APACI failed ERROR: Could not configure Apache i also have tried 2.0.9 and have gotten the same error. Any ideas?
and standalone , your apache is working ? everytime you want to reinstall ISPConfig you have to rm -rf 3 directories /root/ispconfig /home/admispconfig exit the directory install_ispconfig and rm -rf this one too. and do the installation again.
Can you tell us exactly what steps you made to install ISPConfig, and on which step the error occurred?
I used this guide: http://www.howtoforge.com/perfect_setup_fedora_core_3 ... and yea its stops while trying to make apache after making openssl
Yes, I followed the "Perfect Setup" Could it be that some existing applications make the trouble? Actually before I've set up the "The Perfect Setup - Debian Sarge (3.1)", I had next applications installed: TightVNC-server, vmware 5.x.x., desktop (KDE, Gnome etc.)
Thank you all. I've figured out the problem the place where I've unpacked the distrib of ISPConfig was smth like /root/soft/ISPConfig/ISPConfig_install/ after I've put the ISPConfig_install to /root/ the problem was solved.