Re: Processors older than Intel Pentium 4

2022-07-20 Thread Bijan Soleymani
On 2022-07-21 02:03, Marco wrote: Am Wed, 20 Jul 2022 22:11:08 +0300 schrieb Oskar Skog : When the x32 port becomes official, the only reason (that I can imagine) to use the i386 port would be for really old computers. What is the x32 port? I haven't heard about that yet. Seems it is a set

Re: Processors older than Intel Pentium 4

2022-07-20 Thread Marco
Am Wed, 20 Jul 2022 22:11:08 +0300 schrieb Oskar Skog : > When the x32 port becomes official, the only reason (that I can > imagine) to use the i386 port would be for really old computers. What is the x32 port? I haven't heard about that yet.

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 9:32 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 09:12:51PM -0500, Igor Korot wrote: > > And those are what was made on Debian with the same Makefile.am: > > OK! > > [...] > > /bin/bash ../libtool --tag=CXX --mode=link g++ -I../../dbinterface > > -DUNICODE -

Re: odbc_config missing

2022-07-20 Thread Greg Wooledge
On Wed, Jul 20, 2022 at 09:12:51PM -0500, Igor Korot wrote: > And those are what was made on Debian with the same Makefile.am: OK! [...] > /bin/bash ../libtool --tag=CXX --mode=link g++ -I../../dbinterface > -DUNICODE -DUNIXODBC -I`odbc_config --cflags` -g -O0 -L../dbinterface > -ldbinterface

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 7:55 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 07:46:43PM -0500, Igor Korot wrote: > > On Wed, Jul 20, 2022 at 7:28 PM Greg Wooledge wrote: > > > Can you show us the linker command that you ran, and its error message? > > > > This is the command generated on

Re: odbc_config missing

2022-07-20 Thread Igor Korot
And those are what was made on Debian with the same Makefile.am: /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../libodbc -I..-I../../dbinterface -DUNICODE -DUNIXODBC -I`odbc_config --cflags` -g -O0 -MT libodbc_lib_la-database_odbc.lo -MD -MP -MF .deps/libodbc_

Re: odbc_config missing

2022-07-20 Thread Greg Wooledge
On Wed, Jul 20, 2022 at 07:46:43PM -0500, Igor Korot wrote: > On Wed, Jul 20, 2022 at 7:28 PM Greg Wooledge wrote: > > Can you show us the linker command that you ran, and its error message? > > This is the command generated on Gentoo: How is that relevant to DEBIAN? > [code] > /bin/sh ../libto

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 7:28 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 07:05:28PM -0500, Igor Korot wrote: > > Please compare: > > > > In Gentoo: > > > > [code] > > igor@IgorReinCloud ~ $ odbc_config --libs > > -L/usr/lib64 -lodbc > > igor@IgorReinCloud ~ $ > > [/code] > > > > In De

Re: odbc_config missing

2022-07-20 Thread Greg Wooledge
On Wed, Jul 20, 2022 at 07:05:28PM -0500, Igor Korot wrote: > Please compare: > > In Gentoo: > > [code] > igor@IgorReinCloud ~ $ odbc_config --libs > -L/usr/lib64 -lodbc > igor@IgorReinCloud ~ $ > [/code] > > In Debian: > > [code] > igor@debian: ~ $ pkg-config --libs odbc > -lodbc > [/code] FI

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, guys, Please compare: In Gentoo: [code] igor@IgorReinCloud ~ $ odbc_config --libs -L/usr/lib64 -lodbc igor@IgorReinCloud ~ $ [/code] In Debian: [code] igor@debian: ~ $ pkg-config --libs odbc -lodbc [/code] Not good enough. ;-) When someone tries to build something on Debian and then test

Re: odbc_config missing

2022-07-20 Thread David Wright
On Wed 20 Jul 2022 at 14:33:39 (-0500), Igor Korot wrote: > On Wed, Jul 20, 2022 at 2:04 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 01:48:34PM -0500, Igor Korot wrote: > > > This sentence from the OP: > > > > > > [quote] > > > I just tried to compile my program and got an error about it.

Re: odbc_config missing

2022-07-20 Thread David Wright
On Wed 20 Jul 2022 at 14:35:37 (-0500), Igor Korot wrote: > On Wed, Jul 20, 2022 at 2:24 PM Reco wrote: > > On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > > >

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 2:24 PM Reco wrote: > > On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > > Hi, > > > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > > > > Hi. > > > > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > > I tried to run > >

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 2:04 PM Greg Wooledge wrote: > > On Wed, Jul 20, 2022 at 01:48:34PM -0500, Igor Korot wrote: > > This sentence from the OP: > > > > [quote] > > I just tried to compile my program and got an error about it. > > [/quote] > > > > shows what I'm doing (it doesn't reference

Re: odbc_config missing

2022-07-20 Thread Reco
On Wed, Jul 20, 2022 at 12:41:03PM -0500, Igor Korot wrote: > Hi, > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > > Hi. > > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > I tried to run > > > > > > pkg-config --libs unixodbc > > > > > > and it fails. > > > >

Re: Processors older than Intel Pentium 4

2022-07-20 Thread Oskar Skog
> Is anyone running Debian 11 on a processor older than Pentium 4? I'm running Debian 10 on a 400 MHz Pentium II. 512 MiB RAM and a 240 GB SSD bottlenecked by a 33 MB/s IDE interface. So, Debian 11 hardware compatibility the same as for Debian 10? Because I don't want to deal with a (more) broke

Re: odbc_config missing

2022-07-20 Thread Greg Wooledge
On Wed, Jul 20, 2022 at 01:48:34PM -0500, Igor Korot wrote: > This sentence from the OP: > > [quote] > I just tried to compile my program and got an error about it. > [/quote] > > shows what I'm doing (it doesn't reference unixODBC at all, does it?) > and the issue I'm facing. No. It does not.

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, David, On Wed, Jul 20, 2022 at 1:40 PM David Wright wrote: > > On Wed 20 Jul 2022 at 12:41:03 (-0500), Igor Korot wrote: > > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > > I tried to run > > > > > > > > pkg-config --libs

Re: odbc_config missing

2022-07-20 Thread David Wright
On Wed 20 Jul 2022 at 12:41:03 (-0500), Igor Korot wrote: > On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > > I tried to run > > > > > > pkg-config --libs unixodbc >From a position of almost complete ignorance, I would have thought

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 12:09 PM Reco wrote: > > Hi. > > On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > > I tried to run > > > > pkg-config --libs unixodbc > > > > and it fails. > > apt install unixodbc-dev It is installed and its the latest version... Thank you. > >

Re: odbc_config missing

2022-07-20 Thread Reco
Hi. On Wed, Jul 20, 2022 at 10:40:45AM -0500, Igor Korot wrote: > I tried to run > > pkg-config --libs unixodbc > > and it fails. apt install unixodbc-dev Reco

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Wed, Jul 20, 2022 at 10:13 AM Curt wrote: > > On 2022-07-20, Igor Korot wrote: > > > > Apparently it IS a known problem > > > > This - https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/551701 - > > claims > > Ubuntu installs it and wants debian to follow. > > But then someone replie

Re: odbc_config missing

2022-07-20 Thread Curt
On 2022-07-20, Igor Korot wrote: > > Apparently it IS a known problem > > This - https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/551701 - > claims > Ubuntu installs it and wants debian to follow. > But then someone replied that they made pkg-config file and ask others to > follow. I gues

Re: odbc_config missing

2022-07-20 Thread Igor Korot
Hi, On Tue, Jul 19, 2022, 10:18 PM David Wright wrote: > On Tue 19 Jul 2022 at 21:47:06 (-0500), Igor Korot wrote: > > > According to unixODBC maintainers, there is a script called odbc_config. > > > > It looks like this script is missing in Debian. > > > > I just tried to compile my program and

Re: Installing on Rock Pi 4

2022-07-20 Thread Nicolas George
Stefan Monnier (12022-07-19): > I think the issue is that "Debian support" is distinct from "Debian > installer support". So you may need to use some other means to install > Debian than the official Debian installer. The Debian *installer* has: - an announce that this device is now supported:

Re: Installer BoF video link - [WAS Re: Installing on Rock Pi 4]

2022-07-20 Thread Nicolas George
Andrew M.A. Cater (12022-07-20): > > > I think it is usual practice for this kind of video to become > > > available for viewing > > > on demand in the near future. > > > > > > My recollection of the discussion is that Gunnar's work is welcomed > > > by the installer team. And it is hoped and expe

Installer BoF video link - [WAS Re: Installing on Rock Pi 4]

2022-07-20 Thread Andrew M.A. Cater
On Wed, Jul 20, 2022 at 06:54:40AM +0200, Christian Britz wrote: > Thank you, very interesting! > > >> I would call it semi-official. Gunnar Wolf is a respected Debian > >> developer and the debian.net domain is a property of the project. I > >> would prefer an official-official installer though.

Re: Exim4 smarthost conf

2022-07-20 Thread rudu
Thank you Tixy. Le 19/07/2022 à 20:26, Tixy a écrit : On Tue, 2022-07-19 at 17:37 +0200, rudu wrote: Hi, I'm at a lost here trying to configure exim4 on a laptop running bookworm as a smarthost relay to my email provider. I already made it working on my desktop machine (bookworm also) on the s