Announcement

Collapse
No announcement yet.

Upgrade to MIVA 10 Issues

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Upgrade to MIVA 10 Issues

    I am trying to upgrade to MM10.

    Currently on: Miva Merchant 9.14.00
    Currently Installed: MivaScript Engine v5.34

    When I try to upgrade to MM10, I get:

    Error extracting patch (MER-UPG-ADM-00006)

    Miva Support directed me to:

    - The following libraries are now dynamically loaded and need to be registered as system libraries:
    - MySQL: A system library with code "MYSQLCLIENT" must be registered and point to the location of the MySQL client library
    E.g. <SYSTEM-LIB CODE="MYSQLCLIENT" LIBRARY="/usr/local/mysql/lib/libmysqlclient.dylib">
    - PostgreSQL: A system library with code "PQ" must be registered and point to the location of the PostgreSQL library
    E.g. <SYSTEM-LIB CODE="PQ" LIBRARY="/usr/lib/libpq.dylib">
    - bzip2: A system library with code "BZ2" must be registered and point to the location of the bzip2 library
    E.g. <SYSTEM-LIB CODE="BZ2" LIBRARY="/usr/lib/libbz2.dylib">

    The problem is that these are MAC-OS files. Weird right??

    I am on a Linux Server: Red Hat Enterprise Linux Server 7.9 (Maipo)‬

    So, I really need the documentation for a Linux system. Could anyone help me because I am not making too much headway with Miva Support.

    Thanks in advance,
    Robin
    ---------------------------------
    Robin McDermott, CQE
    Director of Training
    QualityTrainingPortal.com

    #2
    I have successfully completed the upgrade.

    Here is what I had to add based on my Linux RedHat 7 server:

    <SYSTEM-LIB CODE="GD" LIBRARY="/usr/lib64/libgd.so.2">
    <SYSTEM-LIB CODE="BZ2" LIBRARY="/usr/lib64/libbz2.so.1">
    <SYSTEM-LIB CODE="MYSQLCLIENT" LIBRARY="/usr/lib64/mysql/libmysqlclient.so.18">

    Obviously, you want to make sure these files exist on your system. They may be in a different location or may have a different extension.
    ---------------------------------
    Robin McDermott, CQE
    Director of Training
    QualityTrainingPortal.com

    Comment

    Working...
    X