Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile changes to compile on Solaris 10 #2

Closed
GoogleCodeExporter opened this issue Mar 22, 2016 · 2 comments
Closed

Makefile changes to compile on Solaris 10 #2

GoogleCodeExporter opened this issue Mar 22, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Changes needed to Makefile to compile on Solaris10.

23,24c23,25
< CFLAGS         = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
< LDFLAGS  = -lcrypto -lssl

---
> #CFLAGS        = -Wall -O3 -Wno-pointer-sign -D_GNU_SOURCE
> CFLAGS         = -Wall -O3  -D_GNU_SOURCE
> LDFLAGS  = -lcrypto -lssl -lsocket -lnsl

You will need GCC.
You must also have openssl built and resolvable via 
ENV variable LD_LIBRARY_PATH 
To compile type in "make CC=gcc"

Original issue reported on code.google.com by ashish.l...@gmail.com on 2 Jul 2008 at 7:21

@GoogleCodeExporter
Copy link
Author

Thanks, I'll pick this up for the next release.

Original comment by lcam...@gmail.com on 3 Jul 2008 at 4:37

@GoogleCodeExporter
Copy link
Author

Thanks for the report. I included these instructions for 1.51 beta.

Original comment by lcam...@gmail.com on 3 Jul 2008 at 6:33

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant