[EMAIL PROTECTED] schrieb:
> 
> > At the moment I try to install midgard. In germany we are used to suse linux
> > (they have a french distribution) and not to red hat distribution.
> 
> The SuSE distribution uses largely the same file layout for Apache as
> RedHat does; I think the binary packages will work (if SuSE allows
> RedHat generated RPMs to be installed, don't --force it), and if not,
> grab the source RPMs and install them by doing
> 
I've tried an early version of midgard rpm, but I couldn't install it. 
The sources compile after some modifications.

> # rpm --rebuild <packagefilename>
> # rpm -i <generated binary package> 
This didn't work for me. There were some problems with gt.
Instead of rpm -i you should do rpm -c ... and install all packages
with 
make install

Apache layout for SuSE:

#   RedHat 5.x layout changed to SuSE
<Layout SuSE>
    prefix:        /usr
    exec_prefix:   $prefix
    bindir:        $prefix/bin
    sbindir:       $prefix/sbin
    libexecdir:    $prefix/lib/apache
    mandir:        $prefix/man
    sysconfdir:    /etc/httpd
    datadir:       /usr/local/httpd
    iconsdir:      $datadir/icons
    htdocsdir:     $datadir/htdocs
    cgidir:        $datadir/cgi-bin
    includedir:    $prefix/include/apache
    localstatedir: /var
    runtimedir:    $localstatedir/run
    logfiledir:    $localstatedir/log/httpd
    proxycachedir: $localstatedir/cache/httpd
</Layout>

also necessary:
change pathes in apache-midgard-...spec
mysql also uses different pathes.

Ciao,
        erich

--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to