[AWS] Installing AWS

Pascal Obry pascal at obry.net
Thu Jun 28 19:48:06 CEST 2012


Marius,

> Ok, thanks. So, in config/makefile there is a line
> 
> LPATH = $(dir $(shell $(GCC) -print-file-name=libssl.a))
> 
> I have a nice "libssl.a" at "/usr/local/ssl/lib" so I changed the line to
> 
> LPATH = /usr/local/ssl/lib
> 
> and redone make SOCKET=openssl setup, make. No luck, same error
> (...ld: cannot find -lssl)

No, you want to change the line that reads:

   echo '   R_SSL_Lib := "ssl";' >> $(LIBGPR)

Do a make clean, then setup and build...

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B



More information about the AWS mailing list