[PHP-INST] Configuring

2003-07-14 Thread BJ Morden
Hello, This is my first time using this because I am at my wits end. I have spend three hours recompiling php and I can't seem to get it to do what I want. I am trying to configure php to use gd. I know that in php 4.3.x gd is built in and I tried using the command -

[PHP-INST] Configuring 4.3.0 on Solaris 2.8

2003-01-07 Thread Ewan McDowall
Hi, I was hoping someone could help me with this. I am trying to install php version 4.3.0 on a sun sparc running solaris 2.8, and I'm getting stuck at the configure step. When running the configure command, this is what I get: root@dalwhinnie> ./configure loading cache ./config.cache checkin

Re: [PHP-INST] Configuring PHP

2002-09-24 Thread Luck
OK, if you don't know, tell me where I'll get answer for this question? -- Luck [EMAIL PROTECTED] www.zonamp3.prv.pl -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Configuring PHP

2002-09-23 Thread Luck
Uzytkownik "Rasmus Lerdorf" <[EMAIL PROTECTED]> napisal w wiadomosci [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Please provide some useful info here. Which OS, which version of gcc, > what is on line 3211 of your zend_language_scanner.c? Mys os i Linux Slackware 8.0. I have gcc 2.95.3 instal

Re: [PHP-INST] Configuring PHP

2002-09-23 Thread Rasmus Lerdorf
Please provide some useful info here. Which OS, which version of gcc, what is on line 3211 of your zend_language_scanner.c? On Mon, 23 Sep 2002, Luck wrote: > Hello > This is my problem > when I configure php under slackware linux (./configure) everything is ok, > but > when I enter 'make' comm

[PHP-INST] Configuring PHP

2002-09-23 Thread Luck
Hello This is my problem when I configure php under slackware linux (./configure) everything is ok, but when I enter 'make' command, I've got these errors Making all in Zend make[1]: Entering directory `/install/php/php-4.2.3/Zend' /bin/sh ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I

[PHP-INST] Configuring php with gdlib + freetype 1 + freetype 2

2002-04-16 Thread Andre Gellert
Hi , i am working for at least 10 hours on a new php upgrade now. I am using php 4.1.2 on linux , suse 7.0, postgres 7.1.2 and compiled on my own the packages from postgres, ldap+berkeley, ssl, apache , zlib, gdlib incl. libjpg, libmng, libpng, freetype-1.3.1 and freetype-2.0.9 . More details may

[PHP-INST] configuring php for db2

2002-01-28 Thread Fabio Spinelli
hi, I have a RedHat distribution installed with mysql. Now I would like also to connect to my AS400 with database DB2, via ODBC unificated functions... but these functions are not defined, probably because the PHP installed was not compiled for DB2 support. Does anyone know how to recompile PHP fo

[PHP-INST] Configuring IIS on Win2k

2002-01-19 Thread Parag Mahajan
Hello group, I am a newbie to PHP & having Windows 2000 + IIS + PHP. Can anyone tell me what did I not do? I did the following things. 1.install PHP 2.Configure PHP as in Internet Service Manager. 3.Add the ISAPI filter as from C:\php\SAPI\php4isapi.dll 4.Add app Mapping as C:\php\php.exe 5.Ru

[PHP-INST] configuring php with curl

2001-09-07 Thread Bob
okay i've been trying to reconfigure php with curl as an option. i have curl installed and have problems configuring php so i asked my webhost if they could reconfigure php exactly the same but just add --with-curl and this is what they said. is this correct? i can't even find php.conf >> Resp

[PHP-INST] configuring problem with PHP + Sablotron

2001-07-30 Thread Michel RINGENBACH
Hi, I try to install Apache, PHP and Sablotron on a Tru64unix v5.1 box. Sablotron compiles fine. While configuring PHP thru the following command LIBS="-liconv $LIBS" ./configure \ --with-apache=/usr/local/src/apache_1.3.20 \ --with-mysql=/usr/local/mysql \ --with-sablot=/usr/local/

Re: [PHP-INST] Configuring Sessions In PHP

2001-03-22 Thread hi
Hi, You need to go to your php.ini file and change one of the session entries. Create a folder anywhere on your computer for php to save session info in, then enter that path name in session.save_path as demonstrated in the last post. His sessions file has the path F: . -- PHP Install Ma

Re: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Phil Driscoll
The windows binaries will do sessions for you. In php.ini you need to do a few things in the sessions bit. Here's the relevant part of my php.ini: session.save_handler = files ; handler used to store/retrieve data session.save_path = F:\php\sessiontmp; argument passed to save_

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-20 Thread Grimes, Dean
other way is to use phplib. Dean -Original Message- From: Eric Pankoke [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 7:21 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] Configuring Sessions In PHP I apologize if this already made it to the list, but as far as I can tell it di

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
>Jason Bell > >-Original Message- >From: Eric Pankoke [mailto:[EMAIL PROTECTED]] >Sent: Monday, March 19, 2001 5:21 PM >To: [EMAIL PROTECTED] >Subject: [PHP-INST] Configuring Sessions In PHP > > >I apologize if this already made it to the list, but as far as I can te

RE: [PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Jason Bell
bject: [PHP-INST] Configuring Sessions In PHP I apologize if this already made it to the list, but as far as I can tell it did not. I am trying to use PHP 4.0.4pl1 with Windows 98 SE and Personal Web Server 4.x (not sure exactly which version). So far everything seems good, except when I try to ad

[PHP-INST] Configuring Sessions In PHP

2001-03-19 Thread Eric Pankoke
I apologize if this already made it to the list, but as far as I can tell it did not. I am trying to use PHP 4.0.4pl1 with Windows 98 SE and Personal Web Server 4.x (not sure exactly which version). So far everything seems good, except when I try to add the line session_start() to a PHP page