On Thursday 16 Sep 2010, Nikhil wrote: > Hi > I got the bellow error when I try to configure asterisk code. > > $./configure --with-ssl=/usr/local/ssl > ... > ... > ... > checking for mandatory modules: OPENSSL... fail > > configure: *** > configure: *** The OPENSSL installation appears to be missing or broken. > configure: *** Either correct the installation, or run configure > configure: *** including --without-ssl. > > I installed openssl in "/usr/local/ssl/" . > > Please help me to resolve this as I need to configure asterisk with SIP > in TLS ,I am using 1.8 beta5 version . Or give some link where I am > find how to make asterisk to work with SIP on TLS.
Did you remember to run ldconfig after installing ssl? What OS are you running? If some kind of Linux, why not just install the openssl and openssl-devel packages? -- AJS -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
