Thank you for the reply Phillip.
I believe error was that I had to edit the dbinstall script
and enter my password. Anyway, it installed after that.

I have regrouped since my initial posting,
and asgard is now installed, but I am not
connecting to asgard.

My configuration is now:

Linux Oscar 2.2.16
mysql-3.23.32-pc-linux-gnu-i686 (SuSe)
apache-1.3.14-0.i386.rpm (SuSe)
Feb  4 14:33 midgard-data-1.4-1.noarch.rpm
Feb  4 14:32 midgard-1.4-1.i386.rpm 
Suse 7.0

Midgard downloaded from Midgard site.

At this point, apache is up, but I am unable to
connect to asgard site.  I am using the default
port 8888 which was suggested in midgard-data package
I received.




This is the midgard database, hosts:


/*****************************************/

mysql> select * from host;
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
| id | name      | root | style | info | owner | port | online |
prefix              | sitegroup |
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
|  1 | LOCALHOST |    4 |     1 | auth |     0 | 8888 |      1 |
/asgard             |         0 |
|  2 | LOCALHOST |    4 |     2 | auth |     0 |    0 |      1 |
/asgard/framed      |         0 |
|  3 | LOCALHOST |    4 |     3 | auth |     0 |    0 |      1 |
/asgard/framed/top  |         0 |
|  4 | LOCALHOST |    4 |     4 | auth |     0 |    0 |      1 |
/asgard/framed/main |         0 |
+----+-----------+------+-------+------+-------+------+--------+---------------------+-----------+
+ 

/*******************************************/





And here is db  from mysql:


/*************************************************************/

mysql> select * from db;
+-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
| Host      | Db      | User    | Select_priv | Insert_priv |
Update_priv | Delete_priv | Create_priv | Drop_priv | Grant_priv |
References_priv | Index_priv | Alter_priv |
+-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+
| %         | test    |         | Y           | Y           |
Y           | Y           | Y           | Y         | N          |
Y               | Y          | Y          |
| %         | test\_% |         | Y           | Y           |
Y           | Y           | Y           | Y         | N          |
Y               | Y          | Y          |
| localhost | midgard | midgard | Y           | Y           |
Y           | Y           | N           | N         | N          |
N               | N          | N          |
+-----------+---------+---------+-------------+-------------+-------------+-------------+-------------+-----------+------------+-----------------+------------+------------+


*************************and from user*****************


mysql> select * from user;
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
| Host      | User    | Password         | Select_priv | Insert_priv |
Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv |
Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv
| Index_priv | Alter_priv |
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
| localhost | root    | 7c8abfd14e2b2c77 | Y           | Y           |
Y           | Y           | Y           | Y         | Y           |
Y             | Y            | Y         | Y          | Y              
| Y          | Y          |
| Oscar     | root    | 7c8abfd14e2b2c77 | Y           | Y           |
Y           | Y           | Y           | Y         | Y           |
Y             | Y            | Y         | Y          | Y              
| Y          | Y          |
| localhost | midgard | 7665a2ee092047e5 | Y           | Y           |
Y           | N           | N           | N         | N           |
N             | N            | N         | N          | N              
| N          | N          |
+-----------+---------+------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+
+ 


/****************************************************************/



Below is the only significant change I have done to 'httpd.conf':

/*****************************************/

#Include /etc/httpd/midgard/midgard.conf
Include /etc/httpd/conf/midgard-data.conf


MidgardRootFile /usr/lib/apache/midgard-root.php3

Listen 80
NameVirtualHost 127.0.0.1:80
<VirtualHost 127.0.0.1:80>
ServerName localhost
Port 80
DocumentRoot /usr/local/httpd/htdocs
</VirtualHost>

/******************************************/



And this is the state of midgard-data.conf


/************************************************/

MidgardDataBase midgard midgard midgard
MidgardTemplate phpelements.xml
AddType application/x-httpd-php-midgard .mgd


Listen 8888
NameVirtualHost 127.0.0.1:8888
<VirtualHost 127.0.0.1:8888>
    MidgardEngine On
#    ServerName localhost.localdomain
    ServerName localhost
    Port 8888

    # Switch off magic quotes - it is required with Midgard
    php3_magic_quotes_gpc off
    php3_magic_quotes_runtime off
    DirectoryIndex index.mgd index.php3 index.html index.htm index.shtml
index.cgi

    # Configure text parser:
    # Change to 'russian' for Russian Midgard
    MidgardParser latin1
    MidgardBlobDir "/home/httpd/blobs"

</VirtualHost> 

/****************************/

My SuSe default site informs me that PHP3 is installed, and that
mod_dav, mod_perl,
and mod_python are not.

I made a link on this page to a '<? phpinfo(); ?> page, but when I link
to it, a dialogue
box to save a file comes up.

and 

 http://localhost:8888/asgard

brings up a  

        'Netscape is unable to locate the server 
"localhost:8888"

error.

So that is where I am at.
Any suggestions greatly appreciated.

Cheers,

   Eric

"Philipp Rotmann, Linksystem Muenchen" wrote:
> 
>      Hi Eric,
> 
> sorry for being a bit slow in response, but work keeps me quite
> busy ...
> 
> On 05.02.01 (10:09), Eric Thompson wrote:
> > I working with a fresh installation of MySQL v3.23.32,
> > on SuSe 7.0, pc platform. I downloaded midgard-data from the
> > Midgard site.
> 
> When? What datestamps do your midgard-data files have?
> 
> > At the point I received the error message, there was no
> > Midgard data base in MySQL.
> 
> Really? It should have been created by dbinstall way before the
> Asgard import.
> 
> > I received the error messages from repligard when it was
> > trying to install Asgard, so I was not certain as to how
> > relevant any error messages from Apache would be.
> 
> Not at all, at least for this problem. Let's solve this one, and
> then advance to the other one ;-)
> 
>      phr
> --
> Linksystem Muenchen GmbH                          [EMAIL PROTECTED]
> Schloerstrasse 10                           http://www.link-m.de
> 80634 Muenchen                              Tel. 089 / 890 518-0
> We make the Net work.                       Fax 089 / 890 518-77
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to