For some reason, your system doesn't appear to have OpenSSL installed. Edit Makefile and remove this line:
CFLAGS += -lssl -g -O0 On Tue, Jul 29, 2014 at 1:52 AM, luciano de souza <[email protected]> wrote: > I tried to compile in Linux. > > After "make server" in the folder "example", I got the following error: > > /usr/bin/ld: -lssl is not found > collect2: error: ld returned 1 exit status > make: ** [server] Error 1 > > I don't know if I am failing in a obvious aspect, but I really don't > understand anything about C compilations. > > Am I still far? > > 2014-07-28 9:38 GMT-03:00, Sergey Lyubka <[email protected]>: > > Hi mongoose-users, > > > > Mongoose 5.4 has been released today. > > Release notes are published at > http://cesanta.com/docs/ReleaseNotes.shtml > > Thanks to all contributors! > > > > Have a productive week, > > Sergey. > > > > -- > > You received this message because you are subscribed to the Google Groups > > "mongoose-users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at http://groups.google.com/group/mongoose-users. > > For more options, visit https://groups.google.com/d/optout. > > > > > -- > Luciano de Souza > > -- > You received this message because you are subscribed to the Google Groups > "mongoose-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/mongoose-users. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "mongoose-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mongoose-users. For more options, visit https://groups.google.com/d/optout.
