ok, at least that part is gone but I get less far - I get Segmentation fault after
about
10 seconds.
Do I need to do something to remove the parts that were already installed?
can I do something like rpm -e *
Jean-Michel Dault wrote:
> Ah, of course! You're trying to install three different versions of PHP3 at the same
> time!
> People should not take me seriously when I say "rpm -i *" ;-)
>
> You have to choose the modules you want to install. Either midgard-php, mod_php3 or
> mod_php4.
> I suggest midgard-php.
>
> Now type:
> "mv mod_php*" /tmp to move the modules elsewhere, and try to re-install.
>
> Jean-Michel Dault
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> Timothy Litwiller wrote:
>
> > here is what I get when I try that.
> > as far as I know I don't even have these packages installed
> >
> > error: failed dependencies:
> > mod_php3 conflicts with midgard-php-1.2-12mdk
> > mod_php4 conflicts with midgard-php-1.2-12mdk
> > mod_php3-imap conflicts with midgard-php-imap-1.2-12mdk
> > mod_php4-imap conflicts with midgard-php-imap-1.2-12mdk
> > mod_php3-manual conflicts with midgard-php-manual-1.2-12mdk
> > mod_php4-manual conflicts with midgard-php-manual-1.2-12mdk
> > mod_php3-pgsql conflicts with midgard-php-pgsql-1.2-12mdk
> > mod_php4-pgsql conflicts with midgard-php-pgsql-1.2-12mdk
> > mod_php4 conflicts with mod_php3-3.0.12-11
> > midgard-php conflicts with mod_php3-3.0.12-11
> > mod_php4 conflicts with mod_php3-3.0.12-12
> > midgard-php conflicts with mod_php3-3.0.12-12
> > mod_php4-imap conflicts with mod_php3-imap-3.0.12-11
> > midgard-php-imap conflicts with mod_php3-imap-3.0.12-11
> > mod_php4-imap conflicts with mod_php3-imap-3.0.12-12
> > midgard-php-imap conflicts with mod_php3-imap-3.0.12-12
> > mod_php4-manual conflicts with mod_php3-manual-3.0.12-11
> > midgard-php-manual conflicts with mod_php3-manual-3.0.12-11
> > mod_php4-manual conflicts with mod_php3-manual-3.0.12-12
> > midgard-php-manual conflicts with mod_php3-manual-3.0.12-12d-php-1.2-12mdk
> >
> > Jean-Michel Dault wrote:
> >
> > > Just download the packages you want in one directory, and do a:
> > > rpm -Uvh *
> > >
> > > Jean-Michel Dault
> > > [EMAIL PROTECTED]
> > > [EMAIL PROTECTED]
> > >
> > > Timothy Litwiller wrote:
> > >
> > > > actually if you could give me a list of steps needed to make this work i would
> > > > really love it.
> > > >
> > > > Timothy Litwiller wrote:
> > > >
> > > > > do I need to uninstall the old apache and etc. before I do this?
> > > > >
> > > > > Jean-Michel Dault wrote:
> > > > >
> > > > > > At last, I managed to solve all dependencies. Every module I could put
> > > > > > my hands on was compiled as a DSO, with its own config file and
> > > > > > documentation.
> > > > > >
> > > > > > So, here it is, the most full-featured web server available: (26 megs
> > > > > > total!)
> > > > > >
> > > > > > According to Netcraft
> > > > > > (http://www.netcraft.com/whats/?host=jm.netrevolution.com):
> > > > > > "jm.netrevolution.com is running Apache/1.3.9 (Unix) (NetRevolution
> > > > > > Advanced Server/Linux-Mandrake) mod_ssl/2.4.1 OpenSSL/0.9.4
> > > > > > mod_perl/1.21 Midgard/1.2 ApacheJServ/1.0 mod_fastcgi/2.2.2 DAV/0.9.9
> > > > > > AuthPostgreSQL/0.7.1 PHP/3.0.12 FrontPage/4.0.4.3 on Linux"
> > > > > >
> > > > > > I am planning to package this product, the Advanced Extranet Server, as
> > > > > > an add-on CD for Mandrake. It's definitely not something that we should
> > > > > > release as part of Cooker or Cassini, since it doesn't target the same
> > > > > > userbase.
> > > > > >
> > > > > > Now, it's missing a few things before it can compete with offerings from
> > > > > > other vendors: Webalizer/Analog, Heitml, Rearsite, shopping carts,
> > > > > > online payment processing and web-mail software, like IMP and Mailman.
> > > > > > Also, we need to work out a license with RSA to be able to distribute it
> > > > > > in the US. These are things that will be worked out in the next weeks.
> > > > > >
> > > > > > In the meantime, you can download and test the following packages on:
> > > > > > http://coruscant.netrevolution.com/pub/NEW
> > > > > >
> > > > > > Jean-Michel Dault
> > > > > > [EMAIL PROTECTED]