[PHP-INST] Problems with unixodbc on RedHat 9

2003-08-06 Thread Spirovski Bozhidar
have installed freetds and unixODBC on a RedHat 9 box. The problem is that i persistently cannot connect to a SQL server. What seems to be the error??? This is the actual configuration and the tests i performed # /usr/local/freetds/bin/tsql -S MyServer70 -U sa locale is "en_US.UTF-8" charset is

[PHP-INST] problems with environment variables

2003-07-28 Thread George L. Yermulnik
Hello! I've got FreeBSD 4.8 Stable, Apache/1.3.27 (Unix) mod_throttle/3.1.2 PHP/4.3.3RC1 rus/PL30.17 and PHP 4.3.3RC1 It's a newly installed server with a lot of virtual hosts using environment variables like $REQUEST_URI in php scripts. The problem is that PHP doesn't show those variables, sa

[PHP-INST] problems with W2K/phpweblog server

2003-07-15 Thread jkohl
Hello, list! I've been trying to figure out a problem with a phpweblog, but not had any response back from the phpweblog mailing list or website, so I'm hoping that someone on here will know what the problems could be...or maybe the phpweblog developer hangs out on here as well? I've got phpweblo

Re: [PHP-INST] problems installing gd2.dll under WinXP

2003-06-27 Thread Stephen
this: $GDArray = gd_info(); foreach( $GDArray as $key=>$value ) { print '$GDArray['.$key.'] = '.$value.''; } Stephen - Original Message - From: "Kolboom Andreas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 27, 2003 2

[PHP-INST] problems installing gd2.dll under WinXP

2003-06-27 Thread Kolboom Andreas
Hello, I cannot get the gd2.dll to work on my system. The rest of PHP already works fine. - Windows XP - Apache 2.0.46 - PHP 4.3.2 - php.ini IS found and used (as seen in php.info: Configuration File (php.ini) Path = C:\WINDOWS\php.ini) - entered the right extension_dir in php.ini WITH ending '\'

[PHP-INST] problems with make-command (undefined reference: __ctype_b)

2003-06-26 Thread Mikko Hämäläinen
Hi, I'm trying to install php-4.3.2 to a RedHat 9 - system. When I run the "make" - command I get first loads of text (I guess thats ok?) followed by several errors concerning "undefined reference to '__ctype_b'". I've traced the problem to the renamed (in RH9) variable __ctype_b_loc (earlier it

Re: [PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Armand Turpel
Hi Ruprecht, The variable register_globals is set to Off. In your case it must be: register_globals = On Armand - Ruprecht Helms wrote: Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to

[PHP-INST] Problems in Running php under 8.2 (formfieldvalues)

2003-06-20 Thread Ruprecht Helms
Hi, Yesterday I upgrade my host to Suse 8.2. By testing formfieldvalues I found that the entry is not transfered to the script or there are troubles in the outputting. Result is I get an empty page. I think the problem can be in the php.ini. Attached you can see it. My formularpage use normal th

[PHP-INST] Problems configuring php 4.3.2 with imap support

2003-06-19 Thread Martin Östlund
Hi list. I'm having problems configuring PHP 4.3.2 on Red Hat 9.0 vanilla installation with imap-2001a-18 and imap-devel-2001a-18. I first tried: ./configure --with-imap --with-apxs=/www/bin/apxs And it then said: configure: error: This c-client library is built with Kerberos support. Add

[PHP-INST] problems with variables

2003-06-15 Thread Felipe Lorente
Hello all, I just have installed php 4.3.2, and it runs fine with single files. The problem comes when I try to pass a variable from another file, it doesn`t recognise this variable. I am using IIS 5.1 with Win XP and I have used the windows instaler to install the sources on my machine. Does an

[PHP-INST] problems with variables

2003-06-15 Thread Felipe Lorente
Hello all, I just have installed php 4.3.2, and it runs fine with single files. The problem comes when I try to pass a variable from another file, it doesn`t recognise this variable. I am using IIS 5.1 with Win XP and I have used the windows instaler to install the sources on my machine. Does an

[PHP-INST] problems...IMAP/PHP

2003-05-31 Thread db
I wanted to build php with imap support . My details: Apache - Apache/1.3.26 PHP - 4.3.0 openssl UWimap2002c (with the c-client library) Solaris 9 -- Installed open ssl / UWimap: IMAP testing yields the following results: __ tel

[PHP-INST] Problems running configure (locks up)

2003-03-24 Thread Eli White
Hey there, I've run PHP for a long while now, and just went to compile 4.3.1 and had a problem. I'm running on Solaris 2.8, and unpacked php 4.3.1, ran the following configure, and got the following ouput: > configure --with-apxs=/var/html/apache/bin/apxs --with-gd --with-jpeg-d=/opt/X11R5 --w

[PHP-INST] Problems with PHP 4.3.1 and RH 7.3

2003-03-24 Thread Juvenal A. Silva Jr.
Hi, I had installed the PHP 4.1.2 that I modified slightly from the RH 7.3 SRPM to include informix (as a module) and dbase support (not active in the original RPM from RH 7.3). It worked OK for a long time, but I found some bugs in the Informix handle of blobs, and when I got to post a bug on php

[PHP-INST] Problems with instalation

2003-03-20 Thread Aleš Tumpach
Dear madames and sirs, I have problem with a php interpreter on my computer, running on Windows 98, using Personal web server for testing and developing purposes, I have PHP 4.3. 1 Everytime i try to access to a php file I get a "Security Alert" - the PHP cannot be accessed directly. I found

[PHP-INST] Problems compiling PHP for Servlet use

2003-03-06 Thread Dave Townsend
Im trying to get PHP up and running for use with Tomcat. I have PHP 4.3.1 and Tomcat 4.1.18 and Java SDK 1.4. I have figured out adding the java library paths, and am calling configure with servlet and java. On running make I get the following errors: /root/php-4.3.1/sapi/servlet/servlet.c: In fu

[PHP-INST] problems with imagettftext()

2003-02-23 Thread Frank Schlicht
Hello, I upgraded from 4.2.3 to 4.3.1 and have problems with the imagettftext() function. If I call these function the browser show the error that the connection is broken. But if I delete the line with the function in my script, all things works fine. In version 4.2.3 imagettftext() ha no problem

[PHP-INST] Problems installation of Apache 2.0.44 on Win2K

2003-02-18 Thread Moses Johnson
Hello, I would be gratefull if someone could point me in the right direction. I have sent hours trying to resolve this and even had to reinstall my operating system - windows 2000. I seem to followed all the instructions,in terms of moving the php.ini file to the C:/winnt folder and php4ts.dll

[PHP-INST] Problems with install on drive D:\ in place of c:\

2003-02-15 Thread lhesp
Hi, I have installed two exact copies of Apache 1.3.27 with php 4.3.0 and mysql on two different computers: one with windows NT on D:\ and one with Windows XP on C:\.. The only difference is that on the NT box I'm using D:\ instead of C:\. The result is that php is not working at all in the NT con

[PHP-INST] Problems with mail()

2003-02-10 Thread "Juan Ant. Martínez"
Hi, I'm new to php. I have downloaded and installed PHP 4.3.0 on a Windows NT 4.0 server. I have tested the configuration and changed the parameters in php.ini to fit my environment. The basic code works fine, but one of the things I'd like to do is to send mails. I have found the sample code a

[PHP-INST] problems with new install of php

2003-01-28 Thread CJ
I loaded php on an AIX 5.1 box with apache 1.3.27 and I do not see it as being loaded when I run httpd -l. But my logs show the following. [Tue Jan 28 09:35:47 2003] [notice] Apache/1.3.27 (Unix) PHP/4.0.6 configured -- resuming normal operations [Tue Jan 28 09:35:47 2003] [notice] Accept mutex:

[PHP-INST] Problems compiling PHP 4.3.0 --with-gd (Linux)

2003-01-23 Thread Andreas Korthaus
Hi! I know there is a discussion about the same topic, but I have different Problems with it. I also asked something like this before, but I don't have access to my old mails here, sorry. I try to compile PHP 4.3.0 on Linux(RedHat 8.0) --with-gd, but this doesn't work. Without gd(and jpeg and p

Re: [PHP-INST] Problems with ImageCreateTrueColor

2003-01-16 Thread Pierre-Alain Joye
Hello, Remove all files related to an external GD (including includes), configure php using the option --with-gd, without arg. This will use the bundled GD. hth pierre -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problems with ImageCreateTrueColor

2003-01-16 Thread Kieran Ashley
Hi, I'm running a Matrix server with a modified RedHat Linux install. I've installed PHP 4.3.0, and GD 2.0.10, but the ImageCreateTrueColor and ImageCopyResampled functions are not available, trying to use them just causes browsers to stall, the document returns no data and no errors are left i

[PHP-INST] problems in the install of php 4.3.0

2003-01-06 Thread Rodrigo Gonzalez
i have update from php 4.2.3 to php 4.3.0 in the same page sometimes send me this error at the finish of the excecute of the program "Fatal error: Nesting level too deep - recursive dependency? in Unknown on line 0" in the old compilation never send this error thank you Rodrigo Glz -- PHP

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
well. anyway. jeez. i resolved this by finally trying to use apache 2.0.36 against php 4.2.2. why am i not surprised apache2 adaption is slow. :) --j On Wed, Dec 11, 2002 at 02:20:06PM -0500, Josh Marcus wrote: > Thanks for the comments! > > On Wed, Dec 11, 2002 at 06:55:11PM +, Chri

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
Thanks for the comments! On Wed, Dec 11, 2002 at 06:55:11PM +, Chris Hewitt wrote: > It will complain if httpd.conf contains something it does not > understand. One test I do to check Apache is actually looking at the > httpd.conf I am editing is to put some rubbish in it and check Apache >

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Chris Hewitt
Josh Marcus wrote: I'm running linux. Redhat 6.2. That is rather old now. Does it use the syntax in httpd.conf? Oops, if you've installed new Apache versions presumably not? I have now tried a number of different relatively new apaches, with a number of recent phps. And I always can compi

Re: [PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-11 Thread Josh Marcus
I thought I'd try and add some additional information to try and draw out some help. I'm running linux. Redhat 6.2. I have now tried a number of different relatively new apaches, with a number of recent phps. And I always can compile fine. And apache doesn't complain. but it doesn't list the

[PHP-INST] problems with apache 2.0.43 and newest snapshot

2002-12-10 Thread Josh Marcus
Hey, I'm trying to compile php for use with apache 2.0.43. php compiles fine. But apache doesn't seem to actually be loading the module. php isn't listed in the startup errorlog line, nor in server-status. .php pages get presented as their source. Is there something about the configuration I'

[PHP-INST] Problems installing 4.3RC2, Apache 2.0.43 on Linux

2002-12-08 Thread John Locke
Hello, I've been running various versions of PHP on Apache 1.3.x for quite some time. I was trying to get Apache 2.0 up and running, but I'm not having any luck. When I start up Apache, it returns non-PHP pages just fine, but PHP pages don't work. Once I got the LoadModule and AddType directives

[PHP-INST] problems starting executing php

2002-12-03 Thread Eugene Sherbin
Hello, I'm currently running apache 1.3 win32 and php in a zip version 4.2.3, i finally got the sapi to start in apache... however it tries to save them instead of running them thru apache... i'm trying a simple code like thanks for your help

Re: [PHP-INST] Problems when updating to PHP 4.2.3 and Apache2.043 - variables are ignored

2002-11-24 Thread Jim Thome
http://www.php.net/manual/en/security.registerglobals.php >>> "Axel Heck" <[EMAIL PROTECTED]> 11/24/02 03:25 AM >>> Hi there, I´ve updated my local testing system on windows 2000 to php 4.2.3 and Apache 2.043 Everything seems to work proper, until one big problem: When I'm accessing a php-site,

[PHP-INST] Problems when updating to PHP 4.2.3 and Apache 2.043 - variables are ignored

2002-11-24 Thread Axel Heck
Hi there, I´ve updated my local testing system on windows 2000 to php 4.2.3 and Apache 2.043 Everything seems to work proper, until one big problem: When I'm accessing a php-site, (f.e. tinypr/opelhauser/index.php) the script ist parsed propperly and the site is shown correct. Whenever now a var

[PHP-INST] Problems in installing

2002-11-22 Thread anandbabu vuppala
hi, i've downloaded and installed the software from PHP.net the later version of PHP. and encountered a few problems in installing and running the php files. we use office 2000 and IIS so please help me installing the software in deetail hope u do so plz mail as soon as possible waiting for a reply

Re: [PHP-INST] Problems installing PHP 4.2.3 with Apache HTTPD 2.0.43in Windows 2000

2002-11-12 Thread Marcelo Juchem
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 2:22 AM Subject: [PHP-INST] Problems installing PHP 4.2.3 with Apache HTTPD 2.0.43 in Windows 2000 Hi all, First of all, I know C:\> sucks and # rules, but it's not me who decides which one to use.

[PHP-INST] Problems installing PHP 4.2.3 with Apache HTTPD 2.0.43 in Windows2000

2002-11-11 Thread Marcelo Juchem
Hi all, First of all, I know C:\> sucks and # rules, but it's not me who decides which one to use. I installed PHP 4.2.3 (binary from www.php.net) right after installing Apache HTTPD 2.0.43 (binary from httpd.apache.org) in Windows 2000. I have followed the instructions from \install.txt

[PHP-INST] Problems with php and apache on win2000

2002-11-10 Thread Henrik
I have installed Apache and php. I can run normal html page from the server (localhost) and my hello world.php works fine on the server but when I try to run the phpinfo script the it comes up with a "Internal server error". I look in the error logs, and it stats "[Sun Nov 10 20:50:18 2002] [error

[PHP-INST] Problems apache2, php 4.2.3 and typo3

2002-10-31 Thread Marcel Odendahl
Hi, I wanted to install the typo3 on a linux machine with apache2 and php 4.2.3. After installing apache2 and php I installed the typo3 testsite. Everything worked fine. In the installation tool the menu item "Image Processing" works. But if I browsed the testsite in the frontend I got no graphics

[PHP-INST] Problems "make"ing PHP 4.2.3 & 4.2.2

2002-10-29 Thread Stephan Mehlhase
I have a Problem while making PHP to my SuSe Linux 7.3 machine. After configuring it (no additional parameters) I tried to make it, but became a errormessage concerning "yacc" There appeared how to use "yacc" and the making Process was canceled before one File was compiled. That happend in t

[PHP-INST] Problems Installing PHP 4.2.3 and Apache 2.0.43 under Win2k pro

2002-10-28 Thread Diego Coppari
I can't make it works ... if i install Apache 2 it works nice .. but when i try to install PHP nothing happens .. Apache service stop works .. can anybody tell me how to configure it ?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-21 Thread David Barrett
Ok, I want you to picture someone on their knees with a picture of complete and abject humiliation on their face as you read this. It WAS the register_globals setting. I have been using the PHP.ini that I use for all my installations... but I obviously screwed up somewhere along the line. I fell

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-16 Thread Stuart
On Tuesday, Oct 15, 2002, at 01:08 Europe/London, David Barrett wrote: > Hehe... I love quick solutions... not... > > The problem has got to be with PHP 4.2.3. I have the same using it > under > Apache 2.whatever the latest stable release is. And my php.ini is the > same > as it is on all my o

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-14 Thread David Barrett
Hehe... I love quick solutions... not... The problem has got to be with PHP 4.2.3. I have the same using it under Apache 2.whatever the latest stable release is. And my php.ini is the same as it is on all my other installations. Mind you, in my case the problem could be Apache, too... the abov

Re: [PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-14 Thread Stuart
On Monday, Oct 14, 2002, at 21:45 Europe/London, Punisher wrote: > I am unable to run scripts on IIS with WinXP IIS Server ... > > I installed PHP as cgi .. > Normal scripts work, but when I try to handle variables, from a form > for > example ( a little checkbox that should check if a licence w

[PHP-INST] Problems with PHP 4.2.3 & IIS 5.1 & WinXP

2002-10-14 Thread Punisher
I am unable to run scripts on IIS with WinXP IIS Server ... I installed PHP as cgi .. Normal scripts work, but when I try to handle variables, from a form for example ( a little checkbox that should check if a licence was accepted )… It does not work .. the variable isn’t handled by the script

[PHP-INST] problems with libraries in php

2002-10-08 Thread Francisco Castillo
Hi, My php rpm of mandrake 8.0 seems to have lose php libraries. I reboot the system this morning and he begins to give me errors. I think it could be a upgrade of openssl which i do last week, but y have restore the original package of Mandrake 8.0 with --upgrade openssl.. --oldpackage and i hav

[PHP-INST] problems with libraries in php

2002-10-08 Thread Francisco Castillo
> Hi, > > My php rpm of mandrake 8.0 seems to have lose php libraries. I reboot the > system this morning and he begins to give me errors. I think it could be a > upgrade of openssl which i do last week, but y have restore the original > package of Mandrake 8.0 with --upgrade openssl.. --oldpacka

RE: [PHP-INST] Problems with variables

2002-10-07 Thread Peter Houchin
Elena Popescu [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 9 October 2002 4:22 AM > To: [EMAIL PROTECTED] > Subject: [PHP-INST] Problems with variables > > > I can not set register_globals to on for working with variables. When I > run phpinfo() it appears that the path for

[PHP-INST] Problems with variables

2002-10-07 Thread Daniela Elena Popescu
I can not set register_globals to on for working with variables. When I run phpinfo() it appears that the path for my php.ini file is c:\winnt. It is not correct because I am running on windows98. I have created the winnt directory and I copied the php.ini file into it. I restarted the Apache

Re: [PHP-INST] Problems by running test.php

2002-10-04 Thread Miguel Carvalho
> Hi, > > I've some problems in running the php-Testfile. When I try > to open a phpscript-file the browser wants to download it to > my local disk. > > The application/x-httpd-... I inserted in the mime.types > and the other in the httpd.conf. When I want to view a phpsite > in my browser the bro

Re: [PHP-INST] Problems with variables

2002-10-04 Thread Jim Thome
Make sure you are making changes to the correct php.ini file (shown in your phpinfo) and remember to restart your server. Jim >>> Daniela Elena Popescu <[EMAIL PROTECTED]> 10/04/02 07:21 AM >>> I can not to transmit variables from a form to a script. I made register_globals=on in php.ini, but i

[PHP-INST] Problems with variables

2002-10-04 Thread Daniela Elena Popescu
I can not to transmit variables from a form to a script. I made register_globals=on in php.ini, but in phpinfo() it appears to be off. I don't know what to do. Please help me, D.Popescu

[PHP-INST] Problems by running test.php

2002-10-02 Thread Ruprecht Helms
Hi, I've some problems in running the php-Testfile. When I try to open a phpscript-file the browser wants to download it to my local disk. The application/x-httpd-... I inserted in the mime.types and the other in the httpd.conf. When I want to view a phpsite in my browser the browser wants to do

[PHP-INST] Problems with ldap_connect

2002-10-02 Thread Stewart Dean
Environment: AIX 5.1, Apache 1.3.20 (with mod_so.c commpiled in), PHP 4.2.2 (configure command: ./configure' '--with-apxs=/usr/HTTPServer/bin/apxs' '--with-ldap=/usr/ldap') We have been unning PHP code on Solaris, now we want to get it running on AIX. I recently got php up and running with th

Re: [PHP-INST] Problems compiling jpeg & gd into php

2002-10-02 Thread Rasmus Lerdorf
Check your config.log and see why it failed. On Wed, 2 Oct 2002, new.php.net wrote: > If have gd 1.8.4 compiled with zlib and jpeg support... This works fine but > whenever I try to make php 4.2.3: > > configure --enable-track-vars --enable-trans-sid --with-mysql --with-apxs -- > with-gd --with-

[PHP-INST] Problems compiling jpeg & gd into php

2002-10-02 Thread new.php.net
If have gd 1.8.4 compiled with zlib and jpeg support... This works fine but whenever I try to make php 4.2.3: configure --enable-track-vars --enable-trans-sid --with-mysql --with-apxs -- with-gd --with-jpeg-dir=/usr/local/lib --with-zlib I register following line: checking for gdImageCreateform

[PHP-INST] Problems with mail command

2002-09-08 Thread Neil Harrison
A big HELLO to php-install, I have a problem with the mail command - it doesn't work! I'm using a simple script to test this When this is run (http://www.subhc.org.uk/mailto.php) it repots a return code of 1 (success) but no mail is ever received. Part of the problem is that I do not hav

[PHP-INST] Problems Installing Sybase 12.5 with PHP 4.2.3

2002-09-06 Thread Christopher Schreiber
I had PHP 4.2.2 and Sybase 11.9.2 working together perfectly. (Why do I ever try to upgrade! :)) I recently upgraded Sybase from 11.9.2 to 12.5, and am now trying to compile PHP 4.2.3 with it. I am using the following ./configure command: ./configure --prefix=/usr/local/php --with-config-file

Re: [PHP-INST] problems compiling php4 on redhat 7.1

2002-09-06 Thread Lou Picciano / Essex Systems
Richard, Think the libraries you are looking for are usually packaged as gcc-libs (or similar; your mileage may vary), and, if you're installing from rpms, will usually be packaged separately from the 'base' gcc rpm. Lou > Hi, > > I can't get php4 to compile on my redhat 7.1 environment. > I h

Re: [PHP-INST] problems compiling php4 on redhat 7.1

2002-09-06 Thread Chris Hewitt
Richard Scrivener wrote: > I can't get php4 to compile on my redhat 7.1 environment. > I had an initial problem with apxs: it wasn't installed by default > with RH71, so I downloaded the rpm and installed it. I usually select "Custom" then "Install Everything". OK its 3.5 GB with RH7.3 but it

[PHP-INST] problems compiling php4 on redhat 7.1

2002-09-05 Thread Richard Scrivener
Hi, I can't get php4 to compile on my redhat 7.1 environment. I had an initial problem with apxs: it wasn't installed by default with RH71, so I downloaded the rpm and installed it. Now I am getting an error concerning libgcc_s.so.1 !! I searched for an rpm that seemed to install this library

[PHP-INST] Problems with SAFE MODE

2002-08-29 Thread Sebastian Tomasino
Hello everybody, i have some problems with php running in the safe mode. Every thong goes fine until i have to access the files on the server. The problem is that php (i guess) recognize the uid/gid of the script like -1/-1. I don´t know what to do... I create a new u

[PHP-INST] Problems with PHP 4.2.2 and *IMAP*

2002-08-28 Thread Ryan Faricy
Yes. Another poor soul who is having problems with PHP and installing the IMAP library. I've installed Apache 1.3.26, PHP 4.2.2 and MySQL and they all work just fine together. But I want IMAP as well, because I want my webmail app to work. I compiled PHP like so: $./configure --with-apache=[v

[PHP-INST] problems with httpd.conf and LoadModule php

2002-08-25 Thread Luis E. Collado T.
Hi, i have a problem: when i add the line: LoadModule php4_module modules/libphp4.soto httpd.conf file, apache web server not start. may you help me? Thanks

[PHP-INST] problems with gd and PHP 4.2.2 installation

2002-08-12 Thread Martin Adler
Hello, I've tried to install GD 1.8.4 with FreeType 2.1.2 and PHP 4.2.2 on FreeBSD. first i've compiled FreeType with this options: make CFG="--prefix=/usr/local" ./configure --prefix=/usr/local make make install it worked fine "after" i've installed gnu make ;) Ok but now the problem when i

[PHP-INST] problems with xml rcp switch & apache

2002-07-25 Thread Tibor Thurnay
Hi, i am trying to install php with the following config.: ./configure --with-apache=/INSTALLS/apache_1.3.26 --enable-ftp --with-xmlrpc --with-xml-dom --with-oci8=/wwwhome/oracle/OraHome1/ --with-mysql --enable-trans-sid --enable-track_vars --with-zlib if i leave the --with-xmlrpc out i can also

[PHP-INST] Problems installing php on PWS (Windows 95)

2002-07-03 Thread Peter Cinquini
I am having problems installing php on Personal Web Server on Windows 95 using the InstallShield installer and specifying the standard installation. I have set up a php directory within my webspace and given it full privileges including execute. When I try and run a test php script I get the messa

[PHP-INST] Problems installing PHP 4.2.1

2002-07-01 Thread Alberto Martin
Couldn't get a compile under Red Hat Linux 7.2. I'm installing it as a dynamic Apache 2.0.39 module. I got the following error: Making all in sapi make[1]: Entering directory `/home/martin/php-4.2.1/sapi' Making all in apache2filter make[2]: Entering directory `/home/martin/php-4.2.1/sapi/apache2

[PHP-INST] Problems with apxs and CFLAGS query

2002-06-24 Thread Stewart Dean
.. Have previously posted this but a) got no response b) other than a weird pessage from the mailing list software, so maybe it didn't get sent on and so I repost it...help! ... I am running AIX 5.1L and have IBM's LDAP (called SecureWay) installed. Apache V1.3.20 is part of that ins

[PHP-INST] Problems with apxs and CFLAGS query

2002-06-24 Thread Stewart Dean
... Have previously posted this but a) got no response b) other than a weird pessage from the mailing list software, so maybe it didn't get sent on and so I repost it...help! ... I am running AIX 5.1L and have IBM's LDAP (called SecureWay) installed. Apache V1.3.20 is part of that instal

Re: [PHP-INST] problems installing php with apache 2.0.35

2002-06-18 Thread MikeParton
HTH Mike - Original Message - From: "José Horácio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 10:07 AM Subject: [PHP-INST] problems installing php with apache 2.0.35 > Hi ! > I have apache 2.0.35 installed in a windows 2000 professional

[PHP-INST] problems installing php with apache 2.0.35

2002-06-18 Thread José Horácio
Hi ! I have apache 2.0.35 installed in a windows 2000 professional machine. It is not an apache update from an older version it is a brend new instalation of apache. I'm trying to install php 4.2.1 as a module in Apache. Following the steps of the install.txt that comes with the php zip "php-4.2.

[PHP-INST] problems with XP

2002-06-12 Thread Alan Mitchell
I have installed apache_1.3.24-win32-x86-no_src and PHP 4.2.1-win32 on my XP home edition but I cannot get any PHP scripts to display in my browser - I still see the code when I view source. I am trying to view the php files under 'http://localhost/test.php' in my browser, but it aint working. T

[PHP-INST] Problems Compiling PHP 4.2.1 on Solaris 8 SPARC

2002-06-11 Thread Matthias Steffens
Dear PHP-Users, I am new to PHP and even in compiling Sources with an Compiler. Unfortuneatly I have some big problems installing PHP 4.2.1 on Solaris 8 (64Bit) SPARC Envirement with Apache 1.3.12 & MySQL 3.23.49. So my first question is: Is there any binary-package which I can Install with ´pkg

[PHP-INST] Problems compiling PHP 4.2.1 with mysql apache 2.0 on Freebsd 4.5

2002-06-06 Thread Ferno
Hello everybody, when i do a ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the configure scripts ends after a while with the following errors: checking for IMAP support... no ./configure: 4: Syntax error: end of file unexpected (expecting "then") Does this sound familiar to

[PHP-INST] Problems installings PHP 4.2.1 with Apache 2.0 on Freebsd 4.5

2002-06-06 Thread Ferno
Hello everybody, when i do a ./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs the configure scripts ends after a while with the following errors: checking for IMAP support... no ./configure: 4: Syntax error: end of file unexpected (expecting "then") Does this sound familiar to

[PHP-INST] problems with function pow()

2002-06-05 Thread a3
I have a page created to do some calculating with the function pow. When I use it on the site from my employer it works fine. http://www.denb.nl/raster.php3 , when I use it on my local Linux Suse 8.0 or Windows it also works fine. When I use it at my provider http://www.adrieg.nl//files/puntver

Re: [PHP-INST] Problems installing version 4.2 with gd 2

2002-05-29 Thread Rasmus Lerdorf
You didn't really follow those instructions, did you? I don't have any relative paths in mine. Please use only absolute paths. -Rasmus On Thu, 30 May 2002, Paolo Morandi wrote: > Installing the new module apxs of php4.2 compiled with gd2.1, starting > apache give me this error: > Cannot load

[PHP-INST] Problems installing version 4.2 with gd 2

2002-05-29 Thread Paolo Morandi
Installing the new module apxs of php4.2 compiled with gd2.1, starting apache give me this error: Cannot load /etc/httpd/modules/libphp4.so into server: /etc/httpd/modules/libphp 4.so: undefined symbol: gdImageColorClosestAlpha I have compiled PHP with this options: ./configure --prefix=/usr -

[PHP-INST] Problems with buildconf and php 4.1.2

2002-05-27 Thread Markus Boehmer
Hi Guys and gals, I have a little problem. I have to build php on a solaris machine with a few extras, so here is my normal configure command: ./configure --enable-libgcc \ --with-oci8 \ --with-oracle \ --with-pdflib=/usr/local \ --with-apxs=/usr/local/bin/apxs \ --with-zlib-dir=/usr/local/lib \

[PHP-INST] problems installing PHP

2002-05-27 Thread Alberto Tarantino
Sorry for this second post but I realized I had to supply more details.. Hi there, I'm trying to compile PHP 4.1.2 as an Apahce module on a standard Suse Pro 8.0 distro. This is my Configure string: ./configure --prefix=/usr/share --datadir=/usr/share/php --bindir=/usr/bin - -lib dir=/usr/share

[PHP-INST] Problems configuring PHP

2002-05-22 Thread Eric Luebbert
I am installing PHP on my redhat linux box. I get warning message configuring it. Any help would be appreciated! Debug.log file contains: CONFIGURE: './configure' '--with-apache=../apache_1.3.24' CC: gcc CFLAGS: -g -O2 CPPFLAGS: CXX: CXXFLAGS: INCLUDES:-I/opt/app

[PHP-INST] Problems with GD

2002-05-22 Thread Marco Dinacci
Hi, I have configured and installed php 4.2.1 enabling the support for gd library. The output of phpinfo(), in the section relative to gd, says: GD Support enabled GD Version 2.0 or higher FreeType Supportenabled FreeType Linkagewith freetype JPG Support

[PHP-INST] problems with MySQL connection PHP 4.2.0

2002-05-17 Thread Martin Tsachev
/configure --with-mysql --with-apache=../apache_1.3.24/ --enable-trans-sid --enable-track-vars --enable-cli MySQL server 3.23.49 OS Linux Slackware 8.0 I compiled PHP 4.2 with MySQL support but it can't connect to the database, it was working OK with PHP 4.1.2. I then tried to use the full path

[PHP-INST] problems installing ldap

2002-05-14 Thread Jim Harle
I'm installing php for the first time and have managed to slog thorigh most of the oddities (some imposed bu php, some by my configuration). I noticed that most of the ldap questions in this newsgroup have gone unanswered. I hope that someone at least will point me to a place that gets me furthe

[PHP-INST] Problems using IIS + PHP

2002-05-14 Thread andrebotafoguense
Hi! I have installed PHP under Win 2000 server edition. I use IIS 5 like my http server. But when I try to execute some PHP script I receive this message: "You are not allowed to show this page." But if I try to show a http file it works fine! What can I do to solve this problem? The error: HTTP

[PHP-INST] Problems with globals on php 4.0.6/IIS 4

2002-05-13 Thread Jan Erik Dyve
Hi, I have a problem with global variables on a NT 4 system with IIS 4 and php 4.0.6 (cgi). I try to set a global variable inside a function with the following code, $GLOBALS[$varname]=$varvalue but this doesn't work. The same code works on w2k with iis 5.0 and the same php.ini, so I don't thin

[PHP-INST] Problems on FreeBSD with 4.2.0 and Apache 2.0.35

2002-04-24 Thread Nick Sayer
I've been trying to get PHP working on Apache 2 on FreeBSD. I started out using the ports tree, but 4.1.2 and Apache 2.0.35 don't seem to agree on the API for the "bucket brigade" stuff. So I hacked the mod_php4 port to use 4.2.0 instead of 4.1.2. That failed because Apache wasn't compiled wit

[PHP-INST] problems to configure php update

2002-04-22 Thread Daniel Liebig
Hi out there, i seem to have a bigger problem with the compilation of PHP 4.1.2 on a SuSe Linux 7.0 standard installation. I have currently running an Apache 1.3.12 with PHP 4.0.0 as module and MySQL 3.22.23. They came with the distribution, i just installed the packages and they do all work f

Re: [PHP-INST] Problems with the ./configure command

2002-04-08 Thread Julie Meloni
AJ> checking lex output file root... ./configure: lex: command not found AJ> configure: error: cannot find output from lex; giving up AJ> What should I do? Get flex/lex. If not from your distro CD, from www.gnu.org. You will need bison also, if you do not have it. See the PHP manual's instal

[PHP-INST] Problems with the ./configure command

2002-04-08 Thread Anders Jorsal
When i'm trying to install php, it keeps making a failure. Here is the last 2 lines of the output from ./configure - this is even when i'm just running configure without any parameters: checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from l

[PHP-INST] problems

2002-04-03 Thread Jason Lau
Hi, I'm having problems in compiling php4.1.2 can someone help me ? using linux redhat 6.1 thanks Jason debug.log === CONFIGURE: './configure' '--with-apxs=/usr/sbin/apxs' '--with-pgsql=/usr/include/pgsql' '--with-mysql=/usr/' '--with-gd=/usr/' '-- with-ftp' '--enable-track-vars' '--enable

[PHP-INST] Problems with php and gd2 install

2002-04-02 Thread AEG Dynamics
Find attached the debug.log file Redhat 6.2 server -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Problems installing PHP 4.1.2 with OpenLDAP

2002-04-01 Thread Fred Merritt
Hi, I am trying to install PHP 4.1.2as a shared module with with Apache 1.3.22, and OpenLDAP 2.0.23. When I try to start Apache, I get the following error: apachectl sslstart Syntax error on line 239 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into se

[PHP-INST] Problems installing PHP - configure errors

2002-03-22 Thread Bronwen Hodgkinson
I'm having a terrible time trying to update PHP on my server. First I tried to update it to 4.0.6, then I tried 4.1.2. Neither worked. I'm new to this so it's probably my ignorance of something that's causing the errors I'm getting. My server is a Cobalt RaQ4i with Red Hat Linux and Apache - it c

[PHP-INST] Problems with PHP and MySQL

2002-03-18 Thread Liam Gibbs
I'm trying to install MySQL and PHP so that they'll work together. But every time I run a MySQL command (sqlconnect, etc.) it can't find PHP. Does anybody know what installation configuration I have to use to get PHP to know where MySQL is installed? I'm running on Debian with PHP 4 and Apache.

[PHP-INST] problems with 4.1.2 build

2002-03-16 Thread Phil Glatz
(Extremely sorry for the cross post; I inadvertently sent this to php-general first) I'm trying to build PHP 4.1.2 with an existing static Apache 1.3.23 installation, and am having some resolution problems I haven't seen before. This is on a dusty old Free BSD 2.2.2 system, but I was able to b

[PHP-INST] Problems compiling PHP 4.1.2 on OpenBSD 2.8 with XSLT

2002-03-13 Thread Neil S Hamilton
Hi there - I'm having problems compiling 4.1.2 (which fixes the recent security issue discovered 12 Mar 2002) to include XSLT support. The stable OpenBSD ports collection for 2.8 still includes an old version of PHP, so I've been recomipling everything from scratch. I've pre-installed:

[PHP-INST] Problems with older

2002-03-12 Thread Lists
Hello all, I'm trying to recompile PHP on a Cobalt Qube to include the curl module. However, on the qube there are two modules which are made by cobalt, i18n and cce. When I try and link these into my new PHP binary using dl(), I get the following error. Warning: i18n: Unable to initialize m

  1   2   3   >