This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
jimmy
Voice
Posts: 12 Joined: Mon Mar 04, 2002 8:00 pm
Post
by jimmy » Sat May 03, 2003 3:29 pm
I have latest eggdrop, I patched it with the ssl patch then I tried to ./configure and got this error:
configure: error: OpenSSL was not found. Please supply a pathname to OpenSSL
I checked the host box and it says "openssl is already the newest version"
So my question is how do I find out where openssl is on my box, and second, how do I add the path?
I have root on the host box and it is running linux debian. I also get the same error from a redhat 8.0 box as well. Any help would be appreciated.
thanks
jimmy
guppy
eggdrop engineer
Posts: 199 Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:
Post
by guppy » Sun May 04, 2003 10:24 am
Eggdrop doesn't use OpenSSL -- also, you sound like someone who shouldn't have root on those machines.
jimmy
Voice
Posts: 12 Joined: Mon Mar 04, 2002 8:00 pm
Post
by jimmy » Mon May 05, 2003 2:59 pm
Thanks for the helpful reply. I should get a job working for you and posting on boards as to who is qualified to have root on boxes. You seem to be quite the expert at it.
ppslim
Revered One
Posts: 3914 Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England
Post
by ppslim » Mon May 05, 2003 4:09 pm
I think what he is trying to get at is.
If you have root, you should be at a level, where you know how to find the information you require.
Aditionaly. The patch in question is unofficial, and as such, unsupported.
s
snyfer
Post
by snyfer » Sun Jan 04, 2004 5:48 pm
big up for this thread, but... i have exactly the same problem here and i really don't know how to deal with this
big thx for the first who will be able to help me
Kripton
Voice
Posts: 28 Joined: Tue Jan 06, 2004 6:54 am
Post
by Kripton » Tue Jan 06, 2004 7:02 am
For seeing the path to OpenSSL type:
"whereis openssl"
in your box's shell!
For what your EggDrop needs OpenSSL and how to add the path, don't ask me
Perhaps you should try to disable the SSH-Support ^^
G
Grisnak
Post
by Grisnak » Thu Jan 22, 2004 8:31 am
I usually see ppl with this problem..
..
if ur using redhat/mandrake make sure you have the
this at least is what is needed on mdk 9.2.. I guess it's much the same for redhat/suse..
libopenssl-devel
libopenssl-static-devel
rpm installed.. that is, if you've installed via rpm in the first place..
It's usually because ppl forget they need the development libraries to actually use the exported openssl methods...