Can't install WGET package (or other one)
-
Hello,
I need to user wget (and others one), but I think I am confronted with a spirit of dependence :
pkg_add -r wget
Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/wget.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.2-release/Latest/wget.tbz' by URLso I've done :
setenv PACKAGESITE ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/
pkg_add -r redir
Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/redir.tbz… Done.
pkg_add: package 'redir-2.2.1_2' or its older version already installedpkg_version -v
cd /usr/local/lib
and finally :
pkg_add -r wget
Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/wget.tbz… Done.
pkg_add: warning: package 'wget-1.11' requires 'libiconv-1.11_1', but 'libiconv-1.9.2_2' is installed
pkg_add: warning: package 'wget-1.11' requires 'gettext-0.16.1_3', but 'gettext-0.14.5_2' is installedHave you any idea on how to solve this problem?
Thank you :) -
pkg_add
libiconv-1.11_1 & gettext-0.16.1_3 -
pkg_add -r libiconv-1.11_1 Error: FTP Unable to get ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/libiconv-1.11_1.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/libiconv-1.11_1.tbz' by URL
-
You can search here.
http://portsmon.freebsd.org/portoverview.py?category=&portname=libiconv&wildcard=
It shows.
ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/libiconv-1.11_1.tbz
You can then.
setenv PACKAGESITE ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/
Then hope for the best.
pkg_add -r libiconv-1.11_1.tbz -
pkg_add -r libiconv-1.11_1.tbz
Fetching ftp://ftp4.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/All/libiconv-1.11_1.tbz… Done.
pkg_add: package 'libiconv-1.11_1' or its older version already installedFor example if I launch nano :
nano
/libexec/ld-elf.so.1: Shared object "libintl.so.8" not found, required by "nano"
-
Now i remember you….......
Use this version of pfSense
http://cvs.pfsense.org/~sullrich/testing_images/6/FreeBSD_RELENG_6_3/pfSense_RELENG_1_2/ -
I don't really understand what that means :s ?
-
Stop bothering with wget, use fetch. It's already on the box.
-
I did not know, I think that WGET was universal.
No solution for my original problem because I've others issues with this lib :/
-
Wget isn't universal, its just what all the linux distributions use and so that's what you're familiar with. Learn to use fetch, its simple.
-
In the beginning I want to correct my problem starting, because I can not install any package. (I am not against the use of fetch)