Mantis - Resin
Viewing Issue Advanced Details
183 minor always 05-17-05 00:00 11-30-05 14:44
user73  
 
high  
closed 3.0.13  
3.0.13 fixed  
none    
none 3.0.14  
0000183: configure script erroneoulsy looks for -lcrypt instead of -lcrypto
RSN-183
The configure script appears to look for -lcrypt when it should be looking for -lcrypto. This error combined with RSN-182 makes the shipping configure script non-functional as it always finds /usr/lib/libcrypt.so and tries to use it.


We've added the following work around to your build system:
  mv configure configure.original ; \
  /usr/bin/sed -e 's#\(libcrypt\)\.\([asd]\)#\1o.\2#g' \
         -e 's#\( -lcrypt\)\"# \1o\"#g' \
  < configure.original > configure ; \
  chmod +x ./configure
SunOS sv-devsun3 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-2

There are no notes attached to this issue.