Configuring mod_ssl/2.8.25 for Apache/1.3.34 ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.3 4 ./configure:Hint: Please specify location via --with-apache=DIR ERROR: Could not configure Apache cd: error retrieving current directory: getcwd: cannot access parent directories : No such file or directory whats wrong,-any ideas?
Did you start the ISPConfig setup script from inside the setup directory? example: ./setup and not: /path/to/any/dir/install_ispconfig/setup Are there any errors before these error lines?
Yes I start the ISPConfig setup script from inside the setup directory, and I tried variors variants but no results,- I get same error No errors before these error lines.
Please remove the install_ispconfig directory: Code: rm -fr install_ispconfig then unpack the ISPConfig.tar.gz again and do this: Code: cd install_ispconfig ./setup
It does not matter how i try install this scripts,-I get error : Configuring mod_ssl/2.8.25 for Apache/1.3.34 ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.3 4 ./configure:Hint: Please specify location via --with-apache=DIR ERROR: Could not configure Apache cd: error retrieving current directory: getcwd: cannot access parent directories : No such file or directory ...and dont get any errors before these lines. Help !
Are there any errors before this error during apache compilation. Do you have enough space in your /root directory?
I have fresh ubuntu 5.10 breezy server install on 10 GB HDD,just installed ubuntu and fallowed isp server set up by this how to and no errors during installing processes before.
I expressed my question not very clear I mean, do you had any errors in the ISPConfig compile output before these errors.
No more errors in ISPConfig compiling protcess , I got only this error and installing stoped: I downloaded ISPConfig 2.2.0 script from : http://prdownloads.sourceforge.net/i/is/ispconfig by command: wget
You must be doing something wrong. Did you have a look at the installation instructions? http://www.ispconfig.org/manual_installation.htm
I dont understand what I missed but I strongly fallowed by this how to: http://www.howtoforge.com/perfect_setup_ubuntu_5.10 Installation
Can you post the exact commands you executed to install ISPConfig, starting with the ISPConfig download?
The steps you posted are correct. I get the impression that maybe your disk is full. What's the output of Code: df -h ? Did you run the setup as root?
Yes I run set up as root. There is my Filesystem now: Code: Filesystem Size Used Free Used% /dev/hda1 5,7G 728M 4,7G 14% / tmpfs 78M 0 78M 0% /dev/shm tmpfs 78M 13M 66M 16% /lib/modules/2.6.12-9-386/volatile
Looks ok, too. Please try this: Code: cd /tmp wget http://mesh.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.1.tar.gz tar xvfz ISPConfig-2.2.1.tar.gz cd install_ispconfig ./setup
I got same error: Code: Configuring mod_ssl/2.8.25 for Apache/1.3.34 ./configure:Error: Cannot find Apache 1.3 source tree under --wit../apache_1.3.34 ./configure:Hint: Please specify location via --with-apache=DIR ERROR: Could not configure Apache cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory..............
Hm... And you're really doing this: Code: cd /tmp wget http://mesh.dl.sourceforge.net/sourceforge/ispconfig/ISPConfig-2.2.1.tar.gz tar xvfz ISPConfig-2.2.1.tar.gz cd install_ispconfig ./setup and not using any other directories? And you're doing it as root?