Giter Site home page Giter Site logo

Build on OSX about sslscan HOT 3 CLOSED

rbsec avatar rbsec commented on August 18, 2024
Build on OSX

from sslscan.

Comments (3)

rbsec avatar rbsec commented on August 18, 2024

Thanks for this. I've never tried building on OSX, but if this is working for you then great. I've added the extra flags you have above (I kept the original ones as well so as not to break the build for people on Linux), see commit 01d223d. It you could verify that the latest revision builds correctly on OSX that'd be great.

With regards to sharing changes like this, generally it's best to fork the project on GitHub, then make the changes in a commit to your fork. You can then create a pull request from your fork to the original project through the GitHub web interface. In this case it's a simple commit, so I've just merged it manually.

from sslscan.

MikeSchroll avatar MikeSchroll commented on August 18, 2024

Sorry I was unclear -- I'm familiar with the fork, pull process. I was not familiar with Makefiles. Didn't realize it was as easy as adding the new library paths to the list.

Thanks for the commit.

Compiles fine from the repo now! great!

from sslscan.

Wingless-Archangel avatar Wingless-Archangel commented on August 18, 2024

Can you reopen this case?

I can't compile even you add the extra flags. it still struck at the first PATH for both LDFLAGS and CFLAGS as shown below.

❯ make
cc -o sslscan -Wall -Wformat=2 -L/usr/local/opt/openssl/lib -L/usr/local/ssl/lib/   -I/usr/local/opt/openssl/include -I/usr/local/ssl/include/ -I/usr/local/ssl/include/openssl/    -DVERSION=\"1.10.6-rbsec-2-gc980c00-wip\" sslscan.c -lssl -lcrypto
ld: warning: directory not found for option '-L/usr/local/ssl/lib/'

also I have a problem with make static that the architecture not found as shown below.


ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [sslscan] Error 1
make: *** [static] Error 2

The workaround for me is just make command and comment put only the available path for both flags.

Did I miss anything during the installation?

from sslscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.