Closed GoogleCodeExporter closed 9 years ago
Sorry, I don't use Ubuntu or know much about it so I can't offer much help.
I'd recommend you ask on the appropriate Ubuntu support email list, or file a
feature request with them to have mod-auth-otp properly ported, etc.
If you come up with a solution I'll certainly consider adding it.
Original comment by archie.c...@gmail.com
on 6 Jan 2011 at 3:22
Hi,
I compiled mod-authn-otp on Debian Lenny yesterday; the package in question you
are missing can be installed using "apt-get install apache2-threaded-dev".
Original comment by Markus.U...@gmail.com
on 30 Jan 2011 at 8:01
Hi,
I will test it and I 'll post the results...
Thank you!
Original comment by prassaschr@gmail.com
on 30 Jan 2011 at 9:41
Original comment by archie.c...@gmail.com
on 14 Apr 2011 at 8:15
apxs2 is part of the devel tools used by Apache2 to find the correct compiled
configuration parameters. It is included in the apache2*dev package (which also
has the 'include' files to be able to compile apache modules).
For Ubuntu, as a general rule, you should install the virtual package named
'apache2-dev', as there are several threading models available (mpm, thread,
prefork, etc.). So that virtual package will install the correct one.
Also be sure you have all the required compilation tools. You can also install
the virtual package named 'build-essential' (include make, gcc, etc).
So:
apt-get install build-essential apache2-dev
will correct your problem.
Original comment by l...@gradstein.info
on 10 Jun 2011 at 1:28
Thanks, I updated the INSTALL file in r99.
Original comment by archie.c...@gmail.com
on 10 Jun 2011 at 2:28
Original issue reported on code.google.com by
prassaschr@gmail.com
on 6 Jan 2011 at 3:18