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

How to install if configure file is missing? #2811

Open
emonigma opened this issue Feb 16, 2023 · 2 comments
Open

How to install if configure file is missing? #2811

emonigma opened this issue Feb 16, 2023 · 2 comments

Comments

@emonigma
Copy link

emonigma commented Feb 16, 2023

I tried installing from source on macOS. The repo does not have a configure file, so I cannot run

$ ./configure

as mentioned in the installation instructions.

The repo has a configure.ac, so following this advice, I first ran autoconf and automake, then:

$ ./configure
configure: error: cannot find required auxiliary files: config.guess config.sub install-sh

I also tried the different order, automake and autoconf, and I get the same error.

How can I install TSK from source on macOS?

@joachimmetz
Copy link
Contributor

you need to generate configure with ./bootstrap this requires that you have autotools installed (which on MacOS can be tricky). Just stick with the packaged release, if you're not actively developing sleuthkit.

@emonigma
Copy link
Author

emonigma commented Mar 30, 2023

Yes, I ended up installing through ports and it worked out of the box. Thank you for your help!

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

No branches or pull requests

2 participants