DORSETRIGS
Home

glibc (19 post)


posts by category not found!

What's the meaning of the %m formatting specifier?

Demystifying the m Formatting Specifier Understanding Month Representation in Programming In the world of programming formatting specifiers are like secret code

2 min read 07-10-2024 26
What's the meaning of the %m formatting specifier?
What's the meaning of the %m formatting specifier?

Install 32 bit glibc on 64 bit CentOS 6

Installing 32 bit glibc on 64 bit Cent OS 6 A Guide to Solving Compatibility Issues Running 32 bit applications on a 64 bit Cent OS 6 system can sometimes lead

less than a minute read 07-10-2024 22
Install 32 bit glibc on 64 bit CentOS 6
Install 32 bit glibc on 64 bit CentOS 6

How to build glibc with reduced size?

Building a Leaner glibc Reducing the Footprint of Your C Library The GNU C Library glibc is a fundamental component of any Linux system providing core functiona

2 min read 06-10-2024 47
How to build glibc with reduced size?
How to build glibc with reduced size?

Use a custom dynamic linker with gdb

Debugging with Custom Dynamic Linkers A Deep Dive into GDB Debugging complex applications often involves delving into the intricacies of dynamic linking where l

2 min read 05-10-2024 52
Use a custom dynamic linker with gdb
Use a custom dynamic linker with gdb

Is Adoptium jdk8u412-b08 built products supported on RHEL7.4? Getting GLIC_2.28 error

Is Adoptium JDK 8u412 b08 Supported on RHEL 7 4 Understanding the GLIC 2 28 Error Introduction When working with Java applications on various Linux distribution

3 min read 30-09-2024 48
Is Adoptium jdk8u412-b08 built products supported on RHEL7.4? Getting GLIC_2.28 error
Is Adoptium jdk8u412-b08 built products supported on RHEL7.4? Getting GLIC_2.28 error

Resolve undefined references to library linked by dlopen

Resolving Undefined References to Libraries Linked by dlopen When working with dynamic linking in C or C you might encounter a common problem undefined referenc

3 min read 24-09-2024 48
Resolve undefined references to library linked by dlopen
Resolve undefined references to library linked by dlopen

Got different types of error from a single C program in Linux

Understanding Different Types of Errors in a Single C Program in Linux In programming encountering errors is a common occurrence that can often confuse new deve

3 min read 24-09-2024 57
Got different types of error from a single C program in Linux
Got different types of error from a single C program in Linux

error: FALLOC_FL_KEEP_SIZE undeclared (first use in this function)

Understanding the FALLOC FL KEEP SIZE Undeclared Error in C C When programming in C or C you might encounter various errors that can slow down your development

2 min read 21-09-2024 58
error: FALLOC_FL_KEEP_SIZE undeclared (first use in this function)
error: FALLOC_FL_KEEP_SIZE undeclared (first use in this function)

C free() on Ubuntu VM, a question regarding heap memory

Understanding free in C on Ubuntu VM A Guide to Heap Memory Management When working with C programming especially in a Linux environment like Ubuntu proper mana

3 min read 19-09-2024 52
C free() on Ubuntu VM, a question regarding heap memory
C free() on Ubuntu VM, a question regarding heap memory

Undefined Function in Shared library but not in object files

Understanding the Undefined Function in Shared Library Error When working with shared libraries and object files in programming especially in C or C you may enc

3 min read 19-09-2024 57
Undefined Function in Shared library but not in object files
Undefined Function in Shared library but not in object files

Looking for C source code for snprintf()

Porting snprintf to a Platform Without Full G Lib C Support The need to port the snprintf function to a platform that lacks full G Lib C support is a common cha

2 min read 07-09-2024 53
Looking for C source code for snprintf()
Looking for C source code for snprintf()

Why is 'sys_errlist' deprecated in glibc?

Why is sys errlist Deprecated in glibc In the realm of C programming error handling is paramount One common approach involves using the errno variable which sto

2 min read 06-09-2024 56
Why is 'sys_errlist' deprecated in glibc?
Why is 'sys_errlist' deprecated in glibc?

Is there a best practice on setting up glibc on docker alpine linux base image?

Navigating the Glibc Maze Installing and Configuring Glibc on Docker Alpine Alpine Linux known for its lightweight footprint and security focus often presents a

3 min read 06-09-2024 67
Is there a best practice on setting up glibc on docker alpine linux base image?
Is there a best practice on setting up glibc on docker alpine linux base image?

Anaconda ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

Conda Import Error usr lib64 libstdc so 6 version GLIBCXX 3 4 21 not found Solved This error Import Error usr lib64 libstdc so 6 version GLIBCXX 3 4 21 not foun

2 min read 05-09-2024 48
Anaconda ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found
Anaconda ImportError: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

/lib/libstdc++.so.6: no version information available

Resolving lib libstdc so 6 no version information available in Buildroot This article delves into a common issue encountered during cross compilation using Buil

2 min read 05-09-2024 50
/lib/libstdc++.so.6: no version information available
/lib/libstdc++.so.6: no version information available

Error "cannot find /usr/lib/libc_nonshared.a" when installing cmake

cannot find usr lib libc nonshared a Error When Installing C Make Troubleshooting and Solutions This article addresses a common error encountered while installi

3 min read 02-09-2024 54
Error "cannot find /usr/lib/libc_nonshared.a" when installing cmake
Error "cannot find /usr/lib/libc_nonshared.a" when installing cmake

how to debug "*** buffer overflow detected ***: program_name terminated" along with _FORTIFY_SOURCE=2

Unraveling buffer overflow detected Errors with FORTIFY SOURCE 2 The dreaded buffer overflow detected program name terminated error message can be a programmers

3 min read 31-08-2024 61
how to debug "*** buffer overflow detected ***: program_name terminated" along with _FORTIFY_SOURCE=2
how to debug "*** buffer overflow detected ***: program_name terminated" along with _FORTIFY_SOURCE=2

How to resolve glibc errors in conda enviroment installation?

Navigating Glibc Conflicts in Conda Environments A Practical Guide Conda environments are a powerful tool for managing dependencies in Python projects However y

2 min read 30-08-2024 62
How to resolve glibc errors in conda enviroment installation?
How to resolve glibc errors in conda enviroment installation?

Use spack installed packages on older OS / ship glibc with spack repository?

Solving the Glibc Version Mismatch Headache Using Spack Across Diverse Linux Environments This article will delve into the common problem of using Spack install

2 min read 28-08-2024 51
Use spack installed packages on older OS / ship glibc with spack repository?
Use spack installed packages on older OS / ship glibc with spack repository?