[HELP] I have Problem to install asterisk 1.2.6

Hi.
I have a problem when I’m installing asterisk 1.2.6. I’m using fedora core 2 (kernel 2.6.5.1).

After:

make

This is the output:

make[1]: libdb1.a' is up to date. make[1]: Leaving directory/root/Desktop/asterisk-1.2.6/db1-ast’
make[1]: Entering directory /root/Desktop/asterisk-1.2.6/stdtime' make[1]:libtime.a’ is up to date.
make[1]: Leaving directory `/root/Desktop/asterisk-1.2.6/stdtime’
build_tools/make_build_h > include/asterisk/build.h.tmp
if cmp -s include/asterisk/build.h.tmp include/asterisk/build.h ; then echo ; else
mv include/asterisk/build.h.tmp include/asterisk/build.h ;
fi
rm -f include/asterisk/build.h.tmp
gcc -c -o buildinfo.o -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I…/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -fomit-frame-pointer buildinfo.c
gcc -g3 -o asterisk -Wl,-E io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o dsp.o chanvars.o indications.o autoservice.o db.o privacy.o astmm.o enum.o srv.o dns.o aescrypt.o aestab.o aeskey.o utils.o plc.o jitterbuf.o dnsmgr.o devicestate.o netsock.o slinfactory.o ast_expr2.o ast_expr2f.o cryptostub.o buildinfo.o editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a -ldl -lpthread -lncurses -lm -lresolv -lssl
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make: *** [asterisk] Error 1

What could be wrong? Thanks
Fabrizio

try running “yum -y install openssl openssl-devel” :wink:

Stoyan