php-install Digest 3 Apr 2002 07:51:27 -0000 Issue 774
Topics (messages 6535 through 6538):
Upgrading to newer PHP versions
6535 by: Panos Katergiathis
...Those extra libraries
6536 by: Panos Katergiathis
PHP + Mod_SSL problems
6537 by: PHP Mailing List User
Only a blank screen
6538 by: Nicolas
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
In the past I used PHP + Apache in two ways:
- Compiling Apache and PHP from source (no problems)
- By pre-installing distros like Suse 7.3
In all cases I am constantly faced with the problem on what can I do
when I want to update to a newer PHP version whenever it becomes
available.
How does one do that?
Do I have to uninstall Apache and PHP and re-compile it from start?
Is there another, easier way?
How does one uninstall Apache and PHP from a Linux system?
These questions are burning me. Yet, I constantly fail to find any sort
of answer.
Please assist
Panos
--- End Message ---
--- Begin Message ---
Hello again
Does anyone know of a comprehensive list of libraries that need to be
installed on a Linux system, in order to compile PHP with some of the
options that are available only when compiling (e.g. The GD Library
etc.)?
Panos
Please Assist
--- End Message ---
--- Begin Message ---
Hi!
I'm running PHP 4.1.2, Apache 1.3.24, and ModSSL 2.8.8-1.3.23. I have PHP
compiled as a shared (DSO) module. When I attempt to start apache using
mod_ssl, I can't start apache, it gives the following errors in the
logs/error_log:
PHP Warning: Unable to load dynamic library '/usr/local/lib/imap.so' -
/usr/local/lib/imap.so: cannot open shared object file: No such file or
directory in Unknown on line 0
PHP Warning: Unable to load dynamic library '/usr/local/lib/ldap.so' -
/usr/local/lib/ldap.so: cannot open shared object file: No such file or
directory in Unknown on line 0
PHP Warning: Unable to load dynamic library '/usr/local/lib/mysql.so' -
/usr/local/lib/mysql.so: cannot open shared object file: No such file or
directory in Unknown on line 0
Here's how I configured PHP:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-imap
--with-mysql --with-kerberos --with-imap-ssl
Any Ideas?
Thanks in advance for any assistance
--Jeremy
--- End Message ---
--- Begin Message ---
Hello,
I've read the FAQ, the manuals of php and apache but doesn't find anything.
Here is my problem :
I've installed suse 7.2 with apache 1.3.19-48, php 4.0.4 and mysql
3.23.37-8. The file http.conf contains the lines loadmodule and addmodule
for php and the lines with addtype application/...
When I connect with Konqueror to localhost It display the index.html file
wich say apache configured with php, ssl and perl. But when I try to open a
file like trial.php3 it displays a blank page. If I would see the source
code I can find my php code.
More strange, when I made a .php3 file containing html text, the html text
appears in konqueror but not in netscape!?! Konqueror could open files like
.php3 or .php4 but not .php.
Apparently my apache server is well configured so I don't understand where
is the problem
--- End Message ---