I'd like to install phpMyAdmin with
I when I search for phpMyAdmin it is reportedly in the repos.
And although I believe that
I'm trying to avoid using the ports tree, but I'm stuck and hoping someone in the forum can help. Thanks in advance.
pkg but I when I run pkg install phpMyAdmin I get the following error message:
Code:
pkg: Missing dependency matching 'print/pdflib'
pkg: Missing dependency matching 'print/pecl-pdflib'
pkg: No packages matching 'phpMyAdmin' available in the repositories
I when I search for phpMyAdmin it is reportedly in the repos.
Code:
#> pkg search phpMyAdmin
phpMyAdmin-4.2.2
And although I believe that
pkg installs necessary binaries by default I tried to install pdflib manually:
Code:
#> pkg install pdflib
Updating repository catalogue
pkg: No packages matching 'pdflib' available in the repositories
#> pkg install pecl-pdflib
Updating repository catalogue
pkg: Missing dependency matching 'print/pdflib'
pkg: No packages matching 'pecl-pdflib' available in the repositori
I'm trying to avoid using the ports tree, but I'm stuck and hoping someone in the forum can help. Thanks in advance.