|
|
|
|||||
|
php_ice windows DLL does not run under Apache 1.3
Trying to run php ice client on windows but php insists it can't find the DLL (which is total nonsense since it finds the other DLLs in the same place.)
Is there anything special that needs to be done besides just dropping the DLL into php/ext? Stack: php 5.0.2 Apache 1.3.31 Windows XP SP1 IcePhp 1.1.2 Ice 1.5.1 Last edited by griffima : 10-15-2004 at 09:50 AM. |
|
|||||
|
It's the 1.1.2 VC70 build. Ice-1.5.1/bin is in the path but I don't know where apache looks for DLLs under windows. Just for kicks, I rolled back to php 5.0.0 just to see if that did anything, but no luck. So I think that missing ICE DLLs is the answer. Where's a good spot for these puppies?
|
|
||||||
|
I would try putting them in \WINDOWS\system32 just to see if things start working. You may want to move them later if Apache provides a better alternative (perhaps the same directory as the extension?).
- Mark |
|
|||||
|
Getting closer. Apache now reports that it is unable to start the ice module. The error log contains:
PHP Fatal error: profile `__default__' already exists in Unknown on line 0 PHP Fatal error: Unable to start ice module in Unknown on line 0 I have rolled back to php 5.0.0 final just to eliminate the variable. |
|
||||||
|
Update
I was able to reproduce this problem with Apache 1.3. I'm still investigating the cause. Meanwhile, you can try using Apache 2 instead. This is the version we used when testing the Ice extension.
Thanks, - Mark |
|
|||||
|
Thanks for your effort, Mark. Apache 2 really isn't an option as there is no plan for upgrading our production and test servers from 1.3 any time in the near future. Please let me know if you have any luck with this problem.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP Can't load extension php_ice.dll | AdrianM | Help Center | 6 | 03-11-2006 10:46 PM |
| build php_ice 1.1.1 error. proxy.cpp line 183 | damingyipai | Bug Reports | 5 | 07-30-2004 09:36 PM |