
26th August 2009, 14:54
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Unable to install ISPConfig on Centos5.3. Plz help.
hello friends,
i tried to install ISPConfig 3 on centos5.3 and got the errors. So pz help me with the installation. I am pasting the steps followed by me below:
Code:
[root@loft2673 install]# php -q install.php
--------------------------------------------------------------------------------
_____ ___________ _____ __ _
|_ _/ ___| ___ \ / __ \ / _(_)
| | \ `--.| |_/ / | / \/ ___ _ __ | |_ _ __ _
| | `--. \ __/ | | / _ \| '_ \| _| |/ _` |
_| |_/\__/ / | | \__/\ (_) | | | | | | | (_| |
\___/\____/\_| \____/\___/|_| |_|_| |_|\__, |
__/ |
|___/
--------------------------------------------------------------------------------
>> Initial configuration
Operating System: CentOS 5.3 or compatible
Following will be a few questions for primary configuration so be careful.
Default values are in [brackets] and can be accepted with <ENTER>.
Tap in "quit" (without the quotes) to stop the installer.
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
sh: /which: No such file or directory
Select language (en,de) [en]:
Installation mode (standard,expert) [standard]:
sh: /hostname: No such file or directory
PHP Notice: Undefined offset: 0 in /tmp/ispconfig3_install/install/install.php on line 105
Full qualified hostname (FQDN) of the server, eg server1.domain.tld []: loft2673.serverloft.com
MySQL server hostname [localhost]: localhost
MySQL root username [root]: root
MySQL root password []: ********
MySQL database to create [dbispconfig]:
MySQL charset [utf8]:
Unable to connect to mysql server Access denied for user 'root'@'localhost' (using password: YES)
MySQL server hostname [localhost]: localhost
MySQL root username [root]: root
MySQL root password []: ********
MySQL database to create [dbispconfig]:
MySQL charset [utf8]:
sh: /mysql: No such file or directory
sh: /echo: No such file or directory
ERROR: Unable to load SQL-Dump into database table.
I am sorry for posting this in wrong forum. I am a new user here.
Last edited by oscarfish; 26th August 2009 at 14:58.
Reason: Posted in wrong thread.
|

26th August 2009, 17:09
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,908
Thanks: 693
Thanked 4,196 Times in 3,212 Posts
|
|
Please login as root user and make sure that you followed exactly the installation instructions (perfect server guide for centos 5.3 and ispconfig 3).
|

26th August 2009, 17:36
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by till
Please login as root user and make sure that you followed exactly the installation instructions (perfect server guide for centos 5.3 and ispconfig 3).
|
Bro thnx for the reply... Bro i was logged in as root.. And i followed the procedure exactly as the installation instructions.
|

27th August 2009, 12:43
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Friends Plz help me itz very urgent.. Not getting any solution for this... Even google failed ta help...
|

27th August 2009, 12:46
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Did you disable SELinux?
Is this a physical server or a virtual machine?
|

27th August 2009, 13:00
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by falko
Did you disable SELinux?
Is this a physical server or a virtual machine?
|
Yes bro i disabled SELinux. And its a dedicated server by Serverloft and i am using putty for configuration.
|

28th August 2009, 11:07
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,908
Thanks: 693
Thanked 4,196 Times in 3,212 Posts
|
|
Please post the output of:
echo $PATH
|

28th August 2009, 16:35
|
|
Junior Member
|
|
Join Date: Aug 2009
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Friends finally i have installed the ISPConfig panell. Thnx friends for the help.
Actually there was a problem with the Mysql. Actually the option given in the manual "The Perfect Server ISP3" to setup a Mysql password didnt worked for me ... So when the mysql installed that showed two options to setup a root and host password. Those options worked for me well ... and everything goes fine....
Yay... Happy...
|

29th September 2009, 22:22
|
|
Junior Member
|
|
Join Date: Sep 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I see this thread is not too old yet, but i have -exact- the same problem when trying to install ispconfig on a Centos 5.3 server.
Also at the beginning all the:
sh: /which: No such file or directory
sh: /which: No such file or directory
lines and after the charset, this appears:
sh: /mysql: No such file or directory
sh: /echo: No such file or directory
ERROR: Unable to load SQL-Dump into database table
This was asked for by till:
echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/courier-imap/sbin:/usr/lib/courier-imap/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Mysql was already installed by my provider, it had a root password already (which works) and for the rest I followed the perfect server guide for centos 5.3 and ispconfig 3.
Selinux is disabled and it's a physical server, no vps.
However, the /tmp and /dev/shm directory's are made protected prior to my installation, so I run my scripts from a different place then /tmp but that should be no problem as far as I know.
Or is it?
|

30th September 2009, 09:17
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,908
Thanks: 693
Thanked 4,196 Times in 3,212 Posts
|
|
And you followed this guide exactly to prepare your system for ISPConfig?
http://www.howtoforge.com/perfect-se...64-ispconfig-3
|
| 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 16:56.
|
|
Recent comments
17 hours 3 min ago
17 hours 8 min ago
22 hours 6 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 17 hours ago
1 day 21 hours ago
1 day 23 hours ago