Mantis - Resin
Viewing Issue Advanced Details
3217 minor always 01-05-09 09:32 08-24-09 19:42
ferg  
ferg  
urgent  
closed  
no change required  
none    
none  
0003217: Solaris build -lcrypto in /usr/local/lib
(rep by Eric Bowman)


The 3.1.x variants work OK on Solaris, but I can only run Resin on my
build system, not my deploy system. This is because on the build
system, the Resin build finds -lcrypto in /usr/lib/security. On the
production system, -lcrypto is in /usr/local/lib so Resin won't start.

It's easy enough to tell configure to find all the other libraries it
needs, what can I do about -lcrypto?


Notes
(0003696)
ferg   
01-05-09 10:58   
Resin 3.1.8 builds and executes on the build system just fine. When I
move it to the deploy system, it executes with Solaris-specific errors
related to linking the wrong libcrypto. The upshot is, all requests
receive a 500 Internal Error failure, once Resin is running on the
deploy system.
(0004149)
ferg   
08-24-09 19:42   
Issue with Solaris deployment.