Hello, people.
Sorry - I know that there are a lot of topics like this one - but I'll wish to post this one.
So - here is a problem. One friend of mine asked me to see what happened with his server.
When I tried to run
There are also Apache and MySQL servers, Nginx and others. So, I tried to do next (on wget for example):
Then I just reinstalled it by
It solved (?) the problem with wget... I mean - it now displays normally in pkg_version and pkg_info.
Is it a good solution to solve that problem?
Just note please - there are really a lot of broken dependencies. And I'm not sure it is a good idea to rebuild Perl, Python, MySQL, Apache etc. Also, the problem is that a lot of them are not being updated very often...
Thanks for any tips.
Sorry - I know that there are a lot of topics like this one - but I'll wish to post this one.
So - here is a problem. One friend of mine asked me to see what happened with his server.
When I tried to run
# pkg_version -l '<'
I got a lot of errors like:
Code:
pkg_version: the package info for package 'proftpd-1.3.4d' is corrupt
pkg_version: the package info for package 'python26-2.6.6' is corrupt
pkg_version: the package info for package 'rar-4.0b6,2' is corrupt
There are also Apache and MySQL servers, Nginx and others. So, I tried to do next (on wget for example):
# rm -rf /var/db/pkg/wget-1.14
# rm -rf /var/db/pkg/wget-1.14_2/
Then I just reinstalled it by
# cd /usr/ports/ftp/wget && make install clean
.It solved (?) the problem with wget... I mean - it now displays normally in pkg_version and pkg_info.
Is it a good solution to solve that problem?
Just note please - there are really a lot of broken dependencies. And I'm not sure it is a good idea to rebuild Perl, Python, MySQL, Apache etc. Also, the problem is that a lot of them are not being updated very often...
Thanks for any tips.