Results 11 to 17 of 17
I dind't look at the man of portupgrade, however I installed it and execute the command like You've said:
Code:
# cvsup -g -L 2 /root/ports-supfile
# portupgrade -aRr
# ...
- 08-31-2005 #11Just Joined!
- Join Date
- Jul 2005
- Posts
- 30
I dind't look at the man of portupgrade, however I installed it and execute the command like You've said:
Still the error:Code:# cvsup -g -L 2 /root/ports-supfile # portupgrade -aRr # cd /usr/ports/www/firefox # make install clean
I believe nothing happened to perl... that's why I am still getting the error.Code:checking for perl... /usr/bin/perl /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl" configure: error: perl 5.x required for intltool ===> Script "configure" failed unexpectedly. Please direct the output of the failure of the make command to a file, and then feed that file to the gnomelogalyzer, available from http://www.freebsd.org/gnome/gnomelogalyzer.sh, which will diagnose the problem and suggest a solution. If - and only if - the gnomelogalyzer cannot solve the problem, report the problem to the FreeBSD GNOME team at gnome@FreeBSD.org, and attach "/usr/ports/textproc/intltool/work/intltool-0.34.1/config.log" and the output of the failure of the make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/textproc/intltool. *** Error code 1 Stop in /usr/ports/www/firefox.
What should I do next???
Thanks
- 08-31-2005 #12Just Joined!
- Join Date
- Jul 2005
- Posts
- 30
Also, this what I got from # perl-V:
Looks like perl is not installed, but as I've said /var/bd/pkg is telling me that perl5.6.2_2 and perl5.8.7 are installed...Code:PCBSD# perl -v /libexec/ld-elf.so.1: Shared object "libperl.so" not found, required by "perl
What should I do next?
Thanks
- 08-31-2005 #13Just Joined!
- Join Date
- Aug 2005
- Posts
- 83
Try this:
Originally Posted by melopll
# pkg_info |grep perl
see what versions of perl you have "installed" and delete them similar to the following:
# pkg_delete perl5.6.2_2 && pkg_delete perl5.8.7
# pkg_add -r perl
I had a similar problem with perl after upgrading my FreeBSD system to the -STABLE branch, I basically deleted perl and reinstalled it like shown above.
- 09-01-2005 #14Just Joined!
- Join Date
- Jul 2005
- Posts
- 30
Is it possible to install the perl versions with the ports? Isn't better anyeway???
Thanks.
PS. the 2 versions You mentioned are the ones that are installed.
- 09-01-2005 #15Just Joined!
- Join Date
- Jul 2005
- Posts
- 30
New problem:
Originally Posted by !=
What I have to do now?Code:===> Verifying install for nss3 in /usr/ports/security/nss ===> Vulnerability check disabled, database not found => nss-3.10.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch from http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/. fetch: http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: size mismatch: expected 3622612, actual 3622858 => Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/. fetch: http://www.gtlib.cc.gatech.edu/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: Non-recoverable resolver failure => Attempting to fetch from http://mozilla.gnusoft.net/security/nss/releases/NSS_3_10_RTM/src/. fetch: http://mozilla.gnusoft.net/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: No address record => Attempting to fetch from ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/. fetch: ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: size mismatch: expected 3622612, actual 3622858 => Attempting to fetch from ftp://ftp.belnet.be/packages/mozilla/security/nss/releases/NSS_3_10_RTM/src/. fetch: ftp://ftp.belnet.be/packages/mozilla/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: size mismatch: expected 3622612, actual 3622858 => Attempting to fetch from ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/security/nss/releases/NSS_3_10_RTM/src/. fetch: ftp://ftp.fh-wolfenbuettel.de/pub/www/mozilla/security/nss/releases/NSS_3_10_RTM/src/nss-3.10.tar.gz: size mismatch: expected 3622612, actual 3622858
Thank You.
PS. I have "deleted/reinstalled" perl as You said.
- 09-01-2005 #16Just Joined!
- Join Date
- Aug 2005
- Posts
- 83
I really dont know, but this is a specific problem, so dont ask me, It has nothing to do with perl if that's what you're thinking.
Try Google BSD.
- 09-01-2005 #17Just Joined!
- Join Date
- Jul 2005
- Posts
- 30
Oh no! I know is not a perl related problem... infact If I go # perl -V, I have Perl5 installed.
Now the problem is about the size of the downloads... I was wondering if someone can help...
Thank You.


Reply With Quote
