Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"I go on working for the same reason a hen goes on laying eggs." -- H. L. Mencken


devel / comp.lang.awk / Re: How to install gawkextlib?

SubjectAuthor
* How to install gawkextlib?Peng Yu
+- Re: How to install gawkextlib?Janis Papanagnou
+- Re: How to install gawkextlib?Mack The Knife
`- Re: How to install gawkextlib?Andrew Schorr

1
How to install gawkextlib?

<bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=833&group=comp.lang.awk#833

  copy link   Newsgroups: comp.lang.awk
X-Received: by 2002:ad4:5cee:: with SMTP id iv14mr12372933qvb.33.1627833874407;
Sun, 01 Aug 2021 09:04:34 -0700 (PDT)
X-Received: by 2002:a25:fc0a:: with SMTP id v10mr16325071ybd.85.1627833874210;
Sun, 01 Aug 2021 09:04:34 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.awk
Date: Sun, 1 Aug 2021 09:04:33 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=47.211.196.194; posting-account=QQ-KfAoAAABDVwrVNFoaFFcBU7ec1cHk
NNTP-Posting-Host: 47.211.196.194
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
Subject: How to install gawkextlib?
From: pengyu.ut@gmail.com (Peng Yu)
Injection-Date: Sun, 01 Aug 2021 16:04:34 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Peng Yu - Sun, 1 Aug 2021 16:04 UTC

http://gawkextlib.sourceforge.net/README.html

The README says to call configure. But I don't find it in my clone. Could anybody let me know how to install it?

$ ls |cat
ChangeLog
Development
Development_web
NEWS
README
_web
abort
aregex
build.sh
build_all.sh
check.sh
check_all.sh
csv
dirloop.sh
errno
gd
haru
json
lib
lmdb
make_extension_directory.sh
makeweb.sh
mbs
mpfr
nl_langinfo
pgsql
publish.sh
reclen
redis
select
shared
timex
webTOC
xml

Re: How to install gawkextlib?

<se6jnc$a4g$1@news-1.m-online.net>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=835&group=comp.lang.awk#835

  copy link   Newsgroups: comp.lang.awk
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!news.karotte.org!news.space.net!news.m-online.net!.POSTED!not-for-mail
From: janis_papanagnou@hotmail.com (Janis Papanagnou)
Newsgroups: comp.lang.awk
Subject: Re: How to install gawkextlib?
Date: Sun, 1 Aug 2021 18:56:12 +0200
Organization: (posted via) M-net Telekommunikations GmbH
Lines: 57
Message-ID: <se6jnc$a4g$1@news-1.m-online.net>
References: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
NNTP-Posting-Host: 2001:a61:241e:cc01:a824:5569:723f:e9df
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Trace: news-1.m-online.net 1627836972 10384 2001:a61:241e:cc01:a824:5569:723f:e9df (1 Aug 2021 16:56:12 GMT)
X-Complaints-To: news@news-1.m-online.net
NNTP-Posting-Date: Sun, 1 Aug 2021 16:56:12 +0000 (UTC)
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
Thunderbird/45.8.0
X-Enigmail-Draft-Status: N1110
In-Reply-To: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
 by: Janis Papanagnou - Sun, 1 Aug 2021 16:56 UTC

On 01.08.2021 18:04, Peng Yu wrote:
> http://gawkextlib.sourceforge.net/README.html
>
> The README says to call configure. But I don't find it in my clone. Could anybody let me know how to install it?

I have no idea what you posted below. What I do (to get a compiled
GNU Awk version) is to download a tar package, say gawk-5.1.0.tar.gz
(just as example) extract the content by: tar xzf gawk-5.1.0.tar.gz
go into the created directory: cd gawk-5.1.0 and from there make
the incantation: ./configure && make The final: make install
requires root/admin permissions. The extension library might need
one more step (don't know whether I ever compiled it). There's a
couple files like README and INSTALL (the latter I don't see below
in your list) that probably contain all information to install that
library (or mechanism). So get the right package, read the docs, and
if you then have still questions come back to ask.

Janis

>
> $ ls |cat
> ChangeLog
> Development
> Development_web
> NEWS
> README
> _web
> abort
> aregex
> build.sh
> build_all.sh
> check.sh
> check_all.sh
> csv
> dirloop.sh
> errno
> gd
> haru
> json
> lib
> lmdb
> make_extension_directory.sh
> makeweb.sh
> mbs
> mpfr
> nl_langinfo
> pgsql
> publish.sh
> reclen
> redis
> select
> shared
> timex
> webTOC
> xml
>

Re: How to install gawkextlib?

<se871p$1abp$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=839&group=comp.lang.awk#839

  copy link   Newsgroups: comp.lang.awk
Path: i2pn2.org!i2pn.org!aioe.org!a53PqKZaQY3iQnsLqSyyZw.user.46.165.242.75.POSTED!not-for-mail
From: mack@the-knife.org (Mack The Knife)
Newsgroups: comp.lang.awk
Subject: Re: How to install gawkextlib?
Date: Mon, 2 Aug 2021 07:32:09 -0000 (UTC)
Organization: Knives, Incorporated
Message-ID: <se871p$1abp$1@gioia.aioe.org>
References: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
Injection-Info: gioia.aioe.org; logging-data="43385"; posting-host="a53PqKZaQY3iQnsLqSyyZw.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Notice: Filtered by postfilter v. 0.9.2
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
Originator: aharon@skeeve.com (Aharon Robbins)
 by: Mack The Knife - Mon, 2 Aug 2021 07:32 UTC

In article <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>,
Peng Yu <pengyu.ut@gmail.com> wrote:
>http://gawkextlib.sourceforge.net/README.html
>
>The README says to call configure. But I don't find it in my clone.
>Could anybody let me know how to install it?

See the gawkextlib home page on Sourceforge. Get the release
tarball from there instead of trying to install from Git. Installing
from Git is much more work and doesn't go as smoothly as using
a tarball.

Mack

Re: How to install gawkextlib?

<48f37052-58a4-45ae-b89c-d1aad2833ee8n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=841&group=comp.lang.awk#841

  copy link   Newsgroups: comp.lang.awk
X-Received: by 2002:a37:7141:: with SMTP id m62mr18314482qkc.496.1627950834816;
Mon, 02 Aug 2021 17:33:54 -0700 (PDT)
X-Received: by 2002:a5b:4cf:: with SMTP id u15mr25408464ybp.118.1627950834500;
Mon, 02 Aug 2021 17:33:54 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.awk
Date: Mon, 2 Aug 2021 17:33:54 -0700 (PDT)
In-Reply-To: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=38.76.0.51; posting-account=n5ws7AoAAADMJDAWfsygCPkNAonhHPfT
NNTP-Posting-Host: 38.76.0.51
References: <bf2c112f-6e3b-4e55-af83-b6113af21225n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <48f37052-58a4-45ae-b89c-d1aad2833ee8n@googlegroups.com>
Subject: Re: How to install gawkextlib?
From: aschorr@telemetry-investments.com (Andrew Schorr)
Injection-Date: Tue, 03 Aug 2021 00:33:54 +0000
Content-Type: text/plain; charset="UTF-8"
 by: Andrew Schorr - Tue, 3 Aug 2021 00:33 UTC

On Sunday, August 1, 2021 at 12:04:35 PM UTC-4, Peng Yu wrote:
> http://gawkextlib.sourceforge.net/README.html
>
> The README says to call configure. But I don't find it in my clone. Could anybody let me know how to install it?

Did you actually read the contents of the README file? It's pretty clear about how to build from
tarballs or from a git clone.

Regards,
Andy

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor