Skip to main content

dblib_pdo installation error

Comments

7 comments

  • M373H
    You can close the thread, I solved the problem. Thank you :)
    0
  • cPanelMichael
    Hello, I am happy to see the issue is now resolved. Would you mind sharing the resolution? Thank you.
    0
  • dmitrii
    You can close the thread, I solved the problem. Thank you :)

    Hello, some days I struggle with this problem, tell me how did you solve it ?
    0
  • cPanelMichael
    Hello, some days I struggle with this problem, tell me how did you solve it ?

    Hello :) Could you confirm if you are experiencing the exact same error message, or just general trouble installing the module? Thank you.
    0
  • stefan.ceparu
    Hello, I have the same problem on Centos 7, PHP v5.6 PDO_DBLIB-1.0/pdo_dblib.c:37:1: error: unknown type name 'function_entry' function_entry pdo_dblib_functions[] .... etc [COLOR=rgb(255,77,77)] Can you please help?
    0
  • stefan.ceparu
    I've found the solution: I had to manually edit the pdo_dblib.c file and change function from: function_entry pdo_dblib_functions[] = { {NULL, NULL, NULL} }; to zend_function_entry pdo_dblib_functions[] = { {NULL, NULL, NULL} }; I don't know why this isn't fix by now.
    0
  • cPanelMichael
    Hello, I'm happy to see you were able to address the issue. Thank you for updating this thread with the solution. Note it looks like an older PECL module with no recent updates: PECL :: Package :: PDO_DBLIB Thank you.
    0

Please sign in to leave a comment.