Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - pkg_add and Perl: Page 1 of 2 (2 Items)
   
pkg_add and Perl  
in QNX6.4.1 I install botstrap from binary and try to install some downloaded binary packages by pkg_add

#pkg_add -v /path_to_package_archive/name_of_archive

but had the problem

pkg_add: no pkg found for perl>=5.0
pkg_add: Can't install dependency perl>=5.0
pkg_add: 1 package addittion filed

and another time like

pkg_add: no pkg found for mktemp>=1.5
pkg_add: Can't install dependency mktemp>=1.5
pkg_add: 1 package addittion filed


Where my mistake? Thankg you.