Hi all, Please help. I am using Fedora Core 4 (64 bit) in an AMD 64 X2 dual core system and having issues in installing ispconfig in the system. It seems like everything runs smooth but at the end, ispconfig fails with errors given below. I have updated zlib but problem still exists: checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... no checking for mysql_errno in -lmysqlclient... no configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information. ERROR: Could not configure PHP 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 771: 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! Please HELP!! Thanks Dhiman
Did you try to install ISPConfig more than once from the same install_ispconfig directory? This doesn't work! If an installation fails, delete the current install_ispconfig directory, also /root/ispconfig and /home/admispconfig (if they exist), also the ISPConfig MySQL database if it exists, and then unpack the ISPConfig .tar.gz again and start the installation.
Fedora Core 4 (64 bit) isconfig installation failure Hi Falko, Thanks. Yes, I have tried to install it more than 20 times. I have also tried to find isconfig directories under /root or /home but it does not exists. The install_ispconfig also seems to be non existence once installation fails. I will check the MYSQL datbase for any entry. Please suggest if anywhere else I should look for isconfig files? dhiman
The locations falko posted where the only locations where ISPConfig files where stored. Did you do the 64Bit modifications in the compile script that where described in several threads in the forum. Search for: x86_64
These are the threads Till is talking about: http://www.howtoforge.com/forums/showthread.php?t=127 http://www.howtoforge.com/forums/showthread.php?t=286
ISPCONFIG Installation issue Fedora Core 4 64 bit (AMD X2) Thanks and THANKS.. With the following instructions, it seems like ispconfig has installed in my server. I will provide further details o nthis latter: Quote: Originally Posted by falko The setup script aborts instantly if the compilation fails. You shouldn't have reached the section, so I guess you did something wrong when you edited ISPConfig files... Can you tell me what exactly you did? tar -xzf ISPConfig-2.0.5.tar.gz cd install_ispconfig/ tar -xzf compile_aps/php-5.0.4.tar.gz vim php-5.0.4/configure +56512 (to lib64 lib64/mysql) tar -czf compile_aps/php-5.0.4.tar.gz php-5.0.4 vim compile_aps/compile +85 change to ./configure --with-apxs=${INSTALL_ROOT}/httpd/bin/apxs --enable-track-vars --enable-sockets --with-config-file-path=${INSTALL_ROOT}/php --enable-ftp --prefix=${INSTALL_ROOT}/php --with-openssl --with-mysql=/usr --disable-libxml ./setup .....