Changes between Version 1 and Version 2 of Ticket #21730, comment 1
- Timestamp:
- Jun 16, 2023 5:17:15 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21730, comment 1
v1 v2 6 6 'scl enable gcc-toolset-11 bash' 7 7 8 {{{ 8 9 # echo $PATH 9 10 /opt/rh/gcc-toolset-11/root/usr/bin:/usr/share/Modules/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin … … 17 18 # dmesg | tail -1 18 19 [ 768.615619] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 0000000082562b93, val ffffffffc0b29c84 20 }}}