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 with the required package and all the support docs.
  I went to install links and this is what happened:

 EJINSIDE# pkg_add -r links
 /usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found

 I decide to try and do the the same to get bash and the exact same
 thing happened.

 I did a google search and found an identical error posted on some
 russian BSD forums, however I was unable interpret the dialog.  I
 also found other errors that were similar but with different files. 
 Being new to FreeBSD these did make much sense to me.

 So this brings me to the crux of the matter.  How do I find out what
 exactly is wrong? and how do I fix it?

 Any help appreciated.

Have you turned off some features via /etc/make.conf or didn't cvsup 
src-all.

I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3

which was produced in my last buildworld and added to /usr/lib.

Kent


 Elijah
 /[EMAIL PROTECTED] (not a subscriber so email me directly as well
 as the list)/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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.
I went to install links and this is what happened:
EJINSIDE# pkg_add -r links
/usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
I decide to try and do the the same to get bash and the exact same
thing happened.
I did a google search and found an identical error posted on some
russian BSD forums, however I was unable interpret the dialog.  I
also found other errors that were similar but with different files. 
Being new to FreeBSD these did make much sense to me.

So this brings me to the crux of the matter.  How do I find out what
exactly is wrong? and how do I fix it?
Any help appreciated.
   

Have you turned off some features via /etc/make.conf or didn't cvsup 
src-all.

I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3
which was produced in my last buildworld and added to /usr/lib.
Kent
 

Elijah
/[EMAIL PROTECTED] (not a subscriber so email me directly as well
as the list)/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 freak and did a custom install of FreeBSD
4.10 over the net with the required package and all the support docs.
I went to install links and this is what happened:
EJINSIDE# pkg_add -r links
/usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
I decide to try and do the the same to get bash and the exact same
thing happened.
I did a google search and found an identical error posted on some
russian BSD forums, however I was unable interpret the dialog.  I
also found other errors that were similar but with different files. 
Being new to FreeBSD these did make much sense to me.

So this brings me to the crux of the matter.  How do I find out what
exactly is wrong? and how do I fix it?
Any help appreciated.
   

Have you turned off some features via /etc/make.conf or didn't cvsup 
src-all.

I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3
which was produced in my last buildworld and added to /usr/lib.
Kent
 

Elijah
/[EMAIL PROTECTED] (not a subscriber so email me directly as well
as the list)/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

There are a number of possibilities. You might not have installed all of 
the sources and features that you needed when you created the system. 
There is a cvsup tag of RELENG_4_10 that will follow the security tree 
for 4.10. 

Most of these operations are easy once you have a basic understanding of 
the process of maintaining a system. There is a freebsd-newbies list 
that might help get you started.

Since the system can't find the library you are having problems with, it 
becomes a function of what is the easiest way to get it working. It 
looks like you chose to little when you did the install.  Being a 
control freak is ok but when you are getting started, a custom install 
may not work.

Using cvsup to grab the latest code and then following the instructions 
in Chapter 19 is one way of doing this. Other people may have different 
ideas and I don't know what would be the fastest on your end. 

Kent


 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 freak and did a custom install of FreeBSD
 4.10 over the net with the required package and all the support
  docs. I went to install links and this is what happened:
 
 EJINSIDE# pkg_add -r links
 /usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
 
 I decide to try and do the the same to get bash and the exact same
 thing happened.
 
 I did a google search and found an identical error posted on some
 russian BSD forums, however I was unable interpret the dialog.  I
 also found other errors that were similar but with different files.
 Being new to FreeBSD these did make much sense to me.
 
 So this brings me to the crux of the matter.  How do I find out
  what exactly is wrong? and how do I fix it?
 
 Any help appreciated.
 
 Have you turned off some features via /etc/make.conf or didn't cvsup
 src-all.
 
 I have a
 /usr/obj/usr/src/i386/usr/lib/libssl.so.3
 
 which was produced in my last buildworld and added to /usr/lib.
 
 Kent
 
 Elijah
 /[EMAIL PROTECTED] (not a subscriber so email me directly as well
 as the list)/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 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.
I went to install links and this is what happened:
EJINSIDE# pkg_add -r links
/usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
I decide to try and do the the same to get bash and the exact same
thing happened.
I did a google search and found an identical error posted on some
russian BSD forums, however I was unable interpret the dialog.  I
also found other errors that were similar but with different files. 
Being new to FreeBSD these did make much sense to me.

So this brings me to the crux of the matter.  How do I find out what
exactly is wrong? and how do I fix it?
Any help appreciated.
   

Have you turned off some features via /etc/make.conf or didn't cvsup 
src-all.

I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3
which was produced in my last buildworld and added to /usr/lib.
Kent
 

Elijah
/[EMAIL PROTECTED] (not a subscriber so email me directly as well
as the list)/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

There are a number of possibilities. You might not have installed all of 
the sources and features that you needed when you created the system. 
There is a cvsup tag of RELENG_4_10 that will follow the security tree 
for 4.10. 

Most of these operations are easy once you have a basic understanding of 
the process of maintaining a system. There is a freebsd-newbies list 
that might help get you started.

Since the system can't find the library you are having problems with, it 
becomes a function of what is the easiest way to get it working. It 
looks like you chose to little when you did the install.  Being a 
control freak is ok but when you are getting started, a custom install 
may not work.

Using cvsup to grab the latest code and then following the instructions 
in Chapter 19 is one way of doing this. Other people may have different 
ideas and I don't know what would be the fastest on your end. 

Kent
 

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 freak and did a custom install of FreeBSD
4.10 over the net with the required package and all the support
docs. I went to install links and this is what happened:
EJINSIDE# pkg_add -r links
/usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
I decide to try and do the the same to get bash and the exact same
thing happened.
I did a google search and found an identical error posted on some
russian BSD forums, however I was unable interpret the dialog.  I
also found other errors that were similar but with different files.
Being new to FreeBSD these did make much sense to me.
So this brings me to the crux of the matter.  How do I find out
what exactly is wrong? and how do I fix it?
Any help appreciated.
   

Have you turned off some features via /etc/make.conf or didn't cvsup
src-all.
I have a
/usr/obj/usr/src/i386/usr/lib/libssl.so.3
which was produced in my last buildworld and added to /usr/lib.
Kent
 

Elijah
/[EMAIL PROTECTED] (not a subscriber so email me directly as well
as the list)/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
   

 

Thats for that, I'll try cvsup and failing that I will do a user install.
Elijah
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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, shared
libraries, kernel and all with about a dozen commands and one reboot.
Read all about how to do that here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html

Of course, you don't have to do any of that, but it can be incredibly
convenient for keeping things up to date.

If you're wondering what the other thing is, it's the ports system.

(Nb. Any similarity to Gentoo's e-merge system is entirely deliberate.
They copied us.)

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpbi6Bz8Zr0P.pgp
Description: PGP signature


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,
 Simon


signature.asc
Description: Digital signature


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.  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.  I went 
to install links and this is what happened:

Um, when you say custom install do you mean that when you selected the 
install method you selected Custom  Begin a custom installation 
(for experts)?  If so, the first thing you should do is start over and 
do a Standard install, or you will be plagued by little problems like 
this until you ARE and expert.  A Standard install will let you 
customize almost anything you might wish to customize, but will then 
handle the details for you.  Custom install is for people who want to 
do unusual things with those details.

EJINSIDE# pkg_add -r links
/usr/libexec/ld-elf.so.1: Shared object libssl.so.3 not found
I decide to try and do the the same to get bash and the exact same thing 
happened.

I did a google search and found an identical error posted on some 
russian BSD forums, however I was unable interpret the dialog.  I also 
found other errors that were similar but with different files.  Being 
new to FreeBSD these did make much sense to me.

So this brings me to the crux of the matter.  How do I find out what 
exactly is wrong? and how do I fix it?

A good first step with this sort of thing is to go to the FreeBSD web 
site and search there, including the mailing list archives, the 
Handbook, and the FAQ.  May not find you the answer, but it has a good 
chance of it, and you will learn something useful in the process, even 
if it's not what you set out to learn.

If that doesn't work, ask on this list...
Any help appreciated.
OK.  The short answer is Install the OpenSSL package (or port).
E.g. become root, run /stand/sysinstall, and do a post-install 
configuration, which will let you install additional packages.  There 
are other ways to do it, but that's probably the one least likely to 
generate more mysteries.  Installing the Crypto distribution might 
also be a good solution.

Hope that helps.
- Bob
Elijah
/[EMAIL PROTECTED] (not a subscriber so email me directly as well as 
the list)/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]