View Issue Details

IDProjectCategoryView StatusLast Update
0002362unrealinstallingpublic2005-08-19 14:53
Reporterbalmung001 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2-beta18 
Summary0002362: configure disabled openssl even if it was found before.
DescriptionI've tried enabling ssl, and in the configure it find openssl in the prechecks of the configure.

It find openssl as I specified in the ./Config:
configure:2153: checking for openssl
configure:2171: found /usr/bin/openssl
configure:2183: result: /usr/bin/openssl

then later on it reports:
configure:9707: checking for openssl
configure:9731: result: not found
configure:9733: WARNING: disabling ssl support
configure:9534: result: yes
configure:9707: checking for openssl
configure:9731: result: not found
configure:9733: WARNING: disabling ssl support
Steps To ReproduceIn the log it shows this as the configure command:

./configure --enable-nospoof --enable-hub --enable-ssl=/usr/bin/openssl
--enable-prefixaq --with-listen=5 --with-dpath=/home/ircd/Unreal3.2 --with-spath=/home/ircd/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ds3978.hostname.net.au
--with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking
3rd party modules

Activities

syzop

2005-02-22 16:40

administrator   ~0009249

I guess it found the ssl binary but not the ssl _developer_ libraries/header files? :P

[ yum install openssl-devel ]

Issue History

Date Modified Username Field Change
2005-02-22 15:21 balmung001 New Issue
2005-02-22 16:40 syzop Note Added: 0009249
2005-08-19 14:53 syzop Status new => closed
2005-08-19 14:53 syzop Resolution open => unable to duplicate