On Wed, 15 Aug 2007 19:55:24 +0200, Hans-Werner Hilse wrote:

> If those files you see actually are the phpMyAdmin files: Web server not
> properly configured to search for an "index.php"? Or no PHP at all?

When I go to <http://localhost/phpmyadmin/> I get a directory listing.  
One of the files is:

<?php
/* $Id: phpinfo.php 7853 2005-11-22 11:58:37Z cybot_tm $ */
// vim: expandtab sw=4 ts=4 sts=4:


/**
 * Gets core libraries and defines some variables
 */
define( 'PMA_MINIMUM_COMMON', true );
require_once('./libraries/common.lib.php');


/**
 * Displays PHP information
 */
if ( $GLOBALS['cfg']['ShowPhpInfo'] ) {
    phpinfo();
}
?>


<http://localhost/phpmyadmin/phpinfo.php> which apache2 apparently is 
treating as a text file.


Apparently I'm not alone in not finding gentoo documentation on this, as 
I did come across:

"What I hadn't noticed when I emerged phpmyadmin, and none of the 
documentation I had read had told me, was there is a script installed by 
phpmyadmin located at:
/usr/share/webapps/phpmyadmin/2.7.0_p1/sqlscripts/
mysql/2.7.0_p1_create.sql
that needs to be run to setup a database for phpmyadmin."

<http://groups.google.com/group/linux.gentoo.user/msg/236092fa01647151?
dmode=source>


But:

localhost ~ # 
localhost ~ # ll /usr/share/webapps/phpmyadmin/2.10.1/sqlscripts/
total 0
localhost ~ # 
localhost ~ # date
Thu Aug 16 00:44:45 PDT 2007
localhost ~ # 
localhost ~ # 


For some reason Apache2 isn't running php?



-Thufir

-- 
[EMAIL PROTECTED] mailing list

Reply via email to