Hi - > > ERROR: > > > > Configuring extensions > > checking whether to enable LIBXML support... yes > > checking libxml2 install dir... no > > checking whether libxml build works... yes > > checking for OpenSSL support... yes > > checking for Kerberos support... /usr > > checking for krb5-config... no > > checking for pkg-config... /usr/bin/pkg-config > > checking for OpenSSL version... >= 0.9.6 > > checking for CRYPTO_free in -lcrypto... no > > configure: error: libcrypto not found! > > error: Bad exit status from /var/tmp/rpm-tmp.31246 (%build)
After looking into config.log it seems libcom_err-devel package is not installed. Try installing libcom_err-devel it will solve your problem. Looking into php.spec it can be seen, BuildRequires: openssl-devel for the sub-package PHP-IMAP. :) Cheers!! --- Syed Shabir Zakiullah. _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
