Actions
Feature #140
closedNeed init script to run ldconfig on boot
Status:
Closed
Priority:
Immediate
Assignee:
Category:
04 - Root File System
Target version:
Start date:
29 Nov 2012
Due date:
% Done:
100%
Estimated time:
Severity:
Critical
Description
ldconfig is not run in the Buildroot build because the host ldconfig is used (the cross toolchain does not have the proper layout nor a host-ldconfig for Buildroot to use instead) but doesn't work right. So ldconfig needs to run at boot time. It definitely should be run on first boot. It's not clear if it should be made to run on every boot, but probably not. Any installed apps can run it manually on installation.
Updated by Hammel almost 12 years ago
- % Done changed from 0 to 50
Added /sbin/ldconfig to firstboot. Not tested yet.
Updated by Hammel almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
S11firstboot runs ldconfig on the first boot. It shouldn't need to be run again after that unless an opkg needs it, but then the opkg install should handle that.
Actions