* 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 \
> --with-openssl=/usr/share/doc/openssl \

Try --with-openssl=/usr or --with-openssl=/usr/local

> --with-kerberos=/usr/krb/ \

Try --with-kerberos=/usr

> --with-imap-ssl=/usr/share/doc/openssl \

--with-imap-ssl=/usr or --with-openssl=/usr/local

> --with-ldap=/usr/local/openldap/ \

Probably --with-ldap=/usr here

> --with-mysql=/usr/local/mysql

--with-mysql=/usr/local

> exit 0

> I've also tried the *openssl* part pointing to /usr/include/openssl which 
> is where evp.h lives. Why these bizarre errors when the pointers point to 

For that, =/usr is probably what you want. It just wants to base path
usually; it should know to look in include.

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
All civilizations become either spacefaring or extinct.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to