Re: [PHP] php4 on RedHat 7.1

2001-04-27 Thread j2n tech


Peter H. Lemieux [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Take a look at /var/log/httpd/error_log.  Is there an entry for the very
 first time the server was run (before you installed PHP 4.04pl)?  Does
 it list PHP/4.0 as installed?  The initial entry in my error_log from
 the Wolverine beta of 7.1 shows:

 [Fri Apr 27 12:36:13 2001] [notice] Apache/1.3.14 (Unix)
 (Red-Hat/Linux) mod_ssl/2.7.1 OpenSSL/0.9.5a DAV/1.0.2 PHP/4.0.4pl1
 mod_perl/1.24_01 configured -- resuming normal operations
 [Fri Apr 27 12:36:13 2001] [notice] suEXEC mechanism enabled (wrapper:
 /usr/sbin/suexec)


I chose the Install Everything Option, but when I start Apache, the
error_log reports only this:
Apache/1.3.19 (Red-Hat/Linux) configured -- resuming normal operations

Yet the httpd.conf file would seem to tell me that I have all the modules
installed for php4.  It's confusing.

Also, when I complie php404pl1, does it automatically update the libphp4.so
in the /etc/httpd/modules?  I thought I was getting somewhere after I
complied php404pl1, but when I try to start Apache it now dumps out with the
error:

Unable to load libphp4.so into server:  undefined symbol:  mxdriver.

Sigh, I had this working on my RH 6.2 box, I assumed it would be easier to
set it up on 7.1 but I guess not  :(

Anyway, maybe you can point me in the right direction here?

Thanks.

j2n.









-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] undefined symbol: SSL_CTX_set_rsa_callback

2001-04-27 Thread j2n tech

After compiling php404pl1 and Apache 1.3.12:

[root@ conf]# ../bin/apachectl restart
../bin/apachectl restart: httpd not running, trying to start
Syntax error on line 207 of /var/www/conf/httpd.conf:
Cannot load /var/www/libexec/libphp4.so into server:
/var/www/libexec/libphp4.so: undefined symbol: SSL_CTX_set_tmp_rsa_callback
../bin/apachectl restart: httpd could not be started
[root@ conf]#

Anyone have any ideas?


thanks..

-j2n



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php4 on RedHat 7.1

2001-04-26 Thread j2n tech

I'm trying to get a webmail client to work under RH 7.1 with Apache 1.3.19.
I downloaded php-4.0.4pl and configured and installed it.  Now when I try to
bring up a php page it trys to download it instead of execute.  I added the
AddType line for php4 in my httpd.conf but it made no difference.  I
noticed Apache 1.3.19 with RH7.1 treats modules differently with the
IfDefine functions...am i missing something here?  Anybody have any idea how
I might be able to get this to work?

Thanks.

--j2n.



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]