View Issue Details

IDProjectCategoryView StatusLast Update
0003014unrealinstallingpublic2006-08-07 18:05
ReporterderPENGUIN Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.3 
Summary0003014: Compile error with SSL enabled
DescriptionCompiling with SSL and zlib gets this error:
auth.c:454:21: macro "crypt" requires 2 arguments, but only 1 given
auth.c:726:21: macro "crypt" requires 2 arguments, but only 1 given
Steps To Reproduceconfigure and make ;-)
3rd party modules

Activities

syzop

2006-08-02 09:30

administrator   ~0012109

Try 3.2.5, though I don't see how it could help, and paste the errors again if it happens with 3.2.5.

derPENGUIN

2006-08-02 15:07

reporter   ~0012112

edit:
just compiled with 3.2.5, the same error, no changes

syzop

2006-08-02 17:56

administrator   ~0012117

No, I want the exact output on 3.2.5, that's why I let you do it :P.

Also, what Linux dist. are you using?

syzop

2006-08-02 17:57

administrator   ~0012118

And which openssl too btw.

codemastr

2006-08-02 22:57

reporter   ~0012123

Can you also paste the syntax for the crypt function from man crypt

derPENGUIN

2006-08-03 02:14

reporter   ~0012125

Ok, I think, you can close this thread, the error seems to be because of a to old openssl version (0.9.7a). I just compiled on another box with 0.9.7j, there runs without failure.
Thanks for your advantage.
Regards

Issue History

Date Modified Username Field Change
2006-08-02 09:27 derPENGUIN New Issue
2006-08-02 09:30 syzop Note Added: 0012109
2006-08-02 15:07 derPENGUIN Note Added: 0012112
2006-08-02 17:56 syzop Note Added: 0012117
2006-08-02 17:57 syzop Note Added: 0012118
2006-08-02 22:57 codemastr Note Added: 0012123
2006-08-03 02:14 derPENGUIN Note Added: 0012125
2006-08-07 18:05 syzop Status new => closed
2006-08-07 18:05 syzop Resolution open => unable to duplicate