Hello,
I don't know whether I have a problem or not... './configure' said
"something is likely to be messed up here". That's what I believe, too. I
have installed some libraries now and don't know at all where they're gone!
Well, I simply wanted to install the latest PHP on my linux system, togethe
I'm running a Slackware 8.1 server and I have had Squirelmail and Postnuke working fine
with PHP. Now I want to try IMP, which requires HORDE. I've jumped through all the
hoops to get to (what I think is) the last step. It wanted me to reconfigure PHP, so I
did like this:
./configure --with-ima
php-install Digest 2 Nov 2002 22:26:50 - Issue 1100
Topics (messages 9005 through 9006):
Failed to configure?
9005 by: Yves Goergen
PHP make bombs out with 'cannot find -lcrypto' on Slackware
9006 by: Phil Cryer
Administrivia:
To subscribe to the digest, e-mail:
[E
I have Apache v2.0.43 and it runs fine tried to install PHP v4.2.3 and i
added the following lines.
In my php.ini file i added:
extension_dir = "D:/php"
Then i added the following lines in my http.conf and http.default.conf
files:
ScriptAlias /php/ "D:/php/"
AddType application/x-httpd-php .php
A