Hi!!

I wrote a server similar to selfserv.c and tried building it on
WIndows. It threw up some errors with some functions in secutil.h
which I fixed by including sectool.lib

Later on, I decided to test the code onto redhat9 and now the code
compiles properly but throws up linking error("undefined reference")
with the following functions:
SECU_DefaultSSLDir()
SECU_ConfigDirectory(char const*)

Since the functions are contained in secutil.h, I linked with
libsectool.a - the problem still remained.
So I tried linking with libsecutil.a instead - still, nothing happens.

How do I fix this problem??

Warm Regards,
D3|\||\|!$
_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to