bartmc Posted March 24, 2008 Share Posted March 24, 2008 When I copy the ssleay32.dll and libeay32.dll with the ones supplied with PHP version 5.2.5, Crystal Reports refuses to start.. When I used the ones that work with crystal reports ldap functionality quits with the error: [21-Mar-2008 15:06:45] PHP Warning: PHP Startup: Unable to load dynamic library 'C:/PHP/ext\php_ldap.dll' - The operating system cannot run %1. in Unknown on line 0 is there a way to get PHP to use the ones in C:\PHP and not use the ones in C:\Windows\System32? Will prepending the PATH environment variable with C:\PHP break crystal reports? I can't just try it because the admin wont let me.... but wants me to fix this, go figure. -- Bart Link to comment https://forums.phpfreaks.com/topic/97656-php-ldap-ssleay32dll-conflict-with-crystal-reports/ Share on other sites More sharing options...
DyslexicDog Posted March 24, 2008 Share Posted March 24, 2008 That error message says that php can't find the php_ldap.dll. Check your php PATH and make sure you have that dll in the correct place. Link to comment https://forums.phpfreaks.com/topic/97656-php-ldap-ssleay32dll-conflict-with-crystal-reports/#findComment-499728 Share on other sites More sharing options...
bartmc Posted March 24, 2008 Author Share Posted March 24, 2008 It says it cant load it not that it cant find it, it cant load it due to the fact that the 2 OpenSSL dlls are out of date, if I update them, it breaks my crystal reports install. So I have a situation where I can either have CR running or PHP/LDAP running, not both. I need to know how to get PHP to load the DLL's in C:\PHP and not C:\Windows\System32. Link to comment https://forums.phpfreaks.com/topic/97656-php-ldap-ssleay32dll-conflict-with-crystal-reports/#findComment-499773 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.