zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #10453
[Bug 1010748] [NEW] libsasl.dll missing from Windows installer
Public bug reported:
1. Install Zorba from:
http://www.2shared.com/file/2ksHal6V/zorba-250-win32-x86.html
2. Run any query that uses curl, including just trying to import an
unknown module:
zorba -q "import module namespace f='http://www.google.com/foo'; 1"
"The application has failed to start because libsasl.doo was not found."
popup dialog.
I believe that fixing cmake_modules/Windows/FindCURL.cmake to
FIND_PACKAGE_DLL_WIN32(libsasl) might do the trick here, but I'm not
sure.
** Affects: zorba
Importance: Critical
Assignee: Juan Zacarias (juan457)
Status: Confirmed
** Changed in: zorba
Assignee: Rodolfo Ochoa (rodolfo-ochoa) => Juan Zacarias (juan457)
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/1010748
Title:
libsasl.dll missing from Windows installer
Status in Zorba - The XQuery Processor:
Confirmed
Bug description:
1. Install Zorba from:
http://www.2shared.com/file/2ksHal6V/zorba-250-win32-x86.html
2. Run any query that uses curl, including just trying to import an
unknown module:
zorba -q "import module namespace f='http://www.google.com/foo'; 1"
"The application has failed to start because libsasl.doo was not
found." popup dialog.
I believe that fixing cmake_modules/Windows/FindCURL.cmake to
FIND_PACKAGE_DLL_WIN32(libsasl) might do the trick here, but I'm not
sure.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/1010748/+subscriptions
Follow ups
References