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

What are requrements to install? #3

Open
kangarooo opened this issue Jan 29, 2022 · 0 comments
Open

What are requrements to install? #3

kangarooo opened this issue Jan 29, 2022 · 0 comments

Comments

@kangarooo
Copy link

kangarooo commented Jan 29, 2022

$ ^C ./install-sh
user@windowsr:/Downloads/transmission-patches-master$ ./configure; make; make install
checking whether make supports nested variables... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking how to create a pax tar archive... gnutar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in /home/user/Downloads/transmission-patches-master': configure: error: no acceptable C compiler found in $PATH See config.log' for more details
bash: make: command not found
bash: make: command not found
user@windowsr:
/Downloads/transmission-patches-master$ sudo apt-get install build-essential

later
$ ./configure; make; make install
..... too long.. here is end
checking for getpagesize... yes
checking for posix_memalign... yes
checking for statvfs... yes
checking for htonll... no
checking for ntohll... no
checking for mkdtemp... yes
checking whether make sets $(MAKE)... (cached) yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing cos... -lm
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for pkg-config... no
checking for OPENSSL... checking for OpenSSL... configure: error: Cannot locate ssl
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.

tried
sudo apt install opensll
still same error

how the hell i can know that not openssl package need to install but
https://itectec.com/superuser/openssl-missing-during-configure-how-to-fix/
Red Hat, Fedora, CentOS - openssl-devel
Debian, Ubuntu - libssl-dev
Arch - openssl

$ sudo apt install libssl-dev
checking for htonll... no
checking for ntohll... no
checking for mkdtemp... yes
checking whether make sets $(MAKE)... (cached) yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for library containing cos... -lm
checking for library containing socket... none required
checking for library containing gethostbyname... none required
checking for pkg-config... no
checking for OPENSSL... checking for OpenSSL... /usr
checking for LIBCURL... configure: error: in `/home/user/Downloads/transmission-patches-master':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBCURL_CFLAGS
and LIBCURL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see http://www.freedesktop.org/software/pkgconfig.
See `config.log' for more details
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.

WTF? Can install be in install? How the hell its convenient what packages to install looking for errors on google?

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

1 participant