[Auth_ldap] auth_ldap and Oralce IAS
Felipe García
torcaz99 at hotmail.com
Fri Mar 31 02:17:48 PST 2006
Hallo:
I don´t know if this is the way to ask questions, but Ill try.
I´m trying con integrate auth_ldap wiht Apache shipped with Oracle IAS
9.0.4 (Apache 1.3.19).
Is it posible?
What i´ve done:
1) ./configure --with-apx=/opt/oracle/ias10g/Apache/Apache/bin/apxs
and received:
loading cache ./config.cache
checking for apxs... (cached) /opt/oracle/ias10g/Apache/Apache/bin/apxs
checking whether apxs works... yes
checking for ber_init in -llber... (cached) no
checking for ldap_init in -lldap... (cached) no
checking how to run the C preprocessor... (cached) cc -E
checking for ANSI C header files... (cached) no
checking for working const... (cached) no
checking for vprintf... (cached) no
checking for _doprnt... (cached) no
checking for strdup... (cached) no
checking for strerror... (cached) no
creating ./config.status
creating Makefile
Later I do:
2) make
and receive:
cc -O -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -fPIC -c -o auth_ldap.o
-DLINUX=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DWITH_SHARED_LDAP_CACHE -DWITH_OPENLDAP
-fPIC -DSHARED_MODULE -I/include -I/opt/oracle/ias10g/Apache/Apache/include
auth_ldap.c
En el fichero incluído de
/opt/oracle/ias10g/Apache/Apache/include/httpd.h:478,
de auth_ldap.h:24,
de auth_ldap.c:20:
/opt/oracle/ias10g/Apache/Apache/include/ap_oracle_version.h:17:8: aviso:
elementos extra al final de la directiva #endif
cc -O -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -fPIC -c -o auth_ldap_config.o
-DLINUX=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DWITH_SHARED_LDAP_CACHE -DWITH_OPENLDAP
-fPIC -DSHARED_MODULE -I/include -I/opt/oracle/ias10g/Apache/Apache/include
auth_ldap_config.c
En el fichero incluído de
/opt/oracle/ias10g/Apache/Apache/include/httpd.h:478,
de auth_ldap.h:24,
de auth_ldap_config.c:18:
/opt/oracle/ias10g/Apache/Apache/include/ap_oracle_version.h:17:8: aviso:
elementos extra al final de la directiva #endif
cc -O -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -fPIC -c -o auth_ldap_cache.o
-DLINUX=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DWITH_SHARED_LDAP_CACHE -DWITH_OPENLDAP
-fPIC -DSHARED_MODULE -I/include -I/opt/oracle/ias10g/Apache/Apache/include
auth_ldap_cache.c
En el fichero incluído de
/opt/oracle/ias10g/Apache/Apache/include/httpd.h:478,
de auth_ldap.h:24,
de auth_ldap_cache.c:18:
/opt/oracle/ias10g/Apache/Apache/include/ap_oracle_version.h:17:8: aviso:
elementos extra al final de la directiva #endif
cc -O -DNO_RC2 -DNO_RC5 -DNO_IDEA -DBSAFE -fPIC -c -o auth_ldap_cache_mgr.o
-DLINUX=260 -DMOD_SSL=206104 -DMOD_PERL -DUSE_PERL_SSI -I/include -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DWITH_SHARED_LDAP_CACHE -DWITH_OPENLDAP
-fPIC -DSHARED_MODULE -I/include -I/opt/oracle/ias10g/Apache/Apache/include
auth_ldap_cache_mgr.c
En el fichero incluído de
/opt/oracle/ias10g/Apache/Apache/include/httpd.h:478,
de auth_ldap.h:24,
de auth_ldap_cache_mgr.c:16:
/opt/oracle/ias10g/Apache/Apache/include/ap_oracle_version.h:17:8: aviso:
elementos extra al final de la directiva #endif
ld -shared -export-dynamic -o auth_ldap.so auth_ldap.o auth_ldap_config.o
auth_ldap_cache.o auth_ldap_cache_mgr.o
3) make install
-bash-2.05b$ make install
/opt/oracle/ias10g/Apache/Apache/bin/apxs -i auth_ldap.so
cp auth_ldap.so /opt/oracle/ias10g/Apache/Apache/libexec/auth_ldap.so
chmod 755 /opt/oracle/ias10g/Apache/Apache/libexec/auth_ldap.so
and modified httpd.conf to include auth_ldap.conf (wich load auth_ldap.so).
But then Apacheis unable to start.
Can youy help me?
Thanks
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
More information about the Auth_ldap
mailing list