Re: [users@httpd] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Nick i did have libgcc installed but no luck, this seems strange.

-bash-3.00$ pkginfo |grep gcc
application SMCgcc                       gcc
application SMClibgcc                    libgcc

-bash-3.00$ make
Making all in srclib
make[1]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib'
Making all in apr
make[2]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib/apr'
make[3]: Entering directory `/apps/exlink/tmp/httpd-2.2.3/srclib/apr'
/bin/bash /apps/exlink/tmp/httpd-2.2.3/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/unix -I./include/arch/unix -I/apps/exlink/tmp/httpd-2.2.3/srclib/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
In file included from /usr/include/sys/wait.h:24,
                 from include/apr.h:131,
                 from include/apr_pools.h:37,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/apr_private_common.h:24,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/unix/apr_private.h:779,
                 from passwd/apr_getpass.c:22:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
/usr/include/sys/siginfo.h:294: error: parse error before '}' token
/usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
/usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
/usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
/usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
/usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
/usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
/usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
/usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
/usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
/usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
/usr/include/sys/siginfo.h:426: error: parse error before '}' token
/usr/include/sys/siginfo.h:428: error: parse error before '}' token
/usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
In file included from /usr/include/sys/procset.h:24,
                 from /usr/include/sys/wait.h:25,
                 from include/apr.h:131,
                 from include/apr_pools.h:37,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/apr_private_common.h:24,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/unix/apr_private.h:779,
                 from passwd/apr_getpass.c:22:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from include/apr.h:131,
                 from include/apr_pools.h:37,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/apr_private_common.h:24,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/unix/apr_private.h:779,
                 from passwd/apr_getpass.c:22:
/usr/include/sys/wait.h:86: error: parse error before "siginfo_t"
In file included from include/apr_general.h:33,
                 from include/apr_pools.h:39,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/apr_private_common.h:24,
                 from /apps/exlink/tmp/httpd-2.2.3/srclib/apr/include/arch/unix/apr_private.h:779,
                 from passwd/apr_getpass.c:22:
/usr/include/signal.h:111: error: parse error before "siginfo_t"
/usr/include/signal.h:113: error: parse error before "siginfo_t"
make[3]: *** [passwd/apr_getpass.lo] Error 1
make[3]: Leaving directory `/apps/exlink/tmp/httpd-2.2.3/srclib/apr'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/apps/exlink/tmp/httpd-2.2.3/srclib/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/apps/exlink/tmp/httpd-2.2.3/srclib'
make: *** [all-recursive] Error 1


Regards

Ben Cuthbert
Deutsche Bank - Global Markets
TISO / Arch Global Finance / Prime Services
PGP: http://pgp.mit.edu

+44 (0) 20 754 76389 (Tel)
+44 (0) 20 754 74996 (Fax)



Nick Kew <nick@xxxxxxxxxxxx>

08/17/2006 10:49 AM

Please respond to
users@xxxxxxxxxxxxxxxx

To
users@xxxxxxxxxxxxxxxx
cc
Subject
Re: [users@httpd] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?





On Thursday 17 August 2006 07:08, alan bryan wrote:
> Has anyone gotten either mod_authn_dbd (using postgresql) or
> mod_auth_pgsql to work on Apache 2.2 on FreeBSD (I'm using 6.1)?

Didn't you post this just a few days ago?  Why the new thread?

Oh, you're the one who replied *twice* by posting here and CC:ing me.
Don't ever do that again, or I'll *permanently* killfile you.

> mod_auth_dbd yields:
> [crit] (70023)This function has not been implemented on this platform:
> DBD: failed to initialise

That message is a little misleading.  "this platform" doesn't mean FreeBSD,
it means it's not implemented in your APR-UTIL build.  There should be some
previous error messages, and "ldd" can tell you whether you've built it with
pgsql enabled at all.

> mod_auth_pgsql yields:
> No Authn provider configured

Use either 2.0 or 2.2 authn.  Mixing them is likely to lead to that kind
of problem.  If you want to use an old module, don't load the new ones.


--
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




---

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux