I have a working and reconfigurable version of php 4.3.3 so the rest of my environment is working.
however in trying to ./configure on php-4.3.4 with the same configure command line, it fails trying to find the openssl crypto library.
heres the failed text
Configuring extensions
checking for OpenSSL support... yes
checking for pkg-config... no
checking for OpenSSL version... >= 0.9.6
checking for CRYPTO_free in -lcrypto... no
configure: error: libcrypto not found!
I can go back into the 4.3.3 directory and it all goes through no prob at all.
what have they done to 4.3.4 to break this.
heres my configure line ./configure --prefix=
/opt/OSSIphp --with-apxs2=/opt/OSSIapache/bin/apxs --enable-embed=TYPE=shared --enable-force-cgi-redirect --enable-discard-path --enable-fastcgi --disable-ipv6
--with-openssl=/opt/OSSIssl/ --with-zlib --with mysql=/opt/OSSImysql --with-gd --enable-gd-native-ttf --with-freetype-dir=/opt/OSSIft2 --enable-gd-imgstrttf --with-jpeg-dir=/opt/OSSIjpeg/ --with-png-dir=/opt/OSSIpng
any ideas
i have recompiled openssl to include shared libs to no avail,
platform is solaris 9 sparc
regards peter