RE: [PHP-INST] Can't find APXS. RH6.2

2001-02-12 Thread Are Westby
[snip apxs/php-compile trouble] Make sure you install Apache 1.3.17, as well as the corresponding devel-package. When compiling Apache, specify the prefix attribute to whatever you like. (I used 'sh configure --prefix=/usr/local/apache) Then set '--with-apxs=/usr/local/apache/bin/apxs' (or whate

[PHP-INST] PHP & LDAP

2001-02-12 Thread Phil Huynh
Hi, I have download the ldap_client (ldap_V3.3) from University of Michigan. unpack the tar file, change the installation path in Make-common file. run make and make install. then I configure the PHP ./configure -with-apache=../apache_1.3 -with-ldap=/usr/local/ldap -enable-track. th

[PHP-INST] configure problems

2001-02-12 Thread Gary Casterline
When configuring the latest cvs of php4, I get a LIBS: with -l-L/usr/local/lib. Where is this coming from? SunOS nature.Berkeley.EDU 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-4 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs gcc version 2.95.2 19991024 (release)

[PHP-INST] Apache won't start?

2001-02-12 Thread David E. LeVine
Linux RH 6.2 Apache 1.3.17 php 4.0.2 MySQL 3.23 All compile without a hitch (that I can see). When I start Apache I get the following error: Syntax error on line 207 of /usr/local/apache_1.3.17/conf/httpd.conf cannot load /usr/local/apache_1.3.17/libexec/libphp4.so into server: /usr/local/apach

[PHP-INST] Can't find APXS. RH6.2

2001-02-12 Thread Judd Maltin
Hi kind PHP people, My configure can't run APXS correctly... it says it can't find it, but it's obvious that it's found it and isn't running it correctly. What's a fella to do? Thanks! [root@kislev php-4.0.4pl1]# ./configure --with-pgsql --with-apxs=/usr/sbin/bin/apxs lots of good con

[PHP-INST] redhat 7, apache

2001-02-12 Thread matthew clay shultz
i am trying to install php. i followed all instructions at http://www.php.net/distributions/bigmanual.html#installation but when i load up a .php page, php is obviously not preprocessing the document. can you help me debug? i'm not sure where to start... m@ -- PHP Install Mailing List (htt

Re: [PHP-INST] Sablotron Installation

2001-02-12 Thread John McKerrell
Rasmus Lerdorf wrote: > > Current snapshot from http://snaps.php.net should be fine. The > combination you listed worked nicely for me. Strange but installing the same expat and Sablotron then the latest snapshot worked fine, sure I did that yesterday only with the latest download of PHP from t

Re: [PHP-INST] Cannot get PHP w/GD to compile with Apache on RH

2001-02-12 Thread Rasmus Lerdorf
You should be using: --with-jpeg-dir=/usr Also make sure that you don't have the old gd.h from gd-1.3 lying around. ie. locate gd.h and make sure you only have one. rpm -qa | grep gd -Rasmus On Mon, 12 Feb 2001, Greg Kopp wrote: > I am having trouble getting PHP, GD and apache compiled. I hav

[PHP-INST] Cannot get PHP w/GD to compile with Apache on RH

2001-02-12 Thread Greg Kopp
I am having trouble getting PHP, GD and apache compiled. I have successfully compiled PHP plus options with Apache, but can't seem to get this to work. I need to get ImageCreateFromJPEG working. I have searched the digest, newsgroups, etc., and haven;t found a solution that seems to work. I am us

Re: [PHP-INST] Sablotron Installation

2001-02-12 Thread Rasmus Lerdorf
Current snapshot from http://snaps.php.net should be fine. The combination you listed worked nicely for me. -Rasmus On Sun, 11 Feb 2001, John McKerrell wrote: > Hi, >I really hoped I would not have to post this message but I've been > trying with this for hours and it won't install at all.

Re: [PHP-INST] php with oracle on another server

2001-02-12 Thread Jesse Swensen
First you need to install ProC so you can get the OCI headers and libraries. You should be able to get it off of your distribution CD. Then, you have to recompile PHP using the --with-oci8= directive. -- Jesse > From: "John Kenney" <[EMAIL PROTECTED]> > Date: Mon, 12 Feb 2001 10:37:17 - > T

[PHP-INST] Rép. : [PHP-INST] php with oracle on another server

2001-02-12 Thread Benoit Noss
Hello, you have to install an oracle client (8.x version) on the redhat linux 7 server that is running php. To know if the Net8.0 client is well installed test the database connexion with oracle sql+ After that specify the same connexion parameters in your PHP scripts than those used with sql+

[PHP-INST] php with oracle on another server

2001-02-12 Thread John Kenney
We have php (rpm) running on redhat linux 7, we want to enable oci support in php (as a dso if possible?), but oracle is running on another server, how can we do this? John Kenney -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman