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.

Openssl

General support and discussion of Eggdrop bots.
Post Reply
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Openssl

Post by intel »

I have openssl in my home dir. I installed the patch and want to compile the eggdrop but when I do ./configure I get
configure: error: OpenSSL was not found. Please supply a pathname to OpenSSL

How to I tell it where openssl is? I tried
export PATH=$PATH:/home/intel/openssl-0.9.8g

TIA
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

The configure-script does not use the path-setting for searching for various libraries, but rather checks "common" locations. In the case where the library-files are installed elsewhere, such as in your case, you'll have to use options such as --with-ssl=/path/to/ssl/

You'll probably also have to set the LD_LIBRARY_PATH env. to include the same directory whenever you attempt to start your eggie, unless you link the libraries statically.
NML_375
i
intel
Halfop
Posts: 57
Joined: Tue Feb 26, 2008 11:51 pm

Post by intel »

Can you tell me how to do that? If I do whereis openssl I get:
openssl: /usr/bin/openssl /usr/X11R6/bin/openssl /usr/bin/X11/openssl /usr/include/openssl /usr/share/man/man1/openssl.1ssl.gz


Thanks
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Thought you said you installed openssl in your home directory?

Anyway, given the info provided in your first post, you'd have to add this option:
--with-ssl=/home/intel/openssl-0.9.8g/
NML_375
Post Reply