Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 4 years ago

#4496 closed defect (fixed)

Trac 0.10.3 Installer fails to run because "MSVCR71.dll was not found"

Reported by: adrian.wilkins@… Owned by: Christian Boos
Priority: normal Milestone: 0.10.3
Component: general Version: 0.10.3
Severity: minor Keywords: installer MSVCR71.dll
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This happens with the Windows installer trac-0.10.3.win32.exe

When trying to install on a Windows 2003 Server sp1 box, received error

"This application has failed to start because MSVCR71.dll was not found. Re-installing the application may fix this problem."

The file is present on the server in several folders but not in the PATH. Copying the file into the folder with the installer causes the problem to go away.

Other information

Server is running Python 2.3 Server has .NET 2.0 and 1.1 installed on it. Server is running Trac 0.9.3 (installer for this runs happily).

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 17 years ago

Milestone: 0.10.3
Owner: changed from Jonas Borgström to Christian Boos
Priority: lownormal
Severity: normalminor
Status: newassigned

I built the current trac-0.10.3.win32.exe using Python 2.4, that's why the MSVCR71.dll is required. Now I have a good reason to rebuild it with 2.3 ;)

comment:2 by Christian Boos, 17 years ago

Resolution: fixed
Status: assignedclosed
$ md5sum.exe dist/trac-0.10.3.win32.exe
2e335f92bba58c1e8b9a3f271fe540d8 *dist/trac-0.10.3.win32.exe

That one was built with Python 2.3.5 and depends on MSVCRT.DLL.

You can find it for now in http://ftp.edgewall.com/incoming/trac-0.10.3.win32.exe

comment:3 by Christian Boos, 17 years ago

The http://ftp.edgewall.com/pub/trac/trac-0.10.3.1.win32.exe package has been built with 2.3.5 as well, and I've documented this build requirement in TracDev/ReleaseChecklist.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.