-bash: ./configure: No such file or directory

Issues related to applications and software problems
Post Reply
mySKILLZ
Posts: 35
Joined: 2018/02/21 09:10:21

-bash: ./configure: No such file or directory

Post by mySKILLZ » 2018/07/07 08:42:02

hello
im need to do this in centos

................
./configure --prefix=/usr/local/apache --enable-rerwite=sha
,,,,,,,,,,,,,,,,,,,,,

what i get is

-bash: ./configure: No such file or directory

what do i need to do??
please help!!!

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: -bash: ./configure: No such file or directory

Post by TrevorH » 2018/07/07 09:33:17

Why do you need to do that instead of e.g .yum install httpd which is the supported method for installing softare on CentOS?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mySKILLZ
Posts: 35
Joined: 2018/02/21 09:10:21

Re: -bash: ./configure: No such file or directory

Post by mySKILLZ » 2018/07/07 10:03:59

THEN TUTORIAL IM FOLLOWING MIGHT BE LYING,,
i need to install mod_jk connector

https://www.youtube.com/watch?v=Njx1V4ZW_g0

this link has steps but the ain't working at all

lightman47
Posts: 1521
Joined: 2014/05/21 20:16:00
Location: Central New York, USA

Re: -bash: ./configure: No such file or directory

Post by lightman47 » 2018/07/07 12:32:16

THEN TUTORIAL IM FOLLOWING MIGHT BE LYING,,
Not really; rather a generic method for many varied versions of Linux. In the case of CentOS however, try the much easier method that TrevorH mentioned. You'll save yourself a lot of work.

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: -bash: ./configure: No such file or directory

Post by TrevorH » 2018/07/07 14:08:47

It doesn't look like mod_jk is shipped by any repo on CentOS 7. Perhaps try mod_proxy_http instead - that's meant to be simpler to configure in any case and it's already installed on your system as it's part of teh httpd package.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply