[AWS] Installing AWS
Marius Amado-Alves
marius at amado-alves.info
Thu Jun 28 19:44:18 CEST 2012
>> Expects *where*? (I want to try the obvious trick)
>
> In config/makefile?
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)
More information about the AWS
mailing list