I follow The Perfect Setup - Ubuntu 6.06 LTS Server (Dapper Drake) and I read previous threads but i didn't find solution for my problem. The problem is: ERROR: The PHP binary coming with ISPConfig does not work properly on your system! Code: make: Warning: File `Makefile.org' has modification time 3e+08 s in the future Makefile is older than Makefile.org, Configure or config. Reconfigure the source tree (via './config' or 'perl Configure'), please. make: *** [Makefile] Error 1 make: Warning: File `Makefile.org' has modification time 3e+08 s in the future Makefile is older than Makefile.org, Configure or config. Reconfigure the source tree (via './config' or 'perl Configure'), please. make: *** [Makefile] Error 1 ERROR: Could not make OpenSSL 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 860: ispconfig_tmp/php/bin/php: No such file or directory ERROR: The PHP binary coming with ISPConfig does not work properly on your system! Please help I'm noob
Please make sure that the date and time on your server is set correczly. The above errors occur when your server has a wrong date setting.
I login as root and my date is today and the time is good. Is it normal? when I go to a other PC and I type (the server IP)192.168.0.100/phpmyadmi instade to see the login screen I see the coding: <?php /* $Id: index.php,v 2.33.2.2 2006/04/20 14:14:19 nijel Exp $ */ // vim: expandtab sw=4 ts=4 sts=4: /** * forms frameset * * @uses libraries/common.lib.php global fnctions * @uses libraries/relation.lib.php table relations * @uses $GLOBALS['strNoFrames'] * @uses $GLOBALS['cfg']['QueryHistoryDB'] * @uses $GLOBALS['cfg']['Server']['user'] * @uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe * @uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe * @uses $GLOBALS['cfg']['LeftWidth'] for left frame width * @uses $GLOBALS['collation_connection'] from $_REQUEST (grab_globals.lib.php) * or common.lib.php * @uses $GLOBALS['available_languages'] from common.lib.php (select_lang.lib.php) * @uses $GLOBALS['db'] * @uses $GLOBALS['charset'] * @uses $GLOBALS['lang'] * @uses $GLOBALS['text_dir'] * @uses $_ENV['HTTP_HOST'] * @uses PMA_getRelationsParam() * @uses PMA_purgeHistory() * @uses PMA_generate_common_url() * @uses PMA_VERSION * @uses session_write_close() * @uses time() * @uses PMA_getenv() * @uses header() to send charset */ /** * Gets core libraries and defines some variables */ require_once('./libraries/common.lib.php'); /** * Includes the ThemeManager if it hasn't been included yet */ require_once('./libraries/relation.lib.php'); // free the session file, for the other frames to be loaded session_write_close(); // Gets the host name // loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+ if (empty($HTTP_HOST)) { if (PMA_getenv('HTTP_HOST')) { $HTTP_HOST = PMA_getenv('HTTP_HOST'); } else { $HTTP_HOST = ''; ... more
Yes, thats normal because you cn not use the phpmyadmin from your linux distribution with ISPComfig, please install the ISPConfig phpmyadmin pacakge instead.
Yes, thats the problem. The phpmyadmin that you installed is disabled because it is not in a vhost. Please remove it and install the ISPConfig phpmyadmin pacakge instaed.