I applied all possible methods already discussed in other threads.
Installed google_checkout5.mvc in both secure and non-secure admin portal of miva. But i still don't see google/google.mvc being created.
Is it related to something -->
SetEnv MvCONFIG_SSL_CRYPTO /var/www/html/mm5/openssl/lib/libcrypto.so
I see this in my miva.conf file.
If i change this entry to
#SetEnv MvCONFIG_SSL_CRYPTO /var/www/cgi-bin/mivavm-v5.06/lib/builtins/crypto.so
then google checkout button starts failing in display.
my current miva.conf file is pasted below
# BEGIN MIVA 5 INSTALL
SetEnv MvCONFIG_DIR_MIVA /var/www/html
SetEnv MvCONFIG_DIR_DATA /usr/home/fragranceocean/htsdata
SetEnv MvCONFIG_DIR_BUILTIN /var/www/cgi-bin/mivavm-v5.06/lib/builtins
#SetEnv MvCONFIG_DIR_BUILTIN /usr/local/miva/lib/builtins
SetEnv MvCONFIG_DIR_CA /usr/local/miva/certs
SetEnv MvCONFIG_SSL_OPENSSL /var/www/html/mm5/openssl/lib/libssl.so
SetEnv MvCONFIG_SSL_CRYPTO /var/www/html/mm5/openssl/lib/libcrypto.so
#SetEnv MvCONFIG_SSL_CRYPTO /var/www/cgi-bin/mivavm-v5.06/lib/builtins/crypto.so
SetEnv MvCONFIG_DATABASE_MySQL /usr/local/miva/lib/databases/mysql.so
SetEnv MvCONFIG_COMMERCE_CyberCash /usr/local/lib/mivalibs/cybercash.so
SetEnv MvCONFIG_COMMERCE_AuthorizeNet /usr/local/lib/mivalibs/authnet.so
SetEnv MvCONFIG_COMMERCE_LinkPoint /usr/local/lib/mivalibs/linkpoint.so
SetEnv MvCONFIG_COMMERCE_UPSRSS /usr/local/lib/mivalibs/upsrss.so
SetEnv MvCONFIG_COMMERCE_ICS2 /usr/local/lib/mivalibs/ics2.so
# END MIVA 5 INSTALL
i don;t seem to find mivavm.conf file though
Installed google_checkout5.mvc in both secure and non-secure admin portal of miva. But i still don't see google/google.mvc being created.
Is it related to something -->
SetEnv MvCONFIG_SSL_CRYPTO /var/www/html/mm5/openssl/lib/libcrypto.so
I see this in my miva.conf file.
If i change this entry to
#SetEnv MvCONFIG_SSL_CRYPTO /var/www/cgi-bin/mivavm-v5.06/lib/builtins/crypto.so
then google checkout button starts failing in display.
my current miva.conf file is pasted below
# BEGIN MIVA 5 INSTALL
SetEnv MvCONFIG_DIR_MIVA /var/www/html
SetEnv MvCONFIG_DIR_DATA /usr/home/fragranceocean/htsdata
SetEnv MvCONFIG_DIR_BUILTIN /var/www/cgi-bin/mivavm-v5.06/lib/builtins
#SetEnv MvCONFIG_DIR_BUILTIN /usr/local/miva/lib/builtins
SetEnv MvCONFIG_DIR_CA /usr/local/miva/certs
SetEnv MvCONFIG_SSL_OPENSSL /var/www/html/mm5/openssl/lib/libssl.so
SetEnv MvCONFIG_SSL_CRYPTO /var/www/html/mm5/openssl/lib/libcrypto.so
#SetEnv MvCONFIG_SSL_CRYPTO /var/www/cgi-bin/mivavm-v5.06/lib/builtins/crypto.so
SetEnv MvCONFIG_DATABASE_MySQL /usr/local/miva/lib/databases/mysql.so
SetEnv MvCONFIG_COMMERCE_CyberCash /usr/local/lib/mivalibs/cybercash.so
SetEnv MvCONFIG_COMMERCE_AuthorizeNet /usr/local/lib/mivalibs/authnet.so
SetEnv MvCONFIG_COMMERCE_LinkPoint /usr/local/lib/mivalibs/linkpoint.so
SetEnv MvCONFIG_COMMERCE_UPSRSS /usr/local/lib/mivalibs/upsrss.so
SetEnv MvCONFIG_COMMERCE_ICS2 /usr/local/lib/mivalibs/ics2.so
# END MIVA 5 INSTALL
i don;t seem to find mivavm.conf file though
Comment