Slackware HowTo

Verify dependencies before running a SlackBuild on Slackware

Reduce build failures by checking dependencies, install order, and missing libraries.

1. Goal

Reduce build failures by checking dependencies, install order, and missing libraries.

2. Files and components involved

README
file .info
ldd
queue di build

3. Operational flow

read README and .info
note REQUIRES
check libraries with ldd
prepare build order

4. Operational verification

find /var/log/packages -iname nome-dipendenza
ldd binario oppure test build controllato

5. Practical notes

On Slackware, it is worth noting the package, version, source, and build output before updating or cleaning.

Writing down where a package comes from avoids a lot of confusion when you have to troubleshoot or rebuild a system months later.

Quick checklist

[ ] Backup or copy of the existing configuration completed
[ ] Files and commands updated as expected
[ ] Local test completed successfully
[ ] Logs or final output verified
[ ] Rollback procedure documented

Back to the Linux HowTo section