-
We had the same problem on Solaris 9. Another solution we found (if you do not wish to enable dynamic loading), would be to set /usr/xpg4/bin before /bin in your PATH and then run ./configure in a clean source directory. Oddly enough, it worked (cf. comment on "mcrypt 2.5.7 oddities" bug report).
Hope it helps.
2004-12-14 20:38:59 UTC in mcrypt
-
Logged In: YES
user_id=725426
Same case here under Solaris 9 and gcc 3.3.2.
./configure ; make
stops on ld errors (multiple pages).
another shot on
./configure ; make
and the compilations succeeds! But
make check
fails miserably and the compiled library does not indeed
contain any cryptographic algorithm.
The solution is hidden in the details.
Try to set /usr/xpg4/bin before /bin...
2004-12-12 11:59:03 UTC in mcrypt
-
artemiosv committed patchset 8 of module artemiosv to the Panoptis CVS repository, changing 45 files.
2003-07-03 18:33:57 UTC in Panoptis
-
artemiosv committed patchset 3 of module panoptis to the Panoptis CVS repository, changing 45 files.
2003-07-03 18:33:57 UTC in Panoptis
-
artemiosv committed patchset 52 of module src to the Panoptis CVS repository, changing 217 files.
2003-07-03 18:05:54 UTC in Panoptis
-
artemiosv committed patchset 51 of module src to the Panoptis CVS repository, changing 217 files.
2003-07-03 18:05:54 UTC in Panoptis
-
artemiosv committed patchset 7 of module artemiosv to the Panoptis CVS repository, changing 109 files.
2003-06-25 21:28:29 UTC in Panoptis
-
Method Collector::setConfiguration does not check that all
required parameters exist in the configuration file. It should
check that all parameters are acceptable (have a valid value) or
else exit.
2003-06-25 21:19:50 UTC in Panoptis
-
Method Collector::setConfiguration does not check that all
required parameters exist in the configuration file. It should
check that all parameters are acceptable (have a valid value) or
else exit.
2003-06-25 20:24:32 UTC in Panoptis
-
artemiosv committed patchset 6 of module artemiosv to the Panoptis CVS repository, changing 3 files.
2003-06-25 20:16:16 UTC in Panoptis