Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1487 - Image Builder - package dependency #6452

Closed
openwrt-bot opened this issue Apr 12, 2018 · 2 comments
Closed

FS#1487 - Image Builder - package dependency #6452

openwrt-bot opened this issue Apr 12, 2018 · 2 comments
Labels

Comments

@openwrt-bot
Copy link

RalfHS:

Using the Image Builder causes the following error:

test@ws-i-test-debian:~/lede$ ./scripts/feeds install -a
Collecting package info: done
Collecting target info: done
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
Installing all packages from feed packages.
Installing package 'acl' from packages
Installing package 'attr' from pac ...

@openwrt-bot
Copy link
Author

jow-:

These are warnings and no errors.

@openwrt-bot
Copy link
Author

openalmeida:

for rhel/centos/fedora, try `yum install libssh2-devel`.

for other Linux distro,
package name may be different,
but relate to install library of ssh2,
check it out yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant