PHP5 installation problem

Hello, I have already turned off but...

ks26910# cd /usr/ports/ports-mgmt/portmaster
ks26910# make deinstall
===> Deinstalling for ports-mgmt/portmaster
/usr/local/sbin/pkg: not found
===> portmaster not installed, skipping
ks26910# make config


┌────────────────────────────────────────────────────────────────────┐
│ Options for portmaster 3.14_6 │
│ ┌────────────────────────────────────────────────────────────────┐ │
│ │ [X] BASH Install programmable completions for Bash │ │
│ │ [ ] PKGNGPATCH Enable PKGNG support │ │
│ │ [ ] ZSH Install programmable completions for zsh │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
│ │ │ │
├─└────────────────────────────────────────────────────────────────┘─┤
│ OK [Cancel] │
└────────────────────────────────────────────────────────────────────┘

===> Options unchanged
ks26910# make install
===> License BSD accepted by the user
===> Found saved configuration for portmaster-3.14_6
===> portmaster-3.14_6 depends on file: /usr/local/sbin/pkg - not found
===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg
===> pkg-1.0.1 not supported on 7.x or early 8.0.
*** Error code 1

Stop in /usr/ports/ports-mgmt/pkg.
*** Error code 1

Stop in /usr/ports/ports-mgmt/portmaster.
*** Error code 1

Stop in /usr/ports/ports-mgmt/portmaster.
 
Well you might want to remove it with the [CMD=""]pkg_delete[/CMD] command then.

Code:
pkg_delete -f portmaster-3.14_6
cd /usr/ports/ports-mgmt/portmaster
make rmconfig clean distclean
make install clean
 
Reinstall ports-mgmt/portmaster.
# pkg_delete -f portmaster
# cd /usr/ports/ports-mgmt/portmaster
# make rmconfig
# make clean
# make install clean

Make sure you deselect PKGNG option at the last step if it's selected for some reason.
 
Hello,
The problem is now fixed, thanks you much much much all.
Thanks for help guys, is so appreciated
 
Back
Top