benibela / xidel

Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
http://www.videlibri.de/xidel.html
GNU General Public License v3.0
674 stars 42 forks source link

xidel linux32 from 20220424 does not work. libc.so.6: version `GLIBC_2.34' not found #91

Closed Baltazar500 closed 2 years ago

Baltazar500 commented 2 years ago

The latest revision of xidel under 'Antix' (i386/i586) does not start. I get an error :

/bin/xidel-0.9.9.20220424.8389.2d2ee7befb8a.linux32: /lib/i386-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /bin/xidel-0.9.9.20220424.8389.2d2ee7befb8a.linux32)

Revision 20220131 works without problems

benibela commented 2 years ago

Looks like GLIBC_2.34 is incompatible to older GLIBCs:

https://forum.lazarus.freepascal.org/index.php/topic,58888.msg438860.html

https://gitlab.com/freepascal.org/fpc/projects/-/issues/3#note_892374986

Guess I need to build multiple Xidel versions for different glibcs. Not sure if i can do that on my computer after the newest things are installed

benibela commented 2 years ago

Now there are builds with the old FreePascal and old Ubuntu: https://nightly.link/benibela/xidel/workflows/main/master