[PHP-INST] Problem installing PHP 4.3.2 and Apache 2.0.47 on ia64

2003-07-28 Thread Dino Ciuffetti
Hello, I tried to install php 4.3.2 and apache 2.0.47 on a RedHat 2.1AS, platform ia64. apache2 installation: $ export CFLAGS="-O3 -fomit-frame-pointer -finline-functions -fcaller-saves" $ ./configure --prefix=/opt/pul/httpd-2.0.47 --enable-mods-shared=all $ make $ make install $ /opt/pul/http

[PHP-INST] Problem Installing On XP

2003-07-24 Thread Joe Giles
List, I am new to PHP and Apache in a Win32 environment, I usually set these things up in Linux, but we are evaluating PHP and APACHE for Win32. I installed and configured Apache and it works like it should. The problem is with PHP. I installed it according the the txt file, but when I test the ap

[PHP-INST] Problem with require() function

2003-07-09 Thread fazla
I get this message: Warning: main(lib/user_data.php) [function.main]: failed to create stream: Permission denied in /home/civitas/Documents/www/civitas/index.php on line 39 Fatal error: main() [function.main]: Failed opening required 'lib/user_data.php' (include_path='.:/usr/share/php') in /home/

Re: [PHP-INST] Problem on getting value.

2003-06-21 Thread Frédéric Trudeau
;Joe Phyism" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 21, 2003 9:29 PM Subject: [PHP-INST] Problem on getting value. > Dear all, > > I am using Apache 1.3.26 and PHP 4.3.2, running on Windows XP as local web > server, however, I encounter the foll

[PHP-INST] Problem on getting value.

2003-06-21 Thread Joe Phyism
Dear all, I am using Apache 1.3.26 and PHP 4.3.2, running on Windows XP as local web server, however, I encounter the following problem when I try to execute my PHP script. [source of show.php] [source end] I try to use IE to see the result, however, no matter http://localhost/show.php or http:

[PHP-INST] Problem getting PHP to work with Apache

2003-06-15 Thread Ross Franklin
Hi I am trying to get PHP working with my Apache web server and am having some trouble. I installed apache-1.3.4.19.i386.rpm onto my system running SuSE 7.2. This RPM comes on the install disks for SuSE. Now there are no problems with that, but when I try to install the php module, Apache won't st

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
ROTECTED]> To: "Stephen" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 11:01 AM Subject: Re: [PHP-INST] Problem with PHP > Hi, > > I am following this and had also some difficulties with Apache (Version 1.3) > when upgrading PHP to latest st

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Doris Pelger .:. Eva Horner
Doris - Original Message - From: "Stephen" <[EMAIL PROTECTED]> To: ".ma" <[EMAIL PROTECTED]> Cc: "Installation Helplist (PHP)" <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 11:40 AM Subject: Re: [PHP-INST] Problem with PHP > php4ts.dll

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
TECTED]> Sent: Saturday, June 14, 2003 10:33 AM Subject: Re: [PHP-INST] Problem with PHP > hi > > it _is_ a unix-file. but afaik the dll-files (php4ts.dll > php4apache.dll) need to be in the system root (for Win98 thats > c:\windows\system and for NT thats c:\WINNT) ? i also

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread . ma
the spellings wrong!). They need to be in the same directory, and by default one is in the php base root and the other is the php/sapi Stephen - Original Message - From: "Benoit Tremblay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 5:30

Re: [PHP-INST] Problem with PHP

2003-06-14 Thread Stephen
: "Benoit Tremblay" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 14, 2003 5:30 AM Subject: [PHP-INST] Problem with PHP > I, > > I have installed apache (with module so enable) and PHP 4.3.2 but I search the file libphp4.so and he is not in my comp

[PHP-INST] Problem with PHP

2003-06-13 Thread Benoit Tremblay
I, I have installed apache (with module so enable) and PHP 4.3.2 but I search the file libphp4.so and he is not in my computer. Why? I think it's require for run PHP in apache. Thank you, Benoit Tremblay

[PHP-INST] Problem

2003-06-06 Thread Andrew Summersgill
hi i am running Apache version 2.x (latest version to date 06/06/03) I have installed php as followed by install.txt and it will not read the .php files. I am trying to run a .php Board (free of charge from www.phpbb.com) and i cannot run it. I just get a Parent Directory. To see for yourself

[PHP-INST] problem with LDAP in PHP 4.3.2

2003-06-05 Thread delfin
Hi all, i cant compile php 4.3.2 with ldap (without ldap it works ok). I tried (to be sure) php 4.3.1 with ldap yet and no problem. debug.log: CONFIGURE: './configure' '--with-apache=../apache' '--enable-track-vars' '-- with-imap=/usr/local/src/imap-200c' '--with-imap-ssl' '--with-pgsql' '--

Re: [PHP-INST] problem to the installation

2003-04-06 Thread Rasmus Lerdorf
sage - > From: "Rasmus Lerdorf" <[EMAIL PROTECTED]> > To: "Milhouse Van Houten" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Saturday, April 05, 2003 2:37 AM > Subject: Re: [PHP-INST] problem to the installation > > > > Th

Re: [PHP-INST] problem to the installation

2003-04-05 Thread Milhouse Van Houten
us Lerdorf" <[EMAIL PROTECTED]> To: "Milhouse Van Houten" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 05, 2003 2:37 AM Subject: Re: [PHP-INST] problem to the installation > There is no --with-apache2 switch. Use --with-apxs2 and point it a

Re: [PHP-INST] problem to the installation

2003-04-04 Thread Rasmus Lerdorf
There is no --with-apache2 switch. Use --with-apxs2 and point it at your apxs script. But, keep in mind that Apache2+PHP is barely beta-quality and you are likely to run into problems. For any sort of production server, use Apache-1.3.x -Rasmus On Sat, 5 Apr 2003, Milhouse Van Houten wrote: >

[PHP-INST] problem to the installation

2003-04-04 Thread Milhouse Van Houten
I have downloaded PHP 4.3.1 in php.net for Linux. When I execute ./configure --prefix=/php --with-mysql --with-apache2=/httpd-2.0.34 everything is ok. But, when I execute the command make after, I have two errors: the use of `tempnam' is dangerou s, better use `mkstemp' and a few style error: e

[PHP-INST] problem to the installation

2003-04-04 Thread Milhouse Van Houten
I have downloaded PHP 4.3.1 in php.net for Linux. When I execute ./configure --prefix=/php --with-mysql --with-apache2=/httpd-2.0.34 everything is ok. But, when I execute the command make after, I have there errors in the compilation, who can help me???: In function `my_tempnam': /php-4.3.1/ex

[PHP-INST] problem with the url query string--"Notice: Undefined variable"

2003-03-31 Thread Isidro Hernandez Guillen
hi, im new to phpand i have a problem when i click on this link: Hi, I'm Kevin! the parser outputs this message "Notice: Undefined variable: name", im runnig apache on a windows system: welcome.php code: -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

[PHP-INST] Problem: Error: 403 - Forbidden

2003-03-30 Thread Alessandro
Greetings, I am running Apache 2.0.44 with PHP 4.3.0 under Microsoft WindowsXPHome. Now the problem: When i make a requestat my server for a PHP page i get the error: 403 - Forbidden. At the buttom you can find the links to the conf. file and the INI. I tried verry much but can't solve the proble

Re: [PHP-INST] Problem with -c option and --with-config-file-pathoption

2003-03-27 Thread Rasmus Lerdorf
Please do not spam multiple lists with the same question. Especially since you haven't managed to hit the right one yet. [EMAIL PROTECTED] would have been the appropriate list. On Thu, 27 Mar 2003, Mark Striebeck wrote: > Hi, > > we are building PHP with the --with-config-file-path compile s

[PHP-INST] Problem with -c option and --with-config-file-path option

2003-03-27 Thread Mark Striebeck
Hi, we are building PHP with the --with-config-file-path compile setting to get our php.ini file from our own location. Now, in some scenarios we need to run PHP with the -c command line option to get the php.ini file from a different location. This seems to cause problems! When using the -c

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
Oops, forgot about register globals. I'll just add that register globals can't be changed with ini_set(); It has to be done in the php.ini config file (and Apache must be restarted). If this is a site open to the general public it's a good idea to not turn globals on, and to use the example

RE: [PHP-INST] Problem

2003-03-27 Thread Rich Gray
> I have installed php 4.3.1 in my Apache server 1.3.2 as a server > module abd the operative system is Window 98. It works with my > php scripts but, when I try to pass variables to a php from > another file or from the browser, php doesn't recognise the variable. > > For example, with a script li

RE: [PHP-INST] Problem

2003-03-27 Thread Stembridge, Michael
ilto:[EMAIL PROTECTED] > Sent: Wednesday, March 26, 2003 6:04 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Problem > > > Hi, > > I have installed php 4.3.1 in my Apache server 1.3.2 as a > server module abd the operative system is Window 98. It works > with my php scr

[PHP-INST] Problem

2003-03-27 Thread Sandra Rius
Hi, I have installed php 4.3.1 in my Apache server 1.3.2 as a server module abd the operative system is Window 98. It works with my php scripts but, when I try to pass variables to a php from another file or from the browser, php doesn't recognise the variable. For example, with a script like

[PHP-INST] Problem with Apache-2.0.44

2003-03-25 Thread Sebastian Muench
Hi all, I'm running a redhat 8. I want to install a php-4.3.1 as a sapi module for apache-2.0.44. I worked as recommended in the php -docs. Typed Commands: 1. tar xvfz httpd-2.0.44.tar.gz 2. tar xvfz php-4.3.1.tar.gz 3. cd httpd-2.0.44 4. ./configure --enable-so 5. make 6. make install 7.

[PHP-INST] Problem on Solaris 8

2003-03-25 Thread Guillermo Guill?n Angel
Hello I've been trying to install PHP 4.3.1 on my Solaris 8 server, but when I try to run the configure script it just freezes this is what I get: root en robin# ./configure --with-mysql --with-apache=/usr/local/apache_1.3.27 creating cache ./config.cache checking for Cygwin environment... no ch

RE: [PHP-INST] problem connecting PHP w/ODBC

2003-03-21 Thread Beverly Steiner
- From: Beverly Steiner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 18, 2003 1:57 PM To: [EMAIL PROTECTED] Subject: FW: [PHP-INST] problem connecting PHP w/ODBC Hello again, Does anyone have suggestions about where I can get an answer to the problems I'm having with ODBC? I've t

FW: [PHP-INST] problem connecting PHP w/ODBC

2003-03-18 Thread Beverly Steiner
er? I have posted to the PHP-INST and PHP-DB lists. -- Beverly Steiner [EMAIL PROTECTED] -Original Message- From: Beverly Steiner [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2003 6:53 PM To: [EMAIL PROTECTED] Subject: [PHP-INST] problem connecting PHP w/ODBC Hel

[PHP-INST] PROBLEM CREATING MODULE FOR APACHE

2003-03-17 Thread Iker alonso
Hello I had a problem with PHP's "make install" ´m updating some of my services on RedHat 8, everything is fine except that i download the last version of php, i installed but when i try to made a module for apache i get this error: *** No rule to make target `/usr/local/apache/php-4.3.1/ext/ct

[PHP-INST] problem connecting PHP w/ODBC

2003-03-14 Thread Beverly Steiner
Hello, I am having problems accessing a database through ODBC. I first sent an email describing my problems accessing an MS Access database through PHP. Today I installed MySQL. I have no problems accessing my test database with the mysql commands. I downloaded MySQL's ODBC driver. I get the s

[PHP-INST] problem php4.0.6 openssl and curl

2003-03-11 Thread Peter B
Hello, We have a problem regarding PHP 4.0.6, Curl and openssl. Curl works when posting to http servers. but when we post to a https server we get the following error message SSL: couldn't create a context! Can anyone tell me where we go wrong. We can not update to a higher version of php becau

[PHP-INST] problem accessing MS Access DB

2003-03-10 Thread Beverly Steiner
Hello, I am having problems accessing an MS Access database through PHP and thought maybe I missed something in the installation process. I set up a System DSN for the database and went back and forth with a member of the PHP database mailing list and he can't figure out why it isn't working. I

[PHP-INST] Problem installing PHP 4.3.1 snprintf unknown symbol)

2003-03-10 Thread Martin Seneclauze
Hello, I am trying to install PHP 4.3.1 to be used with apache 2.0.44 and I get an error. I tried a lot of things (changing LD_LIBRARY_PATH) but no solutions are working... /bin/sh libtool --silent --mode=link gcc -export-dynamic -g -O2 -avoid-version -module -L/usr/ucblib -L/usr/local/lib/gcc-l

[PHP-INST] Problem with /dev/random on Solaris

2003-03-04 Thread Jonas Blåberg
Hello! I have installed PHP 4.2.3 on Solaris 7. Unfortunately SUNWski (for /dev/random functionality) was not installed, but I found it on a Sun CD and installed it. Seemed to be working great, even though I did not know the version of the Sun CD. But when I tried using some PHP scripts the w

Re: [PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Stéphane Moitry
Many thanks ! I left the php4ts.dll in the php directory because I thought it was in the right directory (with php.exe), but as the php4isapi.dll was in another directory, it didn't work ... It's ok now, thanks again ! Stéphane P.S. : Are you french too ? "Rich Gray" <[EMAIL PROTECTED]> a écrit

RE: [PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Rich Gray
Salut Stephane Did you install the php4ts.dll into winnt\system32? Did you install php4isapi.dll as a new ISAPI filter? Did you stop and re-start IIS? A+ Rich > > Hi everybody, > > I've a big problem : I usually use ASP scripts, but if I watch > what is done, > it seems to be usefull to know how

[PHP-INST] Problem installing PHP4/IIS isapi

2003-02-26 Thread Stéphane Moitry
Hi everybody, I've a big problem : I usually use ASP scripts, but if I watch what is done, it seems to be usefull to know how to programm in PHP. So I downloaded php4.3.1 (the zip version for manual installation in isapi modules), to install it on IIS5 on Windows 2000 Server. I unzipped the pack

[PHP-INST] Problem Installing 4.3.1

2003-02-25 Thread Jörn Volckmann
Hi I have a problem with compiling PHP 4.3.1. I run # ./configure --prefix=/usr/share --datadir=/usr/share/php -- bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --with- config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug -- enable-bcmath --enable-calendar --ena

[PHP-INST] Problem compiling PHP with IBM DB2

2003-02-19 Thread Jason Williams
Hello everyone. I am currently attempting to compile PHP 4.3.1 with support for IBM DB2. I have read all the documentation and followed what was recommended. However, I am having a problem when it comes to "make install". "Make" works great. Its when I run 'make install' is where the problem o

[PHP-INST] problem with apache 2.0.43 and php4.2.3 not executing from default server.

2003-02-18 Thread Allen Byington
It's an interesting problem. I have the default apache with a slew of virtual hosts and php executes everywhere correctly but from the default fully qualified server name. It's an internal site so you won't be able to try this out for yourselves but here goes. the address http://emerald.dex.uswe

[PHP-INST] problem with getting the pspell working

2003-02-17 Thread Pawel J. Maczewski
Hi all, I have apache 1.3.22 on a RH Linux 7.1 box. Installed PHP 4.3.0 with pspell support. I have 2 disctionaries installed: english and polish (dictionaries are from gnu aspell ftp site). But my php script seems not to find the dictionaries... Is there any smart thing I should do for php f

[PHP-INST] Problem with Oracle 8

2003-02-17 Thread Frank
Hi, I'm Frank, I have a problem with the extension oci8 PHP, yours known some version from PHP up to 4.0.4 that execute good the extension oci8 in php, to update my php. thank you and blessing. Hola, soy Frank, tengo un problema con la extension oci8 de PHP, ustedes conocen alguna version de p

[PHP-INST] Problem php 4.3.0

2003-02-04 Thread Julieta Soto/Mexico/IBM
Hello: I have a problem to install php 4.3.0 I have an AIX 4.3.3 system and Apache 2.0.43 The problem is after to run : ./configure --with-apxs2=/usr/local/apache2/bin/apxs The error and warning are: shtool:echo:Warning: unable to determine terminal sequence for bold mode shtool:echo:Warni

[PHP-INST] problem with sybase ct_connect install

2003-01-27 Thread Art Chevalier
Hello, I recently upgraded from PHP 4.2.3 to 4.3 and Apache 1.3 to 2.+. Previously I wasnt having a problem connecting to Sybase. After the upgrade I cant connect using the ct_connect library. My php.ini file hasnt changed. Any ideas? Here is my error: Warning: sybase_connect() [function.sybase-c

[PHP-INST] Problem with libmcrypt-2.5.6 !

2003-01-23 Thread frankv
Hi I'm working with php4.3.0+apache1.3.27+solaris8+mcrypt-2.6.3+mhash-0.8.17+libmcrypt-2.5.6 When I try to compile php with libmcrypt-2.5.6 support, I see it error: (--with-mcrypt=/usr/local/bin or --with-mcrypt=../libmcrypt-2.5.6) ... ... checking for mcrypt_module_open in -lmcrypt... no checki

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-22 Thread frankv
Hi Thank you But, the problem was solved updating SED version on Solaris 8 !!! Best regards, On Wed, 22 Jan 2003 11:35:25 +0500 "toby -" wrote: > > hi > > you need tow extra libraries for gd support > > tiff and jpeg > > you will hae to down load these, put them in ur php folder and co

Re: [PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread toby -
hi you need tow extra libraries for gd support tiff and jpeg you will hae to down load these, put them in ur php folder and configure php.ini to work --with both hope dis helps . good luck toby . _ Add photos to your

[PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread frankv
Hi I'm installing php 4.3.0 with apache 1.3.27, Solaris 8. My configure command is: ./configure --prefix=/usr/local/php-4.3.0 --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --with-gd --with-zlib --enable-exif --with-ttf=/usr/local/lib --with-t1

[PHP-INST] Problem compiling PHP 4.3.0 with GD

2003-01-21 Thread frankv
Hi I'm installing php 4.3.0 with apache 1.3.27, Solaris 8. My configure command is: ./configure --prefix=/usr/local/php-4.3.0 --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs --with-openssl=/usr/local/ssl --with-gd --with-zlib --enable-exif --with-ttf=/usr/local/lib --with-t1

[PHP-INST] Problem compiling PHP 4.3.0 with Apache 1.3.27 on SuSE Linux 7.3

2003-01-17 Thread Manuel Cramer
Hi Folks, i have a huge Problem compiling PHP. I've used the same params as i used with PHP 4.2.1, 4.2.2 and 4.2.3. The cli-version compiles correctly, but when i try to use the SAPI-module the Apache posts the following error: Syntax error on line 240 of /usr/local/apache/conf/httpd.conf: Can

[PHP-INST] problem configure PHP4.3.0 Apache 1.3.27 Oracle client 8.1.7 Aix 4.3.3

2003-01-13 Thread Simon SOUVANNARAT
Good evening, I' v been struggling to install PHP-Oracle on AIX for several days and still can' t find the solution. __ Oracle 8.1.7 and Oracle client have been installed succesfully on the server __ Whatever the way I configure PHP (dynamic with --apxs option or statc with --apac

Re: [PHP-INST] Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-11 Thread Stephen
Still no solution for configging apache(1.3.27) when PHP(4.3.0) is done with -- with-imap. Any suggestions? Thanks, Stephen Here's my output: hostname# ./configure --prefix=/usr/local/apache --activate- module=src/modules/php4/libphp4.a Configuring for Apache, Version 1.3.27 + using installati

Re: [PHP-INST] Problem - Apache & PHP

2003-01-06 Thread Chris Hewitt
Reetu Singh wrote: I have a problem with running PHP in modular form as I want to store the global PHP_AUTH_USER which i can not use in the cgi version. When i run .php3 files it just displays the php files as such. And also I am unable to run the cgi files on the apache. Can any one help me.

[PHP-INST] Problem - Apache & PHP

2003-01-06 Thread Reetu Singh
Dear All, I have a problem with running PHP in modular form as I want to store the global PHP_AUTH_USER which i can not use in the cgi version. When i run .php3 files it just displays the php files as such. And also I am unable to run the cgi files on the apache. Can any one help me. regard

[PHP-INST] Problem with PHP-4.3.0 / Sablot

2003-01-05 Thread dtuecks
Hello , Trying to setup linux/apache1.3.27/php4.3.0 with Sablot, my php exits during the make process: /usr/local/lib/libsablot.so: undefined reference to `operator new[](unsigned)' /usr/local/lib/libsablot.so: undefined reference to `vtable for __cxxabiv1::__si_class_type_info' /usr/local/lib/li

Re: [PHP-INST] problem

2003-01-04 Thread Stephen Edmonds
]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 04, 2003 8:51 PM Subject: Re: [PHP-INST] problem > > ahhh nice.. the content filter at my work just stopped me from going to > your sitePHP enters the Porn world i see. > > so if you have an error that yo

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi again, Rasmus, I just found out on another forum for PDFLib that the packages they provide on their website will not work with PHP 4.3.0, the reason being, I quote: "the PDFlib 4.0.3 binaries for PHP 4.2.1 and higher will not work with php 4.3.0. The problem is, that the "warn_not_available"

Re: [PHP-INST] problem

2003-01-04 Thread Jeffrey_N_Dyke
bject: [PHP-INST] problem

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
> Well, according to ours you should build it from PHP. OK, I'll try it then > Note that Apache2+PHP is very experimental. Thanks, I know but I just installed it at home just to see how things are working with Apache 2 and MySQL 4.0.7. Just to try and catch as many problems as possible before m

[PHP-INST] problem

2003-01-04 Thread Johan (natkejs)
Hey, We just installed the latest version of PHP on a Windows 2000 servers. http://www.glamourmodelsgonebad.com/scriptrevshare/gallery.php?goto=am01 Does anyone know how I fix that error? / Johan Sparrman -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> I did not build php with it. I downloaded PDFLib from pdflib.com and > followed their instructions ("Loadable Module (DSO)" is the recommended way > for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, > accrodig to their manual). Well, according to ours you should build it fr

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi Rasmus, I did not build php with it. I downloaded PDFLib from pdflib.com and followed their instructions ("Loadable Module (DSO)" is the recommended way for using PDFlib with PHP instead of rebuilding PHP with --with-pdflib, accrodig to their manual). Then I copied the file libpdf_php.* fro

Re: [PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Rasmus Lerdorf
> The module (libpdf_php.so) is in /usr/include/php. It's the folder specified > in the extension_dir variable of the php.ini file.In the same file, I also > added extension=libpdf_php.so Where did you get this libpdf_php.so file? When building it from PHP using --with-pdf=shared it gets called p

[PHP-INST] Problem to get PDFLib working

2003-01-04 Thread Dmitry Demczuk
Hi, I'm trying to get PDFLib 4.0.3 installed along with PHP 4.3.0, using the loadable module. The module (libpdf_php.so) is in /usr/include/php. It's the folder specified in the extension_dir variable of the php.ini file.In the same file, I also added extension=libpdf_php.so Checking if PDF i

[PHP-INST] problem with 4.3.0 on AIX

2003-01-04 Thread Sergio G . Reus
Hi, I've tried to compile the new PHP 4.3.0 on an IBM pSeries AIX 5.1 with oracle, GD library support and apache 1.3.27. but gives the following error while compiling: [...] /bin/sh libtool --silent --mode=compile gcc -Iext/standard/ -I/opt/src/php-4.3.0/ext/standard/ -DPHP_ATOM_

[PHP-INST] Problem configuring PHP 4.3.0 with IMAP on RH 7.2

2003-01-02 Thread Joerg Aldinger
When trying to configure PHP 4.3.0 on RedHat 7.2 with the following command: ./configure --no-create --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/usr/com --localstatedir=/var --libdir=/usr

[PHP-INST] Problem with configure script for PHP 4.3.0 on Solaris 8

2003-01-02 Thread Bill Thomason
Hi, I'm trying to run the configure script for PHP 4.3.0. It keeps exiting with the following message: configure: error: libjpeg.(a|so) not found. This is how I'm running configure: ./configure --prefix=/opt/sfw/php --with-mysql=/opt/mysql \ --with-pgsql=/opt/postgres --with-gd=shared,/opt/sfw

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
On Wed, 18 Dec 2002, Adam Voigt wrote: > Hmm, if your mysql part looks like: --with-mysql > Try changing it to the full path like: --with-mysql=/usr/local/mysql > (OR whatever the path is) It has the path /usr which has worked before (forgot to post it :). Now I think the problem are the RPM's fr

Re: [PHP-INST] Problem with lex?

2002-12-18 Thread Jim Thome
Install bison, flex, and binutils, and try again. >>> "Interware (Roboz)" <[EMAIL PROTECTED]> 12/17/02 09:43PM >>> Hi All, Please help me. I can't install the PHP. Thanks: Béci nagygep:~/install/php/php-4.1.2 # ./configure --with-

Re: [PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Adam Voigt
Hmm, if your mysql part looks like: --with-mysql Try changing it to the full path like: --with-mysql=/usr/local/mysql (OR whatever the path is) If it already has the path trying dropping it off and seeing if the default connection library works. On Wed, 2002-12-18 at 12:23, Lic. Rodolf

[PHP-INST] Problem with MySQL-4.0.5-0 & PHP.

2002-12-18 Thread Lic. Rodolfo Gonzalez Gonzalez
Hi, I've just upgraded to MySQL-4.0.5-0 in a RH6.2 (ancient) system, and now I have this problem with PHP: it compiles --with-mysql but when Apache tries to start it drops this message: Starting httpd: Syntax error on line 250 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp4.

[PHP-INST] Problem with lex?

2002-12-17 Thread Interware \(Roboz\)
Hi All, Please help me. I can't install the PHP. Thanks: Béci nagygep:~/install/php/php-4.1.2 # ./configure --with-mysql --with-apxs=/apacs/bin loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install

[PHP-INST] Problem to compiling PHP 4.2.3 on Solaris 8

2002-12-10 Thread Kohler Benjamin
Hello, I have a problem with php 4.2.3 on Solaris 8. We use the folling configure: --prefix=$path --with-apache=../apache_1.3.27 --without-mysql --with-oci8=/u01/oracle/product/9.2.0 Creating the Makefile was fine. But when we run make it stops with the following error: ... ... php_type.h:39 par

[PHP-INST] Problem installing zip library with php

2002-12-09 Thread victor
Hi. I wanna know if the only way to get the zip library to function with php, is compiling this with the option '--with-zip' and there isn't a module extensions that make this more easy? Thx -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Problem configuring php with oracle. libclntsh.so.8.0 load error

2002-12-09 Thread Chris Hewitt
david kim wrote: ./configure --with-apache=/usr/local/soma/apache1327 --with-mysql=no --enabl e-track-vars --enable-sigchild \ --with-oci8=/data1/oracle/app/oracle/product/8.1.7 --with-oracle=/data1/orac le/app/oracle/product/8.1.7 --prefix=/usr/local/lib/php420 This may not solve the problem b

[PHP-INST] Problem configuring php with oracle. libclntsh.so.8.0 load error

2002-12-08 Thread david kim
hello~ I'm very tired because of this problem.. T.T help me, please.. 1) my system's basic information OS : Compaq Tru64 UNIX V5.1A (Rev. 1885) (bill3) (pts/6) apache : 1.3.27 php : 4.2.0 oracle : 8.1.7 2) my path information PATH=/data1/tuxedo/bin:/usr/include:/sbin:/usr/sbin:/usr/ccs/bin:/u

[PHP-INST] problem starting php with sapi in win xp

2002-11-23 Thread Eugene Sherbin
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache client (2.0.42-win32-x86-no_ssl) under windows XP downloaded the zip file from the php.net website, and then extracted the contents into c:\php\ (such that php.exe is in the root of that dir). Then I copied all the dlls

[PHP-INST] problem starting php with sapi in win xp

2002-11-23 Thread Eugene Sherbin
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache client (2.0.42-win32-x86-no_ssl) under windows XP downloaded the zip file from the php.net website, and then extracted the contents into c:\php\ (such that php.exe is in the root of that dir). Then I copied all the dlls

[PHP-INST] problem starting php with sapi

2002-11-22 Thread Eugene Sherbin
Hi, I'm trying to setup PHP 4.2.3-Win32 as a sapi module into Win32 apache client (2.0.42-win32-x86-no_ssl) under windows XP downloaded the zip file from the php.net website, and then extracted the contents into c:\php\ (such that php.exe is in the root of that dir). Then I copied all the dlls

[PHP-INST] problem in imap support

2002-11-20 Thread zafar
hello all when i install php-4.2.1 without imap support and after installation i add imap dll then imap dll can't be added in php but other module who configure while configuring is added. i can't understand the problem. i fell down in everycase either the package is rpm as i send alre

[PHP-INST] problem encountered when configure with oracle

2002-11-20 Thread Timothy Yim [ITS]
dear sir,    I have the problem when configure with oracle.  what i forget to set??? please help!!! -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-INST] Problem with mail module on Win32

2002-11-19 Thread Rich Gray
: 19 November 2002 08:38 To: [EMAIL PROTECTED] Subject: [PHP-INST] Problem with mail module on Win32 A little background info. I have php installed on a Windows 200 server. Everything was working fine until our company decided to change out our mail server. We did have a Windows Sendmail Server

[PHP-INST] Problem with mail module on Win32

2002-11-19 Thread Jessica Gaskins
A little background info. I have php installed on a Windows 200 server. Everything was working fine until our company decided to change out our mail server. We did have a Windows Sendmail Server, we changed to a Red Hat linux Qmail server. Once that happened my mail module quit working. Thi

[PHP-INST] problem with snmp on php

2002-11-19 Thread Girish
Dear sir, I have installed php-4.0.6 on solaris-7.8 machine.I am using Apache web server. I have successfully installed snmp in php using the command -with-snmp in configure command. Now the PROBLEM is that when i give a command say $get=snmpget("localhost:7878","democommunity",".1.3.6.1.4.1

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
:) .. ok thanx ...got what u mean now :) Jim Thome wrote: If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
If you finished the previous install (make, make install), and completed the addition of the php module to the apache binary, you will have the PHP support. >>> Arindam Haldar <[EMAIL PROTECTED]> 11/14/02 11:26AM >>> hi all, thanx for your help.. i want to know if i build php without the " -

Fwd: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
I'm cured...  Some how my php.ini got messed up...  Thanks for everyones help! --- Begin Message --- Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Ha

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
hi all, thanx for your help.. i want to know if i build php without the " --with-apache=X " & recompile, still there will be support for php in apache ?? im sorry for this silly Question but am putting hands on php & apache for the first time... thanx in advance.. A.H Jim Thome wrote: Yo

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jeffrey_N_Dyke
/14/2002 Subject: Re: [PHP-INST] Problem With Form Data 01:06 PM

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Jorge Reteguin
Maybe you would have to enable globals in php.ini But I would really recomend you not to do it. Instead, you should use $HTTP_POST_VARS['yourPostVariable'] and $HTTP_GET_VARS['yourGetVariable'] in your scripts! I hope this solves your problem. :) > Could this be a PHP setting I need to modif

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
In a message dated 11/14/2002 1:04:13 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Very likely related to register globals. > > How are you parsing your queries? Using $_REQUEST['query'] or anything? > > R > > On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: > > >

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread Marco Tabini
It's probably a register_globals - related issue. Try using the superglobals ($_POST, $_GET, $_REQUEST) instead and it should work on both. Marco -- php|architect - The magazine for PHP Professionals The first monthly worldwide magazine dedicated to PHP programmers Come visit us at

Re: [PHP-INST] Problem With Form Data

2002-11-14 Thread xfesty
Very likely related to register globals. How are you parsing your queries? Using $_REQUEST['query'] or anything? R On Friday, November 15, 2002, at 04:57 AM, [EMAIL PROTECTED] wrote: Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't

[PHP-INST] Problem With Form Data

2002-11-14 Thread CSParker1
Could this be a PHP setting I need to modify? When I fill out a form I built on one of my servers it doesn't see the submitted data. When I use the same form on another server it works fine. Has anyone seen this type of behavior before? thanks for the help.

Re: [PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Jim Thome
You compiled it as part of the Apache binary. Remove the switch "--with-apache=/usr/local/src/apache_1.3.27" and recompile. This will create the PHP binary. Yes it is possible (in most cases) to develop the same scripts for both shell and web, just keep in mind that the environment variables

[PHP-INST] problem iwith build php42s3 with apache13s27

2002-11-14 Thread Arindam Haldar
hi all im installing php for the first time the version i downloaded php 4.2.3 & apache 1.3.27.. i followed te steps as written & am sucessful in compiling php too but when i c the bin directory i cant find any php binary..the bin library shows these files installed [root@myRH root]# ls /usr

[PHP-INST] Problem with imap support

2002-11-11 Thread Fabian Aguirre
Hi! I have tryed to compile php with imap support but i get an error when i run make. Here is my configuration Redhat 8.0,apache-1.3.27,php-4.2.3 ./configure --prefix=/usr/local/php-4.2.3 --with-mysql=/usr/local/mysql-max-3.23.53a-pc-linux-gnu-i686 --with-apxs=/usr/local/apache-1.3.27/bin/apxs

  1   2   3   4   >