X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 63A7E385482E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1676572855; bh=G+rtd1TQcedb2xr9/LM6jOy9XKVGvLfLgXkPlK05r88=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=m7ZcJseyU/Ek1ae/KfEjFf7qMGfMz87bh6FcLzm1RYJ8wR6WnWWMoH5YcVz20/CXb MHhqmUl9xwidw5y5fxu0m4Xcs9VCIwkWBoA9NeEnRAU9Xoq6y3btO6A5kKzwuTnPU+ y+UqUC9tVMTvE3K3mBEjraHn+Ag1p121iDopdtVg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 81EBC38582AB X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=O9jrn/0uIxY7knRXSC6vWTuJRncRV1zERvvgA+C8Z44=; b=aaEzZ9xwUVDiS4sk7G1xExAusZFmHpZSAPrdYryuz9N+PGjkHOzTNsgNWQonZWU33Z vVDTfxupThsY5+9Qx3IV97sEC2kxy/fXDjf/LZjgfQDvplIukKvtMLYmiEjDZHvQiRhy mIt+DFFQCCqai2LM6RMrawtOuIhInNmDI2mIxH7lgC1acBK1km4EW7xprdPGjd9F7aWE QcMP6skXxFHmOqUz2C90bz96aty0DonxNVs8LAPpJrOnpCq+HOOxE+McyCZvf4UhhlwH QlcJrOS6vUY8sT4i6z+z+0wieUJyUJ5Uly7lQA5svHFe4rQaGlUGUscU0dUvNlyZUtzm bm8w== X-Gm-Message-State: AO0yUKWTfW6qTwBOkfaM1u2IjSEgBwATHGPj6UXfmgbuUKakws11RWs1 Z6+dn/7Oz2Ys7JpLrGAPhCWL1xTGP4s= X-Google-Smtp-Source: AK7set+3lI6LCxWIRB0qyev5PEBTR3Y4w2yknDNW3NX6qEaePh/mdh2z9y2h0REUqsgNJSgePgHTAg== X-Received: by 2002:a17:906:739d:b0:8b1:7b5c:bde7 with SMTP id f29-20020a170906739d00b008b17b5cbde7mr993864ejl.77.1676572838235; Thu, 16 Feb 2023 10:40:38 -0800 (PST) Message-ID: Date: Thu, 16 Feb 2023 19:40:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: Changing the python sqlite3 version to the latest To: cygwin AT cygwin DOT com References: <82184ff9-cc61-2a5f-947b-ecf9916e2411 AT gmail DOT com> <743494104 DOT 20230215185508 AT yandex DOT ru> <611019189 DOT 20230216091442 AT yandex DOT ru> Content-Language: it In-Reply-To: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 16.02.2023 15:25, Jose Isaias Cabrera via Cygwin wrote: > > On February 16, 2023 1:15 AM, Andrey Repin expressed: > >>>> Don't forget to rebase the resulting binary(-es). >> >>> How do I do that? >> >> rebase -s /path/to/binary ... >> >> The -n switch may be necessary as well. > > jcabrera AT JIC ~ > $ rebase -s -n /usr/bin/sqlite3.exe rebase is for DLL so use /usr/bin/cygsqlite3-0.dll or /usr/local/bin/cygsqlite3-0.dll depending where you installed > Nothing different, apparently, has taken place. But, I will take your word for it. :-) Thanks. you could see a difference in base address before and after the "rebase -s .." $ rebase -i /usr/bin/cygsqlite3-0.dll /usr/bin/cygsqlite3-0.dll base 0x0003b7370000 size 0x00147000 Regards MArco -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple