Opened 16 years ago
Closed 16 years ago
#877 closed defect (fixed)
Installer: php extension files not installed into php folder
Reported by: | jbirch | Owned by: | jng |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Installer | Version: | |
Severity: | major | Keywords: | |
Cc: | External ID: |
Description
The Apache conf file contains these lines:
LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/php5ts.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/ACE.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgFoundation.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgGeometry.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgHttpHandler.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgMapGuideCommon.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgMdfModel.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgMdfParser.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgPlatformBase.dll" LoadFile "C:/Program Files/OSGeo/MapGuide Web/Php/MgWebApp.dll"
but these files don't appear to be getting copied into the Php directory. I think that many of these files may actually get installed in several different locations. When I have time i'll side-by-side the 2.0.2 installer with this one and see if I can find any other differences.
Note:
See TracTickets
for help on using tickets.
Fixed in r3682. The installer batch file was sourcing from the Installer\Support\Web\Php directory and not the *prepared* directory.