Cheat Engine (Wikipedie) je s verzí 7.7 k dispozici už také pro Linux. Jedná se o proprietární skener/debugger paměti používaný především k cheatování v počítačových hrách.
Vláda USA nařídila společnosti Anthropic pozastavit přístup k modelům Fable 5 a Mythos 5 pro všechny cizince, včetně zaměstnanců Anthropicu.
Společnost Murena představila (YouTube) novou verzi 4.0 mobilního operačního systému /e/OS (Wikipedie) založeného na Androidu a LineageOS bez aplikací a služeb od Googlu.
V Arch User Repository (AUR) bylo kompromitováno přes 400 opomíjených balíčků (jejich seznam). Útočník do nich začlenil škodlivý npm balíček atomic-lockfile, který krade citlivá data uživatelů. Publikována byla předběžná analýza spouštěného malwaru deps.
Homebrew, správce balíčků nejen pro macOS, byl vydán ve verzi 6.0.0 (seznam změn). Hlavními novinkami jsou bezpečnostní mechanismus tap trust kvůli důvěryhodnosti závislostí, vylepšení sandboxingu na Linuxu, interní JSON API nebo zlepšení výkonu.
Byla nalezena a 9. června opravena kritická zranitelnost ve FreeBSD v Kernel TLS (KTLS). Pojmenována byla Bumsrakete (FreeBSD-SA-26:26.ktls, CVE-2026-45257). Lokální neprivilegovaný uživatel může přepisovat soubory, ke kterým má právo pouze pro čtení. Přepsáním setuid binárky a jejím spuštěním může získat roota. Na všech verzích od verze 13.0 vydané v dubnu 2021.
Vývojáři open source operačního systému ReactOS (Wikipedie), jehož cílem je kompletní binární kompatibilita s aplikacemi a ovladači pro Windows, se na síti 𝕏 pochlubili, že ReactOS zvládne počítačovou hru Half-Life.
Byla vydána nová verze 4.8 multiplatformního integrovaného vývojového prostředí (IDE) pro rychlý vývoj aplikaci (RAD) ve Free Pascalu Lazarus (Wikipedie). Využíván je Free Pascal Compiler (FPC) 3.2.2.
Apple container dospěl do verze 1.0.0. Jedná se o open source nástroj pro spouštění linuxových kontejnerů na macOS postavený nad containerization. Napsaný je v programovacím jazyce Swift a optimalizovaný pro Apple silicon.
Bylo vydáno Eclipse IDE 2026-06 aneb Eclipse 4.40. Představení novinek tohoto integrovaného vývojového prostředí také na YouTube.
./configure CFLAGS="-I/usr/local/pnfs-utils/include" LDFLAGS="-L/usr/local/pnfs-utils/lib"CFLAGS jsem zkoušel i doplnit přímo na cestu, kde se nachází přímo hlavičkový soubor netconfig.h (/usr/local/pnfs-utils/lib/tirpc), u kterého to hlásí chybu. Po spuštění příkazu to dopadne takhle:
...
checking for unistd.h... yes
checking for clnt_tli_create in -ltirpc... yes
checking /usr/include/tirpc/netconfig.h usability... no
checking /usr/include/tirpc/netconfig.h presence... no
checking for /usr/include/tirpc/netconfig.h... no
configure: error: libtirpc headers not found.
Mohl by mi prosím někdo zkušenější poradit, s jakým parametrem spustit configure, aby našel potřebné knihovny a hlavičkové soubory? Dík předem.
env CFLAGS="-I/usr/local/pnfs-utils/include" LDFLAGS="-L/usr/local/pnfs-utils/lib" ./configure by mohlo pomoct
... checking for clnt_tli_create in -ltirpc... no configure: error: libtirpc not found.
./configure --help nie je napísané, aké parametre treba pridať, aby sa tá knižnica hľadala na inom mieste?
./configure --help... Je tam tohle:
`configure' configures linux nfs-utils 1.2.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/bin', `/usr/lib' etc. You can specify
an installation prefix other than `/usr' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/nfs-utils]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-maintainer-mode enable make rules and dependencies not useful
(and sometimes confusing) to the casual installer
--enable-nfsv3 enable support for NFSv3 [default=yes]
--enable-nfsv4 enable support for NFSv4 [default=yes]
--enable-nfsv41 enable support for NFSv41 [default=no]
--enable-gss enable support for rpcsec_gss [default=yes]
--enable-kprefix install progs as rpc.knfsd etc
--disable-uuid Exclude uuid support to avoid buggy libblkid
--enable-mount Create mount.nfs and don't use the util-linux
mount(8) functionality. [default=yes]
--enable-tirpc enable use of TI-RPC [default=yes]
--enable-ipv6 enable support for IPv6 [default=no]
--enable-mountconfig enable mount to use a configuration file
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--disable-largefile omit support for large files
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-release=XXX set release to XXX [1]
--with-statedir=/foo use state dir /foo /var/lib/nfs
--with-statduser=rpcuser
statd to run under [rpcuser or nobody]
--with-start-statd=scriptname
When an nfs filesystems is mounted with locking, run
this script
--with-rpcgen=internal use internal rpcgen instead of system one
--with-mountfile=filename
Using filename as the NFS mount options file
[/etc/nfsmounts.conf]
--with-tirpcinclude=DIR use TI-RPC headers in DIR
--with-tcp-wrappers[=PATH] Enable tcpwrappers support
(optionally in PATH)
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS] include additional configurations [automatic]
--with-krb5=DIR use Kerberos v5 installation in DIR
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L< lib dir> if you have libraries in a
nonstandard directory < lib dir>
LIBS libraries to pass to the linker, e.g. -l< library>
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I< include dir> if
you have headers in a nonstandard directory < include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
F77 Fortran 77 compiler command
FFLAGS Fortran 77 compiler flags
PKG_CONFIG path to pkg-config utility
GSSGLUE_CFLAGS
C compiler flags for GSSGLUE, overriding pkg-config
GSSGLUE_LIBS
linker flags for GSSGLUE, overriding pkg-config
RPCSECGSS_CFLAGS
C compiler flags for RPCSECGSS, overriding pkg-config
RPCSECGSS_LIBS
linker flags for RPCSECGSS, overriding pkg-config
a nic jiného (snad kromě těch posledních argumentů od CC dál) mi nepřišlo adekvátní
checking size of short... configure: error: cannot compute sizeof (short)
See `config.log' for more details.
config.log akorát říká, že návratová hodnota byla 77... V čem může být problém?
(nebo nehledám, co bych měl?)... Mám 64bitový systém (paravirtualizovaný VM v XENu na 64bit xeonu), ale nepokouším se kompilovat pro 32bitovou architekturu (třeba když jsem kompiloval potřebné knihovny, tak to bylo zcela bez problémů). Zkusil jsem explicitně do CFLAGS přidat volbu "-m64", ale se stejným výsledkem. Nebo je třeba na to jít jinak? Mockrát díky!
./conftest: error while loading shared libraries: libtirpc.so.1: cannot open shared object file: No such file or directoryProblém teda je, že je tá knižnica na mieste, kde sa štandardne knižnice nehľadajú (a teda treba upraviť ld.so.conf a/alebo treba spustiť program ldconfig).
... Ještě jednou dík.
Tiskni
Sdílej: