[PHP-INST] configuring php with curl

2001-09-07 Thread Bob
okay i've been trying to reconfigure php with curl as an option. i have curl installed and have problems configuring php so i asked my webhost if they could reconfigure php exactly the same but just add --with-curl and this is what they said. is this correct? i can't even find php.conf >> Resp

[PHP-INST] Errors in php installation under unix

2001-09-07 Thread Xiaopeng Hu
I am new to php and to unix system. I've set an Apache httpd server and php engine on several Windows 2000 server, which are running well. However, I got problems in installing php-4.0.6 with apache_1.3.20 on Solaris2.7. I've tested the Apache httpd server and found it worked fine. Now, I unz

[PHP-INST] Problem in installing php-4.0.6 with Apache_1.3.20 on a Unix account

2001-09-07 Thread Xiaopeng Hu
Any one has any experience in installing php_4.0.6 with Apache_1.3.20 under a Unix account? Can you show me the steps How? Currently, I unzipped the php-4.0.6.tar.Z to a directory "/home/myAccount/webserver/php-4.0.6". The Apache httpd server was installed on "/home/myAccount/webserver/apache".

[PHP-INST] Problem in installing php-4.0.6 with Apache_1.3.20 on a Unix account

2001-09-07 Thread Xiaopeng Hu
I am new to php and to unix system. I've set an Apache httpd server and php engine on several Windows 2000 server, which are running well. However, I got problems in installing php-4.0.6 with apache_1.3.20 on Solaris2.7. I've tested the Apache httpd server and found it worked fine. Now, I unzi

Re: [PHP-INST] RH7.1-PHP4.06-Apache1.3.20 problems !!!

2001-09-07 Thread Mike Eheler
Correction: it comes from compiling PHP, not apache, with IMAP support. I only ever have problems compiling with Cyrus IMAP. Compiling with WU IMAPD works fine for me, but you gotta make sure that all the dev packages, etc, are installed.. Mike Mike Eheler wrote: > I've had that problem many

Re: [PHP-INST] RH7.1-PHP4.06-Apache1.3.20 problems !!!

2001-09-07 Thread GoGi
so waht i must to do ? take cvs snapshot of PHP or replace all with old stuff "apache 1.3.19 - php 4.0.5 " and so on ? or what ? anyway what is mx_driver ? ;) never heard of that on compiling this stuff about 1 year ;)) i really need woking this all ! tnx for helping me out GoGi "Mike

Re: [PHP-INST] RH7.1-PHP4.06-Apache1.3.20 problems !!!

2001-09-07 Thread Mike Eheler
I've had that problem many times. It comes from compiling apache with IMAP support. It's a real bugger. I've had to disable IMAP support on my development machine, and instead create development branches on the production server (which somehow miraculously compiled and runs fine with Cyrus IM

[PHP-INST] RH7.1-PHP4.06-Apache1.3.20 problems !!!

2001-09-07 Thread GoGi
hy all , a have big problem with PHP files on my new RH box - where is RH 7.1 - php 4.0.6 -Apache 1.3.20 - modssl - openssl i compile stuff like taht : first modssl an openssl then apache: SSL_BASE=../openssl. ./configure --prefix=/usr/local/apache --enable-ssl php : ./configure --with-apxs

[PHP-INST] RH7.1-PHP4.06-Apache1.3.20 problems !!!

2001-09-07 Thread GoGi
hy all , a have big problem with PHP files on my new RH box - where is RH 7.1 - php 4.0.6 -Apache 1.3.20 - modssl - openssl i compile stuff like taht : first modssl an openssl then apache: SSL_BASE=../openssl. ./configure --prefix=/usr/local/apache --enable-ssl php : ./configure --with-apxs

Re: [PHP-INST] php configure problem

2001-09-07 Thread Steve Cayford
I'm not much more than a newbie myself, so caveat lector and all. The config.log is usually full of errors, that's how it works. configure compiles and runs a whole slew of little programs to see which ones work or don't work to give it a picture of your machine. The important bit is the last

[PHP-INST] PHP not configured with MySQL. How to fix?

2001-09-07 Thread Greg
I installed MySQL3.23.41-1 (from an RPM) *AFTER* my original Linux install of Apache1.3.14 and PHP4.04pl1 (from the Red Hat 7.1 CDs). PHP works and MySql works. However, they're not working together. spits out a list of interesting stuff, including the configure command: './configure' '--p

[PHP-INST] TSRM PROBLEMS W/ MAKE

2001-09-07 Thread Gordon D. Principi
Help!, I installed Apache using the .depot tar ball that I got from Apache (1.3.20-sd-10.20). ./configure --with-mysql --with-aps=/opt/apache/bin/apxs make The configure completed okay; when I ran make, I ended up with an error after it entered the TSRM directory. The error seems to be related

[PHP-INST] RE: PHP 4.0.6 printer functions...

2001-09-07 Thread Jon Wagoner
On the main printer page (http://www.php.net/manual/en/ref.printer.php) it says the printer functions are only available under Windows. -Original Message- From: Dave [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 9:28 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] PHP 4.0.6 pri

[PHP-INST] PHP 4.0.6 printer functions...

2001-09-07 Thread Dave
PHP GROUP: I installed the latest version of php on our web server hoping to be able to use the printer functions, however, they are not working. Not sure if it is just built-in or if I was supposed to have a config setting to include the printer functions (?). Here's what we get on the php pa

php-install Digest 7 Sep 2001 15:16:08 -0000 Issue 448

2001-09-07 Thread php-install-digest-help
php-install Digest 7 Sep 2001 15:16:08 - Issue 448 Topics (messages 4226 through 4230): Re: php 4.0.6 configure problem 4226 by: Jani Taskinen Re: [PHP] Re: [PHP-INST] PHP4 and Apache 1.3.20 DSO mode not working? 4227 by: Rasmus Lerdorf NES3.61, HPUX10.20, PHP4.0.6 as CGI

Re: [PHP-INST] php configure problem

2001-09-07 Thread Steve Cayford
Does config.log have anything more about the error? -steve On Friday, September 7, 2001, at 06:28 AM, Bob wrote: > Hi everyone, if you can help me with this I would really appreciate it. > > If I configure php with this then it works: > > # ./configure > --with-apxs=/usr/sbin/apxs > --without-

[PHP-INST] php configure problem

2001-09-07 Thread Bob
Hi everyone, if you can help me with this I would really appreciate it. If I configure php with this then it works: # ./configure --with-apxs=/usr/sbin/apxs --without-mysql --with-openssl=/usr --with-curl=/usr/local/lib But if I configure with this it gives me "configure: error: cannot find nec