Issue 36512 - moz must deliver nsldap32v50.dll
Summary: moz must deliver nsldap32v50.dll
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: 680m59
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 36413
  Show dependency tree
 
Reported: 2004-11-02 14:19 UTC by quetschke
Modified: 2006-03-14 21:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2004-11-02 14:19:01 UTC
This blocks instsetoo_native (issue 36413). regcomp needs access to that dll for
ldapbe2.uno.dll. It is normaly not available -> unpack WNTMSCIruntime.zip
and deliver it.
Comment 1 ingo.schmidt-rosbiegal 2004-11-02 15:22:39 UTC
Hi Volker,

the mozruntime.zip is already unpacked when creating the services.rdb. The path
to unpacked file is included into the path environment variable. You find this
in the file /solenv/bin/modules/installer/servicesfile.pm:

if ($installer::globals::iswin) {
add_path_to_pathvariable_directory($filesarrayref, "mozruntime_zip"); }

Comment 2 quetschke 2004-11-02 16:13:04 UTC
Urgs!

This pile of scripts is a con of worms! I have to check all occurences of
pathseparator.
Comment 3 quetschke 2004-11-02 16:13:30 UTC
c
Comment 4 ingo.schmidt-rosbiegal 2004-11-02 16:21:51 UTC
The usage of regcomp is not very handy. Therefore this will be exchanged by
regmerge in the near future. Beginning with src680m61 (or m62 ?) I start tu use
 regmerge instead of regcomp.