Hello:

When i compile apache 2.2.3 on Linux with SSL the mod_ssl.so has some
dependencies that it does not have when compiled on Solaris (8,9,10):

extras (ldd):
        libgssapi_krb5.so.2 => /usr/kerberos/lib/libgssapi_krb5.so.2
        libkrb5.so.3 => /usr/kerberos/lib/libkrb5.so.3
        libcom_err.so.3 => /usr/kerberos/lib/libcom_err.so.3
        libk5crypto.so.3 => /usr/kerberos/lib/libk5crypto.so.3
        libresolv.so.2 => /lib/libresolv.so.2
        libdl.so.2 => /lib/libdl.so.2
        libz.so.1 => /usr/lib/libz.so.1

most of these dependencies are from the fact that configure/make process
locates kerberos libs on the linux host.
So what option(s) or FLAGS must I set or what file do i need to modify so
that make does not create mod_ssl with that kerberos ?

side question, why kerberos for mod_ssl ?

any hints, ideas will be greatly appreciated....

thanks,
Fred
-- 
View this message in context: 
http://www.nabble.com/compiling-apache-2.2.3-with-openssl-question-tf2124314.html#a5860757
Sent from the Apache HTTP Server - Users forum at Nabble.com.


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to