ldconfig not found dpkg error #12

Closed
opened 2023-06-16 04:59:55 +00:00 by jon_nfc · 12 comments
jon_nfc commented 2023-06-16 04:59:55 +00:00 (Migrated from gitlab.com)

correct the error during apt install from dpkg that reports ldconfig not found in path.

the file doesn't exist in the image, so add it back. the following fixes the issue completely


apt-get download libc-bin

dpkg --extract ./libc-bin_*.deb ./deb

cp ./deb/sbin/ldconfig /sbin/

apt-get install --reinstall libc-bin

correct the error during apt install from dpkg that reports ldconfig not found in path. the file doesn't exist in the image, so add it back. the following fixes the issue completely ```bash apt-get download libc-bin dpkg --extract ./libc-bin_*.deb ./deb cp ./deb/sbin/ldconfig /sbin/ apt-get install --reinstall libc-bin ```
jon_nfc commented 2023-06-16 05:00:07 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jon_nfc commented 2023-06-16 05:08:49 +00:00 (Migrated from gitlab.com)

12-fix-ldconfig-error.patch patch to fix

automated edit: patched removed as MR has been created, see !81

12-fix-ldconfig-error.patch patch to fix > automated edit: patched removed as MR has been created, see !81
jon_nfc commented 2023-06-28 04:09:05 +00:00 (Migrated from gitlab.com)

assigned to @jon_nfc

assigned to @jon_nfc
nfc_bot commented 2023-07-01 03:10:41 +00:00 (Migrated from gitlab.com)

mentioned in merge request !81

mentioned in merge request !81
jon_nfc commented 2023-07-01 03:12:13 +00:00 (Migrated from gitlab.com)

mentioned in commit 9705f44c8a

mentioned in commit 9705f44c8ac379268ab3e027b130ee438d0c8c89
jon_nfc commented 2023-07-01 03:12:13 +00:00 (Migrated from gitlab.com)

mentioned in commit 0c05490bd9

mentioned in commit 0c05490bd9c11924c16a6341bdaa1f8ed1d83c58
nfc_bot commented 2023-07-01 03:12:15 +00:00 (Migrated from gitlab.com)

G'day @jon_nfc,

The patch that you had within your comment will be removed as a Merge Request has been created using your patch, see !81.

G'day @jon_nfc, The patch that you had within your comment will be removed as a Merge Request has been created using your patch, see !81.
nfc_bot commented 2023-07-01 03:12:15 +00:00 (Migrated from gitlab.com)

added 5s of time spent

added 5s of time spent
jon_nfc commented 2023-07-01 03:13:57 +00:00 (Migrated from gitlab.com)

updated patch including git ignoring the patches

12-fix-ldconfig-error.patch

updated patch including git ignoring the patches [12-fix-ldconfig-error.patch](/uploads/0831832f96ee0acf7ec929f5302e7f89/12-fix-ldconfig-error.patch)
jon_nfc commented 2023-07-01 03:19:05 +00:00 (Migrated from gitlab.com)

mentioned in issue git_configuration#20

mentioned in issue git_configuration#20
jon_nfc commented 2023-07-04 03:29:01 +00:00 (Migrated from gitlab.com)

mentioned in commit ed62936d69

mentioned in commit ed62936d697968e7721e130045250f3926e34923
jon_nfc commented 2023-07-04 03:37:25 +00:00 (Migrated from gitlab.com)

mentioned in commit 592634dfd8

mentioned in commit 592634dfd8826d44bf0a10fa419f565133d40793
jon_nfc (Migrated from gitlab.com) closed this issue 2023-07-04 03:37:25 +00:00
jon_nfc (Migrated from gitlab.com) closed this issue 2023-07-04 03:37:25 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: docker/execution_environment#12
No description provided.