Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000183 [Resin] minor always 05-17-05 00:00 11-30-05 14:44
Reporter user73 View Status public  
Assigned To
Priority high Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.14 Product Version 3.0.13
  Product Build 3.0.13
Summary 0000183: configure script erroneoulsy looks for -lcrypt instead of -lcrypto
Description 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
Steps To Reproduce
Additional Information SunOS sv-devsun3 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-2
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
05-17-05 00:00 user73 New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.14
11-30-05 14:44 ferg Status resolved => closed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
32 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker