; Thu, 22 Apr 2004 22:38:33 -0700 (PDT), Mike Ryerse
> <[EMAIL PROTECTED]> said:
>
> mikeryerse> I was able to finally get php-4.3.7-devel loaded into
> mikeryerse> apache by removing my install of openssl-0.9.7d (by
> mikeryerse> deleting /usr/local/ssl) and then insta
x27;.
Apparently the version name says 0.9.6b but the build number (35.7)
indicates it's newer than that. Man I am one happy camper. Thanks
for all of your help, this list has been a lot of help, especially
Richard Levitte.
--- Mike Ryerse <[EMAIL PROTECTED]> wrote:
> I am not sure
21 Apr 2004 23:21:21 -0700 (PDT), Mike Ryerse
> <[EMAIL PROTECTED]> said:
>
> mikeryerse> Then I do a make, no error. Then I do a make install,
> and
> mikeryerse> I get the following:
> mikeryerse>
> mikeryerse> # make install
>
> May I suggest yo
there a way for me to check
/lib/libssl.so* to see if it contains
OPENSSL_add_all_algorithms_noconf or not?
--- Mike Ryerse <[EMAIL PROTECTED]> wrote:
> I have a question about your reponse:
> If php is finding /usr/local/ssl/include/evp.h but using
> /lib/libssl.so instead of /us
therefore got
> /usr/local/ssl/include/openssl/evp.h) but not where to find the
> files
> to link with (and therefore hit /lib/libssl.so instead of
> /usr/local/ssl/lib/libssl.so).
>
> In message <[EMAIL PROTECTED]> on
> Wed, 21 Apr 2004 08:34:57 -0700 (PDT), Mike Rye
y the thing you
> bulit or did your build end up somewhere else? If what you
> installed
> ended up somewhere else, that answers all your questions :-)
>
> In message <[EMAIL PROTECTED]> on
> Tue, 20 Apr 2004 22:10:39 -0700 (PDT), Mike Ryerse
> <[EMAIL PROTECTED]> said
Command for installing openssl-0.9.7d.tar.gz:
./config
make
make install
Command for php-4.3.6:
./configure --with-openssl=/usr/local/ssl
make
make install
Then when starting apache I get the following:
Syntax error on line 264 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libphp4.so