[BlueOnyx:23118] Re: Easy Transfer

Colin Jack colin at mainline.co.uk
Tue Aug 13 14:02:09 -05 2019


Hi Michael,
    
    > I have just done my first ET test from 5208R to 5209R and wow is it just a magical script!
    
    Very well. I'm glad it worked so well for you. Looks like the kinks are
    finally out of that one. :-)
    
Yes went very smoothly ... a real pleasure.

    > Went pretty well as expected. Had one bunch of errors:
    > 
    > PHP Warning:  PHP Startup: Unable to load dynamic library 'dom.so' (tried: /usr/lib64/20170718/dom.so (/usr/lib64/20170718/dom.so: cannot open shared object file: No such file or directory), /usr/lib64/20170718/dom.so.so (/usr/lib64/20170718/dom.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load dynamic library 'fileinfo.so' (tried: /usr/lib64/20170718/fileinfo.so (/usr/lib64/20170718/fileinfo.so: cannot open shared object file: No such file or directory),  etc.
    
    This means that one of your Vsites is using the stock onboard PHP and a
    script there tries to use a function that requires "dom.so".
    
    Let us check what that might be:
    
    [root at sol logs]# yum whatprovides "*/dom.so"
    php-xml-5.4.16-46.el7.x86_64: A module for PHP apps which use XML
    Source      : base
    Filename    : /usr/lib64/php/modules/dom.so
    
    Right. So a "yum install php-xml" should solve that issue. Or switch
    that Vsite from the stock PHP-5.4.16 to a PHP version from the
    Solarspeed PHP. They all have dom-xml already included, whereas the
    stock PHP needs that extra RPM installed in order to use dom-xml.
    
Thanks. That is what I suspected. Lots of others in there that they use. 
e.g. sysvshm.so wddx.so xmlreader.so xmlwriter.so xsl.so zip.so mcrypt.so pdo_odbc.so pdo_sqlite.so soap.so etc.

Would installing one of your packages solve this?

Kind regards

Colin






More information about the Blueonyx mailing list