[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Re: Miva 4.16, Empresa 4.06 & Sun Cobalt RaQ4r
- Subject: Re: [cobalt-users] Re: Miva 4.16, Empresa 4.06 & Sun Cobalt RaQ4r
- From: "Bill Gibbs" <bgibbs@xxxxxxxxxxxxx>
- Date: Wed Feb 19 12:52:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I have successfully configured Miva on my RAQ550s.
I did not follow the Miva supplied install docs they created a few months
ago for the RAQ550 (since they no longer have a package) - that and they
seem to want to have the files all over the freaking place
I untarred the Miva VM in /usr/local (ie /usr/local/mivavm-4.05) - doesn't
matter just pick a location such as /etc or /home.
Make sure the cgi-bin/mivavm-xxx file is mode 4755
in /etc/httpd/conf/srm.conf add the following (example includes the AuthNet
commerce lib) changing the directories as appropriate
ScriptAlias /miva /usr/local/mivavm-v4.05/cgi-bin
SetEnv MvCONFIG_DIR_CA /usr/local/mivavm-v4.05/certs
SetEnv MvCONFIG_LIBRARY /usr/local/mivavm-v4.05/lib/config/env.so
SetEnv MvCONFIG_DIR_MIVA /usr/local/mivavm-v4.05/mivaroot
SetEnv MvCONFIG_DIR_DATA /usr/local/mivavm-v4.05/mivadata
SetEnv MvCONFIG_DIR_BUILTIN /usr/local/mivavm-v4.05/lib/builtins
SetEnv MvCONFIG_DIR_COMMERCE /usr/local/mivavm-v4.05/lib/commerce
SetEnv MvCONFIG_COMMERCE_AuthorizeNet
/usr/local/mivavm-v4.05/lib/commerce/authnet-v4.05-linux_glibc2.so
AddType application/x-miva-compiled .mvc
Action application/x-miva-compiled /miva/mivavm-v4.05
Then in the appropriate siteX file in /etc/httpd/conf/vhosts add the
following:
SetEnv MvCONFIG_DIR_MIVA /home/.sites/45/site47/web
SetEnv MvCONFIG_DIR_DATA /home/.sites/45/site47/mivadata
Obviously change the directory. Make sure mivadata for each client is
outside of DocumentRoot (the /web directory). You have to use the "real"
directory, using the easy to following /home/sites/www.domain.com symlinks
won't work. Change ownership of mivadata to the site admin so that it
counts towards their quota. Untar Merchant files in /web and chown them as
well. Run the setup and everything should work.
Those above 2 lines are the only lines that are required to run Merchant on
the appropriate virtualhost.
Bill
----- Original Message -----
From: "Michelle A. Hoyle" <mahlist@xxxxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Wednesday, February 19, 2003 3:34 PM
Subject: [cobalt-users] Re: Miva 4.16, Empresa 4.06 & Sun Cobalt RaQ4r
> >From: "David J. Duffner" <cobalt@xxxxxxxxxx>
> >Date: Wed, 19 Feb 2003 11:23:02 -0500
> >
> >Greetings,
> >
> > About to take our Miva Merchant 4.12/Empresa 3.9X RaQ4r
> >server
> >up to the full complied Miva Merchant 4.16 & Empresa 4.06
> >level.
> >
> > Has anyone else out there performed this upgrade on this
> >exact
> >server series or a RaQ550 series that could provide some
> >tips?
>
>
> I've tried three times, including with some supportive documentation
> from Miva (as we're a reseller). I was able all three times to get
> it installed, but it failed its diagnostics every single time. It
> looked like it wasn't finding its own libraries.
>
> I noted in my last e-mail about this:
> >I tried this again over the Christmas break with exactly the same
> >result. It almost looks like it can't find its own functions. Are
> >those defined in the "builtins"? Maybe the permissions it's asking
> >us to use to set those (root.root) are wrong. I note that the
> >permissions for those files in 3.94 is admin.home (now that I've
> >done a re-install of 3.94).
>
> I know three other people were also trying and I did pass along my
> experiences to them, along with the RaQ-specific documentation from
> Miva if they didn't have it, but nothing seemed to come of it.
>
> I'm also looking to do this on my RaQ4 and then on my RaQ550.
>
> Michelle
>
>
> _____________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To subscribe/unsubscribe, or to SEARCH THE ARCHIVES, go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>