
26th October 2006, 18:15
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
ISPConfig on Ubuntu 6.10
I'm getting this error during ISPConfig installation on Ubuntu 6.10 (when it tries to compile Apache with mod_ssl):
Code:
Configuring for Apache, Version 1.3.37
+ Warning: Your 'echo' command is slightly broken.
+ It interprets escape sequences per default. We already
+ tried 'echo -E' but had no real success. If errors occur
+ please set the SEO variable in 'configure' manually to
+ the required 'echo' options, i.e. those which force your
+ 'echo' to not interpret escape sequences per default.
+ using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Syntax error --- The configuration file is used only to
define the list of included modules or to set Makefile in src
options or Configure rules, and I don't see that at all:
/root/ispconfig/openssl
yes
default
no
no
no
`$(SRCDIR)/apaci`
no
default
default
no
no
no
yes
no
default
no
default
default
./configure:Error: APACI failed
ERROR: Could not configure Apache
cd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
mv: cannot stat `binaries/aps.tar.gz': No such file or directory
mv: cannot stat `binaries/spamassassin.tar.gz': No such file or directory
mv: cannot stat `binaries/uudeview.tar.gz': No such file or directory
mv: cannot stat `binaries/clamav.tar.gz': No such file or directory
mv: cannot stat `binaries/cronolog': No such file or directory
mv: cannot stat `binaries/cronosplit': No such file or directory
mv: cannot stat `binaries/ispconfig_tcpserver': No such file or directory
mv: cannot stat `binaries/zip': No such file or directory
mv: cannot stat `binaries/unzip': No such file or directory
tar: spamassassin.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `spamassassin': No such file or directory
tar: uudeview.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `uudeview': No such file or directory
tar: clamav.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
mv: cannot stat `clamav': No such file or directory
tar: aps.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
./setup2: line 849: ispconfig_tmp/php/bin/php: No such file or directory
ERROR: The PHP binary coming with ISPConfig does not work properly on your system! The installation routine stops here!
root@server1:/tmp/install_ispconfig#
Something seems to be wrong with the echo command, so I replaced the coreutils package with older ones from 6.06 and 5.10 which didn't help. Afterwards I compiled the coreutils package from the sources, but it also didn't help...
If someone knows how to fix it, please let me know. I wanted to publish the "Perfect Setup - Ubuntu 6.10" today, but obviously I can't until I get ISPConfig installed...
|

26th October 2006, 18:28
|
|
rotaredoM
|
|
Join Date: Mar 2006
Location: Lausanne, Switzerland
Posts: 517
Thanks: 7
Thanked 164 Times in 73 Posts
|
|
Where does your /bin/sh symlink point to?
|

26th October 2006, 18:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Code:
root@server1:~# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 2006-10-26 18:59 /bin/sh -> dash
|

26th October 2006, 18:38
|
|
rotaredoM
|
|
Join Date: Mar 2006
Location: Lausanne, Switzerland
Posts: 517
Thanks: 7
Thanked 164 Times in 73 Posts
|
|
try to remove this symlink and make a symlink to bash (usualy /bin/bash)
|

26th October 2006, 20:42
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Thanks, that worked!
Code:
rm -f /bin/sh
ln -s /bin/bash /bin/sh
I love this community!
|

26th October 2006, 22:22
|
|
Senior Member
|
|
Join Date: Aug 2005
Posts: 364
Thanks: 0
Thanked 4 Times in 3 Posts
|
|
thanks for the heads up jnsc. now just have to wait a few hours/days for a supported ISPConfig version
Code:
ERROR: Your system configuration is not compatible with ISPConfig! The installation routine stops here!
edit; lol.. too late
|

26th October 2006, 22:37
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
ISPConfig supports Edgy Eft because all Ubuntu versions identify themselves as "testing/unstable" (Debian) (see /etc/debian_version).
I've just finished the Edgy Eft tutorial: http://www.howtoforge.com/perfect_setup_ubuntu_6.10
|

26th October 2006, 22:44
|
|
Senior Member
|
|
Join Date: Aug 2005
Posts: 364
Thanks: 0
Thanked 4 Times in 3 Posts
|
|
if that's the case, i have no idea why I got that message when i ran the installer. And now i'm only getting less than 13kB/s download on the ubuntu repo  . Falko, are you using a DE mirror for your repo? is it faster?
edit: okay it's compiling now. Luckily i made a snapshot of an earlier time.
Last edited by domino; 26th October 2006 at 23:36.
|

27th October 2006, 01:33
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
|
|
Quote:
|
Originally Posted by domino
Falko, are you using a DE mirror for your repo? is it faster?
|
Yes, I'm using the DE mirror. The download speed is ok.
|

7th November 2006, 06:38
|
|
Member
|
|
Join Date: Nov 2006
Posts: 35
Thanks: 1
Thanked 0 Times in 0 Posts
|
|
I just ran into this problem. This community is a very helpful community to say the least.
Thanks!
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 04:11.
|
|
Recent comments
1 day 3 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 13 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 10 hours ago