Check that you have openssl and openssl-devel installed on your server : rpm -qa | grep 'openssl'
If not, install them (sudo yum install -y openssl openssl-devel) 2013/11/1 David Benfell <[email protected]>: > Hi all, > > I'm trying to build apache-2.2.25 and I'm getting: > > .libs/ab.o: In function `main': > /home/benfell/httpd-2.2.25/support/ab.c:2239: undefined reference to > `TLSv1_1_client_method' > /home/benfell/httpd-2.2.25/support/ab.c:2241: undefined reference to > `TLSv1_2_client_method' > > My ./configure line is pretty simple, just because I haven't really > figured it out: > > ./configure --enable-modules=all --enable-ssl > > What am I missing? > > Thanks! > > -- > David Benfell <[email protected]> > Normally you should expect a GnuPG signature: > https://parts-unknown.org/node/2 But this mailer does not support it. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
