dll error in apache

Asked

Viewed 242 times

0

I installed wampserver 3.1.7 on Windows 8.1 64, and apache is showing the following message.

Não foi possível localizar o ponto de entrada do procedimento isupper na biblioteca de vinculo dinâmico

I have tried with newer versions of wampserver and the error persists, what changes is the word "isupper" which in version 3.1.0 is "islpha".

I already downloaded this file Pcre.dll from the site https://pt.dll-files.com/pcre.dll.html and replaces the original installation Pcre.dll in the same directory that is shown in the image. But still unsuccessful.

When consulting the apache error log, the following message appears

[28-May-2019 17:35:07 UTC] Apache variable "${INSTALL_DIR}" is not defined.

Can someone help me?

1 answer

0

You modified httpd.conf, if not, check to see if it’s all right! Check that the working pota is not being used by another process.

[28-May-2019 17:35 :07 UTC] Apache variable "${INSTALL_DIR}" is not defined

In this log passed by you, the INSTALL_DIR variable may not be registered in the system, add in the Windows PAHT this variable with the installation location, maybe declaring this environment variable can work.

On the apache website I found recommendations about installing Visual C++

https://support.microsoft.com/pt-br/help/2977003/the-latest-supported-visual-c-downloads

If you’ve done all this and haven’t given anything yet, edit the post with more details about the problem

  • 1

    In httpd.conf is variable is set in the file, "define INSTALL_DIR". It is not correct for me to create this environment variable. The other procedures cited by you have already been performed

Browser other questions tagged

You are not signed in. Login or sign up in order to post.