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.

./configure problem

Old posts that have not been replied to for several years.
Locked
j
jimmy
Voice
Posts: 12
Joined: Mon Mar 04, 2002 8:00 pm

./configure problem

Post by jimmy »

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
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Eggdrop doesn't use OpenSSL -- also, you sound like someone who shouldn't have root on those machines.
j
jimmy
Voice
Posts: 12
Joined: Mon Mar 04, 2002 8:00 pm

Post by jimmy »

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.
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

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 »

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 :wink:
K
Kripton
Voice
Posts: 28
Joined: Tue Jan 06, 2004 6:54 am

Post by Kripton »

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 :P

Perhaps you should try to disable the SSH-Support ^^
G
Grisnak

Post by Grisnak »

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... :)
Locked