php-install Digest 31 Aug 2002 19:40:28 -0000 Issue 1002

Topics (messages 8284 through 8286):

--with-imap strangeness in 4.3 dev
        8284 by: Michael Geary

installing php4.2.2 with gd and freetype
        8285 by: Richard Pijnenburg

can't install PHP4.2.2 on redhat 7.3 + apache4.0.40
        8286 by: Barry

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 ---
Hi Folks,

I am on OS X 10.2, and I'm compiling the latest dev version of PHP as 
found at Zend:

http://snaps.php.net/php4-latest.tar.gz

In general, I am having good success with it. However, I am having some 
strangeness with Imap integration. For reference, I have OpenSSL and 
the C-client installed (properly, I think) on my machine. When I do:

./configure --with-imap-ssl=/usr (other options not shown)

Everything configures fine. I can also "make" and "make install" with 
no errors.

However, I don't appear to actually have Imap support. For example, 
when I try to do:

imap_mail();

I get an error: "Call to undefined function: imap_mail()"

When I look at phpinfo(); it indicates that the configure command 
includes "--with-imap-ssl=/usr", however there is no entry for IMAP 
down below with the other modules.

Can anyone help? Thanks,

michael

--- End Message ---
--- Begin Message ---
Dear list,
 
I'm trying to install Apache 1.3.26 with php 4.2.2 which was successful.
Then I tried the same but then with GD, freetype, libpng, jpg and zlib.
 
The installation seems to work correct.
 
But I'm trying to install it for a program called pphlogger.
Everything seems to be correct. But a part which generates a counter
picture that uses an font type doesn't work.
 
These are the versions I installed.
 
apache_1.3.26
php-4.2.2
gd-2.0.1
freetype-2.1.2
zlib-1.1.4
libpng-1.2.4
jpeg-6b
 
i hope some one can help me.
 
Thanks in advance,
 
Richard Pijnenburg
Klik-on Internet Solutions
 
--- End Message ---
--- Begin Message ---
I follow the steps in the php manual to install PHP4.2.2 on Redhat 7.3 with
Apache4.0.40

1. tar -xzvf httpd-2.0.40-i686-pc-linux-gnu-rh73.tar.gz
2. cd httpd-2.0.40
3. ./configure --prefix=/Apps/apache --enable-module=so
4. make
5. make install

6. tar -xzvf php-4.2.2.tar.gz
7. cd php-4.2.2
8. ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs
9. make
10. make install

However, after step 10, it report a Error 1.  Does anybody know what I have
done incorrectly?

Thank you very much.
Barry


--- End Message ---

Reply via email to