[PHP] Config problems

2003-02-06 Thread Brian V Bonini
Been using PHP for some time but never have actually compiled my own, the version my provider compiled always sufficed, anyway, I I'm having some issues. config fails here: checking for GD support... yes checking for the location of libjpeg... yes checking for the location of libpng... yes

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
None of these suggestions worked. So...what's wrong with this config script that it throws these errors? configure: error: Cannot find OpenSSL's evp.h /usr/local/bin/config_php: --with-kerberos=/usr/krb5-1.2.2: No such file or directory /usr/local/bin/config_php:

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 03:22]: None of these suggestions worked. So...what's wrong with this config script that it throws these errors? This may make no difference what so ever, but try removing config.cache, then use my suggestions and see if you get a different

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
Well, that got me headed in the right direction. I ended up combining all the commands on one line and removing the references to openssl (I'll mess with that later) and it worked. I have no_idea why... Thanks, BenO At 09:03 AM 12/22/01 -0500, you wrote: * Ben Ocean ([EMAIL PROTECTED]) [Dec

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 11:54]: Well, that got me headed in the right direction. I ended up combining all the commands on one line and removing the references to openssl (I'll mess with that later) and it worked. I have no_idea why... If you installed openssl from

Re: [PHP] Config Problems

2001-12-22 Thread Ben Ocean
At 12:24 PM 12/22/01 -0500, you wrote: * Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 11:54]: Well, that got me headed in the right direction. I ended up combining all the commands on one line and removing the references to openssl (I'll mess with that later) and it worked. I have no_idea

Re: [PHP] Config Problems

2001-12-22 Thread Brian Clark
* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 12:38]: Yeah, I know. It's not an urgent matter, but I'll probably do with that what I'm doing with php and mysql, etc.: rip out the rpms (rpm -e) and install from source with my own config files, then symlink openssl-whatever openssl. Just so

[PHP] Config Problems

2001-12-21 Thread Ben Ocean
Hi; I'm installing php from source and I've run into these config errors: configure: error: Cannot find OpenSSL's evp.h /usr/local/bin/config_php: --with-kerberos=/usr/krb5-1.2.2: No such file or directory /usr/local/bin/config_php: --with-ldap=/usr/local/openldap-2.0.18: No such file or

Re: [PHP] Config Problems

2001-12-21 Thread Brian Clark
* Ben Ocean ([EMAIL PROTECTED]) [Dec 22. 2001 00:01]: Hi; Howdy. I'm installing php from source and I've run into these config errors: [...] Here's my config script: #!/bin/sh cd /usr/local/php ./configure --with-apache=/usr/src/redhat/SOURCES/apache \

Re: [PHP] Config Problems

2001-12-21 Thread Brian Clark
* Brian Clark ([EMAIL PROTECTED]) [Dec 22. 2001 00:09]: --with-ldap=/usr/local/openldap/ \ Probably --with-ldap=/usr here Whoops. For ldap, I meant --with-ldap=/usr/local according to what you said. [...] For that, =/usr is probably what you want. It just wants to base path usually; it