From: "Paul Smedley" Received: from vps.smedley.id.au ([23.238.44.164] verified) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 3331145 for ecs-isp@2rosenthals.com; Sun, 09 Aug 2026 15:51:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smedley.id.au; s=default; t=1786304688; bh=IwWQ7mVzoM9lZzlFNEz+f2bVYULUwu6kv+gSILvzs5Y=; h=Date:Subject:To:References:From:In-Reply-To:From; b=ksL9a4ORmEmWsc4kvQ9cySvyZwBTkrzE7RsDECOmJZBIgP7uqulZzcSlGMAqs36KT RTnpVMzl4Z/z3+1cu6CZcJtF5lR8o4eg05ZPUJGgxmPyL7QDCtNeveRYxK4E2z6pbD xZAcL+lO9n9WCGAO2QgEmZ+OuRu9uqejB62Gomkk= Received: from [192.168.245.251] (smedley.org [45.249.117.21]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange x25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by vps.smedley.id.au (Postfix) with ESMTPSA id 0DF8D2077E for ; Mon, 10 Aug 2026 05:14:47 +0930 (ACST) Message-ID: <5d8e4a8d-650a-4b2b-8054-4eabbaca6938@smedley.id.au> Date: Mon, 10 Aug 2026 05:14:45 +0930 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [eCS-ISP] uacme 1.2.4 issue - update To: eCS ISP Mailing List References: Content-Language: en-AU In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi Max, On 10/8/26 02:22, Massimo S. wrote: > Il 05/08/2026 23:03, Paul Smedley ha scritto: >> I don't have easy access to an OS/2 box where I am right now, but >> what does chkdll32.exe uacme.exe on theĀ 1.0.19 & 1.2.4 executables say? >> >> My guess is that 1.0.19 had libcurl statically linked and 1.2.4 has >> it dynamically linked. > > Hi Paul, > > yes, uacme 1.0.19 have curl DLL "inside" > > All DLL's used by 'uacme_1019.exe' could be loaded. > Loading DLL 'libcn0' --> C:\USR\LIB\LIBCN0.DLL. > Loading DLL 'libcx0' --> C:\USR\LIB\LIBCX0.DLL. > Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL. > Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL. > Loading DLL 'doscalls' --> loaded. > > All DLL's used by 'uacme_124.exe' could be loaded. > Loading DLL 'libcn0' --> C:\USR\LIB\LIBCN0.DLL. > Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL. > Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL. > Loading DLL 'gcc1' --> C:\USR\LIB\GCC1.DLL. > Loading DLL 'tcpip32' --> C:\MPTN\DLL\TCPIP32.DLL. > All DLL's used by 'uacme.exe' could be loaded. > > All DLL's used by 'uacme_181.exe' could be loaded. > Loading DLL 'libc066' --> C:\USR\LIB\LIBC066.DLL. > Loading DLL 'libcx0' --> C:\USR\LIB\LIBCX0.DLL. > Loading DLL 'gtls30' --> D:\SERVICES\UACME\GTLS30.DLL. > Loading DLL 'pthr01' --> C:\USR\LIB\PTHR01.DLL. > Loading DLL 'tcpip32' --> C:\MPTN\DLL\TCPIP32.DLL. > Loading DLL 'doscalls' --> loaded. > Sorry... Doesn't this show that both 1.019 and 1.2.4 both utilitise: Loading DLL 'curl4' --> C:\USR\LIB\CURL4.DLL. The only difference from a DLL point of view is that 1.2.4 is using Loading DLL 'gcc1' --> C:\USR\LIB\GCC1.DLL. and 1.0.19 statically loads it.... Cheers, Paul