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.

SSL what to look for ?

Old posts that have not been replied to for several years.
Locked
o
optik
Voice
Posts: 12
Joined: Wed Jul 21, 2004 3:17 pm

SSL what to look for ?

Post by optik »

hello i have a lttle problem tried looking but nothing that should be found
anyways everytime i try to compile eggy i get

Code: Select all

configure: error: You requested SSL support, but OpenSSL was not found. Please supply a pathname to OpenSSL
now i have these installed

Code: Select all

	openssl 0.9.7a-20.2 	System Environment/Libraries 	The OpenSSL toolkit.
	openssl096b 0.9.6b-15 	System Environment/Libraries 	The OpenSSL toolkit.
	pyOpenSSL 0.5.1-8 	Development/Libraries 	Python wrapper module around the OpenSSL library
so i'm not sure why it's not working i tried specifying the path in configure but nothing but i'm not sure what exactly it should be pointing to what files are supposed to be in the dir etc... so pls help me out would probably work if i knew what to look for i've compiled it before but now been trying since last night and nothing
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

if you are using eggdrop1.6.17-ssl.diff, specify the SSL header & libs location by --with-ssl=yes if they are at default places (ssl.h in /usr/include or /usr/local/include, libcrypto.a and libssl.a in /usr/lib or /usr/local/lib), or by --with-ssl=/path/to/your/ssl/stuff (for example, if your SSL install procedure placed ssl.h in /usr/local/include/openssl, specify --with-ssl=/usr/local/include or --with-ssl=/usr/local)
Locked