can not load php_ming.so

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • farzad

    can not load php_ming.so

    Hi
    I try to install php_ming.so in my php . I am using Redhat 8.0 php 4.2.2
    apache 2.0.4.

    I am doing as the howto install file want me to do.
    as follow.

    ------------------
    download php_ming.so.gz
    uncompress it and copy it to your php modules directory
    (you can find your php module directory by running php-config
    --extension-dir)
    Now either just add 'extension=php_ ming.so' to your php.ini file, or put
    'dl('php_ming.s o');' at the head of all of your Ming scripts.
    -----------------------

    but apache or php can not load php_ming.so.

    How can I fix the problem?

    Thx
    Frasse

  • Fazer

    #2
    Re: can not load php_ming.so

    Can I see your code on how you are doing this? Did you remember to restart Apache?

    Thanks,

    Fazer

    farzad <farmff@netscap e.net> wrote in message news:<3F083E6A. 2070506@netscap e.net>...[color=blue]
    > Hi
    > I try to install php_ming.so in my php . I am using Redhat 8.0 php 4.2.2
    > apache 2.0.4.
    >
    > I am doing as the howto install file want me to do.
    > as follow.
    > http://ming.sourceforge.net/install.html
    > ------------------
    > download php_ming.so.gz
    > uncompress it and copy it to your php modules directory
    > (you can find your php module directory by running php-config
    > --extension-dir)
    > Now either just add 'extension=php_ ming.so' to your php.ini file, or put
    > 'dl('php_ming.s o');' at the head of all of your Ming scripts.
    > -----------------------
    >
    > but apache or php can not load php_ming.so.
    >
    > How can I fix the problem?
    >
    > Thx
    > Frasse[/color]

    Comment

    Working...