I'm attempting to install php-5.3.10 on RHEL 5.7 with postgresql support and am 
receiving the following make errors and warnings:

/usr/bin/ld: warning: libssl.so.1.0.0, needed by 
/pgclient/Linux_64_x86/edbAS_9.0/lib/libpq.so, may conflict with libssl.so.6
/usr/bin/ld: warning: libcrypto.so.1.0.0, needed by 
/pgclient/Linux_64_x86/edbAS_9.0/lib/libpq.so, may conflict with libcrypto.so.6
/usr/bin/ld: warning: libcom_err.so.3, needed by 
/pgclient/Linux_64_x86/edbAS_9.0/lib/libssl.so.1.0.0, may conflict with 
libcom_err.so.2
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libkrb5.so: undefined 
reference to `krb5int_push_fscreatecon_for@krb5support_0_MIT'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libkrb5.so: undefined 
reference to `krb5int_labeled_open@krb5support_0_MIT'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libkrb5.so: undefined 
reference to `krb5int_pop_fscreatecon@krb5support_0_MIT'
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libkrb5.so: undefined 
reference to `krb5int_labeled_fopen@krb5support_0_MIT'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

I think I could deal with the SSL lib warnings, but the Kerberos errors are a 
problem.

Some research uncovered
https://bugzilla.redhat.com/show_bug.cgi?id=213947, which suggests adding 
-lkrb5support to the lib list.

My configure command was:

./configure         \
--with-apxs2=/apps/expertwiki/apache-2.2.17/bin/apxs    \
--prefix=/apps/expertwiki  \
--with-config-file-path=/apps/expertwiki \
--disable-cgi \
--with-zlib \
--with-gettext \
--with-gdbm  \
--enable-mbstring \
 --with-curl \
 --without-mssql \
--with-pgsql=/pgclient/Linux_64_x86/edbAS_9.0 \
--libdir=/usr/lib64


I attempted -without-kerberos and -with-kerberos=no to remove Kerberos support. 
 It compiled it in anyway.  I also tried a few variants of 
--with-extra-libs=-lkrb5support to add the required library to EXTRA_LIBS and 
it ignored the switch.

Please advise.

Thanks in advance,

_________________________________________________________________________
Bill Batt
R&D End-to-End Testing- Environment Support
Nokia Location & Commerce - Chicago


________________________________
The information contained in this communication may be CONFIDENTIAL and is 
intended only for the use of the recipient(s) named above. If you are not the 
intended recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication, or any of its contents, is 
strictly prohibited. If you have received this communication in error, please 
notify the sender and delete/destroy the original message and any copy of it 
from your computer or paper files.

Reply via email to