FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Duggan
I am new to FreeBSD and am using it as linux has a problem with my setup that I was unable to resolve. Anyways, I am liking what I have read about FreeBSD. I am a bit of a control freak and did a custom install of FreeBSD 4.10 over the net with the required package and all the support docs.

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Kent Stewart
On Tuesday 27 July 2004 05:45 am, Duggan wrote: I am new to FreeBSD and am using it as linux has a problem with my setup that I was unable to resolve. Anyways, I am liking what I have read about FreeBSD. I am a bit of a control freak and did a custom install of FreeBSD 4.10 over the net

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Duggan
I tried cvsup src-all just now and it says command not found. Elijah Kent Stewart wrote: On Tuesday 27 July 2004 05:45 am, Duggan wrote: I am new to FreeBSD and am using it as linux has a problem with my setup that I was unable to resolve. Anyways, I am liking what I have read about FreeBSD. I

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Duggan
What is this buildworld stuff about? Elijah Kent Stewart wrote: On Tuesday 27 July 2004 05:45 am, Duggan wrote: I am new to FreeBSD and am using it as linux has a problem with my setup that I was unable to resolve. Anyways, I am liking what I have read about FreeBSD. I am a bit of a control

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Kent Stewart
On Tuesday 27 July 2004 06:16 am, Duggan wrote: I tried cvsup src-all just now and it says command not found. Cvsup is a port that you would have to add to your system. Before you worry about what you have, you might read Chapters 4 and 19 of the Handbook at

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Duggan
The file libssl.so.3 doesn't exist in either of the directories you suggested. In fact /usr/obj is a dead end. How would I do a full search? Elijah Kent Stewart wrote: On Tuesday 27 July 2004 05:45 am, Duggan wrote: I am new to FreeBSD and am using it as linux has a problem with my setup

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Duggan
Kent Stewart wrote: On Tuesday 27 July 2004 06:16 am, Duggan wrote: I tried cvsup src-all just now and it says command not found. Cvsup is a port that you would have to add to your system. Before you worry about what you have, you might read Chapters 4 and 19 of the Handbook at

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread J.D. Bronson
At 08:52 AM 07/27/2004, Duggan wrote: The file libssl.so.3 doesn't exist in either of the directories you suggested. In fact /usr/obj is a dead end. How would I do a full search? Elijah # find / -name libssl.so.3 -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Matthew Seaman
On Tue, Jul 27, 2004 at 09:47:35PM +0800, Duggan wrote: What is this buildworld stuff about? It's one of the two great things that makes FreeBSD stand out from the crowd. You can pull the latest system sources down from the net and compile, install and use a whole new system -- utilities,

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Simon Barner
EJINSIDE# pkg_add -r links /usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found It sound like you did not install the crypto package. To install it now, do the following: /stand/sysinstall -Configure-Distributions-crypto then select your ftp mirror, and you should be done. HTH,

Re: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found?

2004-07-27 Thread Bob Johnson
Date: Tue, 27 Jul 2004 20:45:50 +0800 From: Duggan [EMAIL PROTECTED] Subject: FreeBSD 4.10 pkg_add Shared object libssl.so.3 not found? To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] I am new to FreeBSD and am using it as linux has a problem with my setup that I was unable to resolve