Re: [PHP-INST] PHP Installation : apxs ?????

2002-06-10 Thread Jason Reid
it is possible that you didnt build apache with apxs support. thats why its not there im guessing. - Original Message - From: "shanky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Sebastian Wolfgarten" <[EMAIL PROTECTED]> Sent: Tuesday, June 11, 2002 12:04 AM Subject: Re: [PHP-INST] P

Re: [PHP-INST] PHP Installation : apxs ?????

2002-06-10 Thread shanky
Thanks Sebastian. But I don't seem to have it at all. $ cd / $ find . -name "*apxs*" -print ./usr/share/man/man8/apxs.8.bz2 Is it possible. But my apache seems to be working fine ! Sebastian Wolfgarten wrote: > Hi Shanky, > > apxs is part of the apache distribution, > you will find it in the

RE: [PHP-INST] PHP Installation : apxs ?????

2002-06-10 Thread Sebastian Wolfgarten
Hi Shanky, apxs is part of the apache distribution, you will find it in the subdirectory bin of your apache install directory (mostly). Be sure to use --with-apxs2 option when configuring for the case you will ever use apache2... bye, sebastian -- PHP Install Mailing List (http://www.php.net/

[PHP-INST] PHP Installation : apxs ?????

2002-06-10 Thread shanky
greetings ! I un-tared php-4.2.1 and in the installation instructions, it tells me to install using ./configure --with-mysql --with-apxs but I see that I don't have 'apxs'. $ cd / $ find . -name "*apxs*" -print ./usr/share/man/man8/apxs.8.bz2 I've httpd(v1.3.20) in Mandrake 8.1. How to insta

[PHP-INST] sysmbol not found:pow: ......while starting apache

2002-06-10 Thread FAHIM K S
I am using apache 1.3.24 on UnixWare 7.1, PHP 4.2.1 and oracle 8.1.5 I have installed oracle 8.1.5. In /etc/profile I have added the following environment variables, ORACLE_HOME=/home/or8i/sw/8i; export ORACLE_HOME PATH=$PATH:/usr/bin:/usr/java/bin:$ORACLE_HOME/bin:. export PATH LD_LIBRARY_PAT

[PHP-INST] Zend Sos Evaluation

2002-06-10 Thread listgetter
I've got a question to ask about Zend Accelerator that should go in an evaluation support ticket, but I can't seem to create one. All of the docs say "Go to your Pickup Depot and click 'New Ticket'". It even says that *in* the pickup depot, but the words "new ticket" aren't linkable, and nowh

php-install Digest 10 Jun 2002 21:24:58 -0000 Issue 877

2002-06-10 Thread php-install-digest-help
php-install Digest 10 Jun 2002 21:24:58 - Issue 877 Topics (messages 7266 through 7273): make php4 error on tru64 7266 by: system PRIVILEGED account Re: Problem with Installing PHP4 on AIX4.3.3 7267 by: jkaufman.footlocker.com Configure error w/PHP 4 on RH7.2 7268

RE: [PHP-INST] Configure error w/PHP 4 on RH7.2

2002-06-10 Thread Shaun Fanning
I finally got it to work using the following before running the configure command: export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam" Thanks for your help. -Original Message- From: Adam Voigt [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:41 AM To: [EMAIL PROTECT

[PHP-INST] Apache 2 + php 4.2.1 work fine together !

2002-06-10 Thread Marga Meesters
I've installed apache2 and php 4.2.1. and it all works fine here. So the can work together ! When you want to know the configuration I'm using just let me know. Marga - Original Message - From: "Bill Angus" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 08, 2002 7:11 PM

[PHP-INST] PHP+SYBASE+

2002-06-10 Thread Pedro Moritz de Carvalho Neto
Does anyone knows how to install php with sybase support (using ct-lib)??? Do I have to re-compile my apache??? what variables do i have to set?? When I put my httpd to work, it fails with no error message (only with FAILED), so i can“t see what is going on!!! If i compile my php without the line

Re: [PHP-INST] Configure error w/PHP 4 on RH7.2

2002-06-10 Thread Adam Voigt
This is probably totally incorrect, but I see mention of "krb5" in the error, I'm pretty sure this is the kerberos 5 encryption library and ofcourse this may be a totally acceptable error since as far as I know "krb5" is not required, but just out of curiosity, have you tried rebooting since your

[PHP-INST] mod_php4: undefined symbol: zm_startup_syslog

2002-06-10 Thread Felix Natter
hi, I installed php 4.2.1 from source (I needed a recent php for a project), but now I get an error-message from apache: couchpotato:/etc# /etc/init.d/apache restart Reloading apache modules. Syntax error on line 108 of /etc/apache/httpd.conf: Cannot load /usr/lib/apache/1.3/libphp4.so into serv

[PHP-INST] Configure error w/PHP 4 on RH7.2

2002-06-10 Thread Shaun Fanning
I'm trying to install PHP 4.2.1 on RH7.2 with support for MySQL 3.23.49a I'm getting the following error when running configure: checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no configure: error: mysql configure failed. Please check config.log for m

Re: [PHP-INST] Problem with Installing PHP4 on AIX4.3.3

2002-06-10 Thread jkaufman
Are you trying to use it as DSO or compiled into Apache? Gcc or Aix Cset compiler? Are you using Aix make? Aix m4? I found compiling PHP under Aix a real real pain. Jonathan Kaufman Timothy Canon <[EMAIL PROTECTED]> on 06/04/2002 12:54:46 PM To: "Wei Bin Teah" <[EMAIL PROTECTED]> cc:

[PHP-INST] make php4 error on tru64

2002-06-10 Thread system PRIVILEGED account
Hello I have configured with ./configure --with-mysql --with-apache=/usr/local/apache --enable-track-vars ok then make get me this error message: cc: Error: mod_php4.c, line 443: In this statement, "ap_auth_type" is not a member of "r->connection". (needmember) r->connecti