Re: [PHP-INST] PHP 4.2.2 install woe: cannot stat libs/libphp.so

2002-07-23 Thread Fabian Aguirre
Hi! I do get the same error :(, have u got a reply on this error? - Original Message - From: "Reuben D. Budiardja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 7:22 PM Subject: [PHP-INST] PHP 4.2.2 install woe: cannot stat libs/libphp.so > I tried to upgra

php-install Digest 24 Jul 2002 01:09:37 -0000 Issue 945

2002-07-23 Thread php-install-digest-help
php-install Digest 24 Jul 2002 01:09:37 - Issue 945 Topics (messages 7875 through 7884): Re: Build PHP 4.2.1 on OS X: "Multiple Definitions" 7875 by: Frank Bitterlich 7878 by: Steve Cayford Re: php-install Digest 23 Jul 2002 12:04:43 - Issue 944 7876 by: J Fazen

Re: [PHP-INST] Re: php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread J Fazenda
As I said before, my only problem was that I was using the wrong file extension, but the folowing excerpts from mail I exchanged with members of this list may help you identify your problem. Good luck. -- I found the following lines in the httpd.conf that was installed in my syste

[PHP-INST] php 4.1.2 --enable--safe-mode set yet safe mode disabled.

2002-07-23 Thread Matthew Darcy
Hi, I have built php4.1.2 into apache 1.3.26. My exact configure command is. ./configure --with-apache=/usr/local/src/apache_1.3.26 --enable-foce-cgi-red irect --enable-debug --with-openssl=/usr/local/ssl --with-jpeg-dir=/usr/lib --with-zlib=/usr/local/include --enable-ftp --with-mysql=/usr/loc

[PHP-INST] virtual directory support apache 1.3.26 / php 4.1.2

2002-07-23 Thread Matthew Darcy
Hi, I have just compiled and installed php 4.1.2 into apache 1.3.26. All went well - thanks to help from this group. I have just fired up apache and used the php info test page to view my options. They look like this System SunOS burns 5.8 Generic_108528-13 sun4u sparc SUNW,UltraAX-i2

[PHP-INST] php-install

2002-07-23 Thread David Pottier
Subscribe php-install [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Re: php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread Christopher Lyon
The document is showing up as .php and I have added the AddType in the httpd.conf file. I did try the same browser to another server that is running PHP and it loaded fine. It just seems to be around the tie between apache and php. I just can't figure out what and the logs aren't telling me anyth

[PHP-INST] PHP 4.2.2 install woe: cannot stat libs/libphp.so

2002-07-23 Thread Reuben D. Budiardja
I tried to upgrade from PHP 4.2.1 to 4.2.2 due to the security bug announce in the web site. When I do make install, it stopped with errors. The following are the last few lines from the output: [activating module `php4' in /usr/local/apache/conf/httpd.conf] cp libs/libphp4.so /usr/local/apache/l

Re: [PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-23 Thread Steve Cayford
The entropy.ch site has a brief mention of building php 4.2.x way down at the bottom of the page: http://www.entropy.ch/software/macosx/php/#build As far as what I did, I've gotten in the habit of writing shell scripts with the configuration command and comments listing all the steps I took.

[PHP-INST] Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Jani Taskinen
It should be added now, try the latest CVS snapshot: http://snaps.php.net/php4-latest.tar.gz --Jani -- On Tue, 23 Jul 2002, Thomas Langås wrote: >Thomas Langås: >> Output from ldd: >> dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so >>

[PHP-INST] Re: php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread J Fazenda
I had exactly the same problem recently with my very first Linux/Apache/PHP installation. After several days of fruitless efforts, a kind soul told me I was using the wrong file extension (.html). It must be .php to make Apache send the file through the PHP interperter. Could that be your proble

Re: [PHP-INST] Build PHP 4.2.1 on OS X: "Multiple Definitions"

2002-07-23 Thread Frank Bitterlich
Steve, I first tried the instruction in php.net's "INSTALL" document, and then the one from the book "Professional PHP4", which is specific to OS X. I've looked at the hints on developer.apple.com, but they're somewhat outdated (for PHP 4.0.6), they tell me to modify a "ltconfig" file, but I

php-install Digest 23 Jul 2002 12:04:43 -0000 Issue 944

2002-07-23 Thread php-install-digest-help
php-install Digest 23 Jul 2002 12:04:43 - Issue 944 Topics (messages 7866 through 7874): libphp4.so, Sun Solaris 8, relocation error 7866 by: Thomas Langås Re: php-sybase client core on mandrake 8.2 7867 by: Matthew Kurowski PHP 4.2.2 and Apache 1.3.26 Installation

[PHP-INST] Re: [PHP-DEV] libphp4.so, Sun Solaris 8, relocation error

2002-07-23 Thread Thomas Langås
Thomas Langås: > Output from ldd: > dilbert:/usr/src/web/php-4.2.2# ldd -d /local/apache/libexec/libphp4.so > libdl.so.1 =>/lib/libdl.so.1 > libpam.so.1 => /lib/libpam.so.1 > libxmlrpc.so.0 =>/local/lib/libxmlrpc.so.0 > libexpat.so.0 => /loca

[PHP-INST] php 4.2.2 problem

2002-07-23 Thread Philipp Steinkrüger
Hi All, i am having a problem with the new php 4.2.2 and mysql support. I sucked mysql-3.23 binary from mysql.com and installed it. its working fine with my apache 1.3.26 and php 4.2.1. now i tried to install php 4.2.2 with the same ./configure line i used with php 4.2.1. this is what i used:

[PHP-INST] php 4.2.2 problem

2002-07-23 Thread Philipp Steinkrüger
Hi All, i am having a problem with the new php 4.2.2 and mysql support. I sucked mysql-3.23 binary from mysql.com and installed it. its working fine with my apache 1.3.26 and php 4.2.1. now i tried to install php 4.2.2 with the same ./configure line i used with php 4.2.1. this is what i used:

[PHP-INST] subscribe to the PHP installation mailing list

2002-07-23 Thread Ajith Hewagamage
- Do You Yahoo!? Yahoo! Health - Feel better, live better

[PHP-INST] Php-Install on AIX 4.3

2002-07-23 Thread Ajith Hewagamage
I need a help to Install PHP on AIX 4.3 and Apache 1.3.26. PHP ver : 4.2.1 Apache ver : 1.3.26 AIX: 4.3 When I try to run " make" command it gives errors on "pcre.c" .some C files. Does anybody knows why this happen ? Aj. --

[PHP-INST] Installation problems PHP 4.2.2

2002-07-23 Thread Hans van Kilsdonk
Hello everyone, I'm experiencing some problems when installing PHP 4.2.2. I have PHP 4.2.1 installed on our server, with the following options: './configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' \ '--with-gd=/usr/local' '--with-gettext=/usr' '--enable-safe-mode' \ '--with-config-file-