Closed GoogleCodeExporter closed 9 years ago
Hi moemilo2 ,
Do you have automake , if you are on debian, you can check typing this command :
root@v11437:# dpkg -l | grep automake
ii automake 1:1.10.1-3 A tool for
generating GNU Standards-compliant Makefiles
Original comment by teixeira...@gmail.com
on 29 Mar 2010 at 7:06
[deleted comment]
Sorry on CentOS , it should be yum list installed
Original comment by teixeira...@gmail.com
on 29 Mar 2010 at 9:44
Hi David, what I have installed is
Installed Packages
automake.noarch 1.9.6-2.1 installed
The way I installed version 1.05 is that when I unziped the 1.05 archive under
windows to view the README file, I saw an error saying that there is a missing
link
for automake1.10. I had automake1.9 installed on the server running CentOS and
I
could't find automake1.10 installed or in yum libraries, so I renamed the 1.9
folder
to 1.10 and it compiled just fine. But this doesn't go for version 1.6 which I
would
like to use.
Original comment by moemilo2@gmail.com
on 30 Mar 2010 at 12:50
I have just insalled automake1.10 under
/usr/share/automake-1.10
version 1.0.6 still does not want to compile
[root@lcdalw34 mod_auth_token]# ./configure
configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."
Original comment by moemilo2@gmail.com
on 30 Mar 2010 at 1:20
Ok, so to fix the problem, try to make links like this:
ln -s /usr/share/automake-1.10/config.sub config.sub
ln -s /usr/share/automake-1.10/install-sh install-sh
ln -s /usr/share/automake-1.10/config.guess config.guess
Original comment by teixeira...@gmail.com
on 30 Mar 2010 at 6:17
i forgot to mention theses steps are to be performed in the mod_auth_token
directory
Original comment by teixeira...@gmail.com
on 30 Mar 2010 at 6:19
Thanks a lot David, evrything compiled OK.
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/apache
Original comment by moemilo2@gmail.com
on 30 Mar 2010 at 9:18
Better suggestion for a CentOS or possibly a fedora system:
Make sure httpd-devel, automake and libtool are installed, then execute:
rm -f configure
autoreconf -fi
automake -f
./configure
make
This will regenerate the configure file with the correct paths on your system
and then configure and build the software.
Original comment by andreas....@gmail.com
on 26 Nov 2010 at 10:08
I'm having the same issues please provide a little more information I'm under
Centos 5.6 64bit.
Original comment by VaLi...@gmail.com
on 9 Nov 2011 at 2:32
Fixed on latest SVN release
Original comment by teixeira...@gmail.com
on 24 May 2012 at 8:25
When I run ./configure I also get:
configure: error: cannot find install-sh or install.sh
in "." "./.." "./../.."
I see it says "fixed in the latest version of SVN"
Whats SVN?
I am on redhat 2
Original comment by kennyjjo...@gmail.com
on 14 Aug 2013 at 8:23
Original issue reported on code.google.com by
moemilo2@gmail.com
on 27 Mar 2010 at 10:14