Page 1 of 1

httpd.exe - entry point not found : the procedure entry poin

PostPosted: 19. June 2018 00:49
by mdev
I'm trying to run apache using Xampp , But I get that error:

Code: Select all
the procedure entry point free could not be located in the dynamic link library 
c:\xampp\apache\bin\libapriconv-1.dll



I installed Microsoft C++ 2008 and Microsoft Visual C++ 2015.

Also changed apache port:

Code: Select all
#Listen 12.34.56.78:8080
Listen 8080

ServerName localhost:8080

I installed Xampp on another disk , Didn't work , So I reinstalled it in the C disk.

I don't have an anti-virus installed.

I tried to run xampp-control.exe and apache_start.bat as administrator , But still the same.

Is there is something I'm missing to solve that issue?

Re: httpd.exe - entry point not found : the procedure entry

PostPosted: 19. June 2018 10:42
by Nobbie

Re: httpd.exe - entry point not found : the procedure entry

PostPosted: 20. June 2018 16:58
by mdev
Then what I should do? , I can't find a solution.