+ Reply to Thread
Results 1 to 7 of 7

Thread: 0023.LIB Library error

  1. #1

    Default 0023.LIB Library error

    Trying to install a small app from a vendor and getting this error on over half my domain computers:

    Load library error: 0023.LIB
    Code: 101000182

    I've tried removing our endpoint protection, firewalls, etc, etc. Spent over 4hrs on this I can't figure out what's different from the computers that work and the ones that don't. Doesn't make sense. Vendor is no help. I found another thread that said it's SSL related.

    Any ideas how I can fix this? Any help is appreciated.

    darkstarz

  2. #2
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: 0023.LIB Library error

    Hello,

    this is the SSL enabled version of the HTTP component. We are developers of the underlying SetupBuilder installer. But this is completely scriptable, so the vendor writes its own logic.

    It's very well possible that Error 182 is "ERROR_INVALID_ORDINAL - 182 (0xB6) - The operating system cannot run %1.". Is this installer code-signed?

    Friedrich

  3. #3

    Default Re: 0023.LIB Library error

    Yes, interesting you asked that. I noticed that the publisher's certificate is expired. Attached is a screenshot. Could that be it? Just weird half my computers still extract the files to the temp folder, and other half give me the LIB023.lib error.

    Name:  expired-cert.jpg
Views: 163
Size:  47.8 KB
    Attached Images Attached Images  

  4. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: 0023.LIB Library error

    Hello,

    It seems to be timestamped (yes, this certificate expired). But it "should" still be valid in this case.

    What does this installer do (on your machines where it works)? Does it extract files to a temporary folder and then (during the extraction process) it displays this error? Or does it display the error when you start the installer (before it starts an action)?

    Could you please use the /E logging switch (e.g. installername.exe /E) and send the generated sbevents.txt file (root of c:\) to support [at] lindersoft [dot] com. But it is very well possible that the vendor disabled this switch, so I am not sure if this will work.

    Friedrich

  5. #5

    Default Re: 0023.LIB Library error

    Attached is pic of the sbevents.txt. Does this help?

    I see all those files in the Temp folder. Then after I hit OK on the errors, the files go away.
    Name:  sbevents.png
Views: 170
Size:  93.1 KB

  6. #6

    Default Re: 0023.LIB Library error

    On workstations that work, no errors. Files extract to Temp folder and the setup wizard comes up prompting to install in C:\iQCloud folder.

  7. #7
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: 0023.LIB Library error

    Hello,

    okay, the installer unpacks the required SSL components (libeay32.dll and ssleeay32.dll) and then a temporary version of 0023.LIB (here ~SB4E3F.tmp). This last process loads the SSL DLL but fails with GetLastError 182.

    Could you please check on this machine (where it fails) if there is a libeay32.dll and/or ssley32.dll in your 32-bit System32 (that is SysWOW64) or the Windows folder?

    Friedrich

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •