https://bz.apache.org/ooo/show_bug.cgi?id=127732
Issue ID: 127732
Issue Type: DEFECT
Summary: Installing SVN trunk breaks external applications due
to loss of system-wide CRT DLLs
Product: Installation
Version: 4.2.0-dev
Hardware: PC
OS: Windows 7
Status: CONFIRMED
Severity: Blocker
Priority: P5 (lowest)
Component: code
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I installed the latest SVN trunk (setup.exe produced during the AOO32 on Win64
build), for the first time on Windows 7. This was while investigating Bug
127731 that refers to odbcconfig.exe not working.
Our odbcconfig.exe ($OOO_BASE/program/odbcconfig.exe) itself gives the
following error when double-clicked in Windows Explorer:
"The program can't start because MSVCRT90.dll is missing from your computer.
Try reinstalling the program to fix this problem."
But, *****FAR WORSE*****, other unrelated applications have broken!!! To
examine odbcconfig.exe's exports, I tried using Visual Studio's dumpbin.exe,
which I ran many times before and am certain it worked:
"/cygdrive/c/Program Files (x86)/Microsoft Visual Studio
9.0/VC/bin/dumpbin.exe" /imports odbcconfig.exe
C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/dumpbin.exe: error
while loading shared libraries: ?: cannot open shared object file: No such file
or directory
Double-click dumpbin.exe in Windows Explorer:
"The program can't start because mspdb80.dll is missing from your computer. Try
reinstaling the program to fix this problem."
It seems installing AOO from SVN trunk results in loss of multiple system-wide
CRT DLLs?
--
You are receiving this mail because:
You are the assignee for the issue.