[PHP-INST] Re: storage size of 'buf' isn't known - Slackware

2001-08-07 Thread David Schanen
Anybody have any idea what the problem is here? David Schanen wrote: > This is an older version of Slackware: > Linux www 2.0.33 #1 Tue Apr 7 20:12:12 PDT 1998 i586 unknown > > Anyone have an idea what I can do to fix this? > > /bin/sh /usr/local/src/php-4.0.6/libtool --silent --mode=co

[PHP-INST] Apache 1.3.12 /windows 2k/ PHP

2001-08-07 Thread John Calhoun
I downloaeded and installed the smaller (1.4MB) version of PHP cause the bigger one has no clear install method. So how do I configure the apache 1.3.12 and PHP under windows 2k to get it to work? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For a

[PHP-INST] cvs make problem ?

2001-08-07 Thread David Chang
i all: I got errors while run "make" command at php4-cvs source directory: OS Linux RedHat 6.0 Kernel 2.2.5.15 cd /tmp/php4 /buildconf /configure /make make[3]: Entering directory `/tmp/php4/ext/standard' gcc -I. -I/tmp/php4/ext/standard -I/tmp/php4/main -I/tmp/php4 -I/tmp/apache_1.3.20/src/incl

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread B. van Ouwerkerk
>When I Install PHP with apache, it does not install the php.ini >The path is defined as /usr/local/apache, but nothing is there after >make install. >Every thing else is OK. > >Do I have to copy the php.ini from somewhere ? Yeah.. In the directory where your sourcefiles are found you shou

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread Siamak Amirghodsi
Hello, Thanks for the Info. It is greately appreciated. What happens to the options that I have choosen [ e.g --withoracle ] during configure session? Do I have to find them and make sure the new php.ini does not change them ? The section about extensions is the part that is confusing me. Thanks

php-install Digest 7 Aug 2001 21:52:18 -0000 Issue 401

2001-08-07 Thread php-install-digest-help
php-install Digest 7 Aug 2001 21:52:18 - Issue 401 Topics (messages 3876 through 3887): I not instaling cobalt server 3876 by: Mehmet COKCEVIK ld cannot find -lmysqlclient 3877 by: Patrice Garbe 3879 by: Jani Taskinen Mysql and PHP 3878 by: matt Apache, ph

Re: [PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread Jeff Wiegley, Ph.D.
You do have to install one yourself as far as I know. Pick one of: ./php-4.0.6/php.ini-dist ./php-4.0.6/php.ini-optimized and copy it to php.ini wherever you need it to be. - Jeff Siamak Amirghodsi wrote: > Hello, > > When I Install PHP with apache, it does not install the php.ini > The

[PHP-INST] php.ini is not there after installation !!????

2001-08-07 Thread Siamak Amirghodsi
Hello, When I Install PHP with apache, it does not install the php.ini The path is defined as /usr/local/apache, but nothing is there after make install. Every thing else is OK. Do I have to copy the php.ini from somewhere ? Thanks, Sam -- PHP Install Mailing List (http://www.php.net/)

RE: [PHP-INST] problems compiling php 4.0.6 into apache 1.3.20

2001-08-07 Thread Jon Wagoner
It seems that --enable-xslt and --with-xslt-sablot are mutually exclusive. This together with the V_FOPEN/VCWD_FOPEN I e-mailed about earlier got it up and running. -Original Message- From: Jon Wagoner [mailto:[EMAIL PROTECTED]] Sent: Monday, August 06, 2001 5:29 PM To: '[EMAIL PROTECTED

[PHP-INST] PHP and Solaris 8 / iPlanet

2001-08-07 Thread Dale Wright
After installing PHP on Solaris 8 with iPlanet 4, the web server will not restart -- the error is -- start failed. (2: unknown early startup error) I have looked through a lot of the discussion groups and recommended web sites to no avail. Can anyone give me some clues? If I comment out the init

[PHP-INST] V_FOPEN changed to VCWD_FOPEN?

2001-08-07 Thread Jon Wagoner
I was trying out some modules, just experimenting, and tried to use the Ming module with PHP 4.0.6. PHP compiled fine, but then when I went to compile Apache (1.3.20) with php as a module, apache complained about: modules/php4/libphp4.a(ming.o): In function `php_if_swfmovie_save': /usr/src/php-4

Re: [PHP-INST] MIME types

2001-08-07 Thread Steve Brazill
The problem may be that the 'common' "httpd.conf" you put into place, does not take into account any other 'modules' or changes made to your Apache installation. That's why I always use the 'source' distribution and method of configuring and installation. You'd have total control over the confi

Re: [PHP-INST] MIME types

2001-08-07 Thread Jan-Erik Bullett
Aha. Response. Not a very good one, methinks. My Apache is installed from rpm. I have the /etc/httpd/conf/ dir with apache-mime.types, httpd.conf and commonhttpd.conf files. I for some reason copied the commonhttpd.conf to httpd.conf and edited the bit about AddType... ...x-httpd-php (removed the

[PHP-INST] Apache, php and secure socket layer

2001-08-07 Thread Armando Colpa
Guys Do you have to use port 80 when starting apache with ssl? I have a number of apache binaries on a box, and need to test one with ssl. However, I can't use port 80, as more critical stuff already has access to it. Any suggestions? Thanks in advance. Armando -- PHP Install Mailing List (ht

Re: [PHP-INST] ld cannot find -lmysqlclient

2001-08-07 Thread Jani Taskinen
# rm -f config.cache # ./configure # make clean # make --Jani On Tue, 7 Aug 2001, Patrice Garbe wrote: >Hello ! > >I compiled PHP with the mysql external support but I had >a "mysql ran out of memory" error perfoming a big query. >As I didn't find a way to extend the mysql client cache >(if

[PHP-INST] Mysql and PHP

2001-08-07 Thread matt
Sorry to sound dim, I currently rent a space on a web server that has Mysql installed and support for PHP. I am new to this but do I need Mysql and php installed on my own servers to make use of the web space. For me to create a database and PHP pages on the web server what will I need to install

[PHP-INST] ld cannot find -lmysqlclient

2001-08-07 Thread Patrice Garbe
Hello ! I compiled PHP with the mysql external support but I had a "mysql ran out of memory" error perfoming a big query. As I didn't find a way to extend the mysql client cache (if you have a solution don't hesitate...) I decided to compile PHP again this time with the mysql built-in support.

[PHP-INST] I not instaling cobalt server

2001-08-07 Thread Mehmet COKCEVIK
Hello, I not instaling PHP 4 in Cobalt server . I having problems. Pls help me Server : Cobatl RAQ3 OS : Cobalt 5.0 :

php-install Digest 7 Aug 2001 09:38:52 -0000 Issue 400

2001-08-07 Thread php-install-digest-help
php-install Digest 7 Aug 2001 09:38:52 - Issue 400 Topics (messages 3870 through 3875): zend_language_parser (make install error) 3870 by: Craig O'Brien 3874 by: Craig O'Brien problems compiling php 4.0.6 into apache 1.3.20 3871 by: Jon Wagoner SSL problem

[PHP-INST] Installation Problem

2001-08-07 Thread Arkoudeas Dimosthenis \( ArkoNet \)
This is the debug.log from a Slackware Linux CONFIGURE: './configure' '--with-apxs=/usr/sbin/apxs' '--with-ftp' '--enable-versioning' '--enable-tracking-vars=yes' '--enab le-url-includes' '--enable-sys