[PHP-INSTALL] Help discovering faulting module

2011-07-30 Thread Dan Baughman
path: D:\PHP\php5ts.dll Does anyone know how to figure out what is faulting in PHP or know how to enable additional loggin? Thanks in advance, Dan

[PHP-INSTALL] Re: Problem with multiple libxml - SOLVED

2010-08-19 Thread dan
c for the help. Dan.

[PHP-INSTALL] Problem with multiple libxml

2010-08-17 Thread dan
d out there to give me a hint how I could fix that ? Best Regards, Dan

[PHP-INSTALL] All Unknown CGI Extensions

2007-09-17 Thread Dan McFalls
uot;All Unknown CGI Extensions" in the "Web Service Extensions". Seems quite odd that PHP runs fine with the run all unknown option and not without. I checked the websites, for all the typical things. MIME, file extensions/types, default documents, etc. Help! Dan

Re: [PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
Yes that did the trick :) On 5/3/06, Dan McCullough <[EMAIL PROTECTED]> wrote: I think I have figured it out. I'm compiling now and waiting to see. What I did was I downloaded the binaries to start off, after sending this email I realized that the binaries dont have the shared lib

Re: [PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
d ran make and copied the shared libraries to the mysql location. On 5/3/06, Donatas Vyzas <[EMAIL PROTECTED]> wrote: Dan McCullough wrote: > checking for MySQL support... yes > checking for specified location of the MySQL UNIX socket... no > checking for MySQL UNIX socket location.

[PHP-INSTALL] trouble compiling PHP5 with MySQL 5.

2006-05-03 Thread Dan McCullough
checking for MySQL support... yes checking for specified location of the MySQL UNIX socket... no checking for MySQL UNIX socket location... no checking for mysql_close in -lmysqlclient... no checking for mysql_error in -lmysqlclient... no That is what I get when I compile pointing to the MySQL di

[PHP-INSTALL] finding the php binary

2005-11-15 Thread Dan McCullough
My server has three seperate installs of php, php 5.0.5, php 4.4.1 and php 4.4.0. So i have three seperate php binaries, I am having problems locating the php 4.4.1 binary is there a way to find it? BTW locate doesnt show me much other then all my php files and which php doesnt show anything.

[PHP-INSTALL] configure stops

2005-09-23 Thread Dan McCullough
creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... y

[PHP-INSTALL] Re: configure: error: libxml2 version 2.5.10 or greater required.

2005-07-15 Thread Dan McCullough
Okay here is what I ended up doing. Went to XMLSoft and found the 2.6 version of the i386 rpms, uninstalled 2.5 version and installed the 2.6 done! On 7/15/05, Dan McCullough <[EMAIL PROTECTED]> wrote: > I'm getting this error when compiling > Configuring extensions > checki

[PHP-INSTALL] configure: error: libxml2 version 2.5.10 or greater required.

2005-07-15 Thread Dan McCullough
I'm getting this error when compiling Configuring extensions checking whether to enable LIBXML support... yes checking libxml2 install dir... /usr/include/libxml2 configure: error: libxml2 version 2.5.10 or greater required. however when I check the installed rpms for libxml I see there shouldnt b

[PHP-INSTALL] Undefined _zlib_ptr_dtor_wrapper

2005-05-09 Thread Dan Labute
use libxml, which is installed. Any idea what is cauing this, and how I can fix it? Thanks, Dan Labute

[PHP-INSTALL] problem: "no input files specified" when calling php-script

2004-10-11 Thread Dan
them from shell (e.g. ./test.php), they work fine. Do you know what's wrong? The webserver is a boa (I added in boa.conf: AddType apllication/x-httpd-cgi php). I tried php 4.39 and 5.0.1. Thanks in advance, Dan

[PHP-INSTALL] cross-compile php

2004-09-30 Thread Dan
Has anybody gained general experience with crosscompling PHP? I want to run PHP on an axis devboard82 in combination with sqlite and boa-webserver. The crosscompiler is gcc-cris (cris-dist-1.56). I appreciate any feedback, thanks, Daniel

[PHP-INSTALL] PHP as small as possible

2004-09-28 Thread Dan
I want to install php on a linux system in combination with a boa-webserver and sqlite. The size of space for php should be as small as possible. Can anybody tell me with which options the configure script has to be started to get the wanted result? Thanks, Dan

[PHP-INSTALL] Re: Document

2004-09-18 Thread dan
This is a multi-part message in MIME format. Your document is attached. KWF Email scanner found a virus in following attachment: your_document.pif Content type: application/octet-stream Additional information from antivirus: W32/[EMAIL PROTECTED] Attachement has been removed

[PHP-INSTALL] [RESIN] Redirecting all pages to one page

2004-05-03 Thread Dan Aloma
don't want them to hit any of the old pages I'm changing. TIA. Dan _ Getting married? Find tips, tools and the latest trends at MSN Life Events. http://lifeevents.msn.com/category.aspx?cid=married

[PHP-INSTALL] POST not working, but GET works

2004-04-28 Thread Dan Aloma
I am using PHP 4.3.6, and I was having problems with forms working. I finally figured out that it was the POST method which wasn't working, but GET does in fact work. Does anyone know why this would be happening? TIA. Dan _

Re: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Dan Aloma
it's actually not the headers that are a problem. It's that it's emailing me me, but in place of "Sender's Name: Me", it just says "Sender's Name:". (i.e. nothing is returned). THis is also the case with the color field. From: [EMAIL PROTECTED] T

RE: [PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Dan Aloma
I know for a fact php is working. phpinfo(); works fine, and i've gotten other things to work (such as a sample IP-logger). But for some reason, it's only GET and POST which isn't working. From: "Michael Scappa" <[EMAIL PROTECTED]> To: "'Dan Aloma

[PHP-INSTALL] Forms not parsing data

2004-04-21 Thread Dan Aloma
So, I've installed PHP 4.3.6 and done "make test" and everything runs fine. But now, when I run the scripts below, nothing happens. Actually, I get an email with no returned values. This is a very common problem, but nothing I've read can fix it. FYI, I have my register_globals set to the defa

RE: [PHP-INSTALL] Error when running make test on 4.3.6

2004-04-20 Thread Dan Aloma
.phpt] = From: "Dan Aloma" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Error when running make test on 4.3.6 Date: Tue, 20 Apr 2004 20:20:36 -0400 I just installed PHP 4.3.6 (after having some trouble wit

[PHP-INSTALL] Error when running make test on 4.3.6

2004-04-20 Thread Dan Aloma
roblems with my php scripts getting information (which is what this error message is), but I don't know how to fix it. T(A LOT)IA. Dan _ MSN Toolbar provides one-click access to Hotmail from any Web page – FREE download!

RE: [PHP-INSTALL] Php not taking input from html

2004-04-07 Thread Dan Aloma
Something is DEFINITELY wrong here...shouldn't this peice of code being working? I get no errors when I turn on error logging in php.ini, so what in the world is going on I have been on every board, and every user-list and no one has been able to figure it out. I don't understand. Thanks for

RE: [PHP-INSTALL] Php not taking input from html

2004-04-07 Thread Dan Aloma
#x27;m assuming that the people who wrote phpBB knew what they were doing, and this shouldn't be a problem. Who knows though. hehe. -----Original Message- From: Dan Aloma [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 10:16 AM To: [EMAIL PROTECTED] Subject: [PHP-INSTALL] Php not

[PHP-INSTALL] Php not taking input from html

2004-04-07 Thread Dan Aloma
e that would be making this happen? I know for a fact php works though, as I ran phpinfo() fine. TIA. Dan _ FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.com/go/onm00200415ave/direct/01/

[PHP-INSTALL] reconfiguring php 4.3.4 problem

2004-04-06 Thread Dan Aloma
build date is still not correct. I know that it's looking at the new php.ini file I made though. Anyone know a way around this? I've been trying to get this working for almost a month with no luck (not to sound whiney or anythi

[PHP-INSTALL] java.lang.UnsatisfiedLinkError: send trying to install PHP as a Servlet for Tomcat 5.0.18 on FreeBSD

2004-02-27 Thread Dan Hardiker
t.java:214) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) Does anyone have any idea how to get around this? Thanks for your time, -- Dan Hardiker

[PHP-INSTALL] unable to fix this problem

2003-09-17 Thread Dan Gahlinger
Solaris 9 on an E450 system I've tried everything with gmp including the suggested -mv8plus option during compilation, and still get this error contents of debug.log - CONFIGURE: './configure' '--with-mysql' '--with-gd' '--with-gdbm' '--with-ftp' '--with-zlib' '--with-gmp' '--with-apxs=/usr/l

[PHP-INST] Installing php with image manipulation support

2003-07-08 Thread Dan North
-zlib --with-zlib-dir=/usr/local/lib/ --with-bz2 --enable-calendar --enable-dio --with-dom --enable-ftp --with-gd --with-xpm --with-ttf --with-freetype --enable-gd-native-ttf --with-gettext --with-mysql=/usr/local/mysql --with-jpeg-dir=/usr/local/lib --with-png-dir=/usr/local/lib --enable-debug Dan

[PHP-INST] Re: Apache 2.0.43 & php 4.3.0 coredumped

2003-01-07 Thread Dan Anderson
My guess is you need to configure Apache to use default (prefork) MPM module. The other ones will probably not work. See also my writeup at http://dan.drydog.com/apache2php.html In article <005501c2b67b$07db9960$[EMAIL PROTECTED]> you wrote: > When i have compiled apache 2.0.43 on aix 4.

[PHP-INST] Re: Redhat 8 > PHP

2003-01-07 Thread Dan Anderson
it is the newest version available from up2date, does anyone have a url > of a good install helper on this? -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Installation problem of php 4.3.0

2003-01-07 Thread Dan Anderson
ka Yamada. I have a problem installing php 4.3.0 on my > Mac OS 10.2. > As far as I can see from debug.log, it seems like the conftest cannot find > libpq.3.0.dylib. However, libpg.3.0.dylib is located at > /usr/local/pgsql/lib/. -- Dan Anderson <[EMAIL PROTECTED]>, San Dieg

[PHP-INST] Re: installing php on redhat

2003-01-03 Thread Dan Anderson
P 4.2 and i am using redhat 8.0. > my question is how could i remove "uninstall" the php that came with the > redhat? and when i install php again where should i install it to "path"? -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Inst

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

2002-12-09 Thread Dan Anderson
I couldn't get PHP 4.2.3 to work with Apache 2.0.43, but PHP 4.3RC2 works for me. I had to make PHP DSO for Apache 2, I think either static modules dont work or are not supported for Apache 2. Nothing obvious comes to mind for your problme, except a mixup in directories or configuration. I woul

[PHP-INST] Re: Installing PHP and MYSQL

2002-12-09 Thread Dan Anderson
t; RedHat 8.0 system running and apache is working great. -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] XSLT support for RH8

2002-11-27 Thread Dan Kuykendall
I cannot seem to get RH8 to to compile XSLT support. Has anyone else gotten this to work? Anyone with the resulting php-xslt rpm? Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Configure freezing on pthreads_cflags?

2002-11-19 Thread Dan Lowe
I searched the archives and found a couple posts asking a similar question to this, but there never seemed to be a solution. Trying to build PHP 4.2.3 on a Redhat Linux 6.2 system, as a DSO along with Apache 1.3.27. Built perfectly fine yesterday on an (as far as I know) identical server using

[PHP-INST] PHP Error

2002-11-13 Thread Dan Cooper
: Failed opening '[CUT]' for inclusion (include_path='') in Unknown on line 0 Any ideas? -- Regards, Dan Cooper -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: php 4.2.3 on appache 1.3.23 on win98se

2002-10-21 Thread Dan Anderson
al and "Compiling and Installing" in the Apache Documentation. -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Solved: compiling Apache 2.x and PHP 4.3.x on Linux

2002-10-21 Thread Dan Anderson
I wrote up documentation on compiling and installing Apache 2.x and PHP 4.3.x on Linux. It is at http://dan.drydog.com/apache2php.html Corrections to me, questions to the newsgroup. -- Dan Anderson <[EMAIL PROTECTED]>, San Diego, CA, US -- PHP Install Mailing List (http://www.php.ne

[PHP-INST] with-oci8 and RedHat distribution

2002-09-28 Thread Dan Trottier
r' '--with-unixODBC=shared,/usr' '--with-apxs=/usr/sbin/apxs' I've installed Oracle 9i on this system and I want PHP to use the OCI8 extension. Unfortunately the configure options above have --without-oci8 defined. I didn't install all the development packages which I now regret. Documentation indicates I need to recompile php with --with-oci8=$ORACLE_HOME to get this to work. If I try to use the same configure options as above I end up having to extract tons of RPM packages. Can anyone suggest what a reasonable set of configure options are or possibly a list of all RedHat RPMS that would need to be installed in order to configure php with the same options as in the default distribution. Any help or pointers would be appreciated. Thanks, dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] What next?

2002-09-24 Thread DAn
I've just been through the basics of PHP with the tutorial on webmonkey.com... What's the next step to take in learning PHP? Are there any good tutorial sites anyone can recommend? Thanx -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Thanks

2002-09-24 Thread DAn
Thanks to everyone who helped with my problem :) -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] im a PHP newbie, please help :D

2002-09-23 Thread DAn
retrieve data from a form using either GET or POST. Is this something to do with how PHP4 is set up or is it my server? Im currently running IIS on Windows XP altho I had the same problem with Apache. Thanx Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-INST] Installing PHP 4.2.2 on MacOS X

2002-08-25 Thread Dan McCullough
. HELP dan

RE: [PHP-INST] php 4.2.1 and apache 2.0.39 compile error

2002-07-17 Thread dan rossi
keep trying took me 2 days unfortunatly they release it without even testing it out first its a simple procedure download the php-latest files extract it go into sapi/apache2filter and then cp php_functions.c /usr/local/etc/php/sapi/apache2filter for example then before recompile php , rm config.

Re: [PHP-INST] ok compiled but ?

2002-05-23 Thread Dan Stilts
-gettext That's what I had used to compile it anyway. Hope this helps. Dan -Original Message- From: Defryn NZ [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 22, 2002 11:40 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-INST] ok compiled but ? I am having exactly the same problem

RE: [PHP-INST] ok compiled but ?

2002-05-21 Thread Dan Stilts
Hi Erik, I was having this same exact problem, so I went ahead and compiled it directly into httpd. Not always my favorite thing to do, but nothing else was working. Dan -Original Message- From: Erik [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 1:01 AM To: [EMAIL PROTECTED

[PHP-INST] Re: PHP 4.2.0 install problems

2002-05-20 Thread Dan Stilts
p_config.h:1386: warning: `XtOffsetOf' redefined /opt/build/php-4.2.0/main/php.h:346: warning: this is the location of the previous definition Dunno if this will help any, but I guess better safe than sorry. Dan - Original Message - From: "Dan Stilts" <[EMAIL PROTECTED]&g

[PHP-INST] PHP 4.2.0 install problems

2002-05-20 Thread Dan Stilts
think that covers it all. Any help would be great. Thanks, Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: FreeBSD configure "--with-vpopmail" problem

2002-04-23 Thread Dan Caescu
It works with 4.2.0 :) thanks for anyone who was this close ( >-<) to answer :P "Dan Caescu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi! I'm using FreeBSD 4.5 and i wanted to install php4.1.2 with vpopm

[PHP-INST] FreeBSD configure "--with-vpopmail" problem

2002-04-23 Thread Dan Caescu
sign' makes pointer from integer without a cast php_vpopmail.c:288: too few arguments to function `add_domain_assign' *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext/vpopmail. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext/vpopmail. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2/ext. *** Error code 1 Stop in /usr/ports/www/mod_php4/work/php-4.1.2. Any ideea where i'm wrong? Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] How do I get GDBM to work?

2002-03-10 Thread Dan Delaney
dbm", "--with-db3", and "--with-dbm". I know what the first three are, but my question is, what is "--with-dbm" for, if not for one of the specific implelentations of DBM? I don't know of just "DBM". I know of Berkeley DB, GDBM, NDBM, "ODBM&

RE: [PHP-INST] Help: php module keeping Apache from starting

2002-02-28 Thread Dan Delaney
se I don't like this kludge. Anybody have any ideas? Thanks. -- Dan [EMAIL PROTECTED]Daniel G. Delaney www.Dionysia.org/~dionysos/ PGP Public Key: /~di

RE: [PHP-INST] Help: php module keeping Apache from starting

2002-02-28 Thread Dan Delaney
m ports. But it was also installed with the base system, so I have libkrb5.so in both /usr/lib and /usr/local/lib. The error I'm getting from Apache is that it can't find some routine in /usr/lib/libkrb5.so: Cannot load /home/software/libexec/libphp4.so into server: /usr/lib/libkrb5.so: Undefine

[PHP-INST] Help: php module keeping Apache from starting

2002-02-27 Thread Dan Delaney
apache/bin/apachectl start: httpd could not be started I didn't set any Kerberos support when I configured PHP. Anyone know why I would be getting this? Thanks a lot. --Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] ./configure problem: says "test"

2002-02-23 Thread Dan Delaney
: bad number test: (GNU: bad number Anyone know what this is all about? I don't remember seeing this in earlier versions of PHP I've installed. Thanks --Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-INST] Re: Apache, PHP, htm

2002-02-21 Thread Dan Long
p e t e r ] [EMAIL PROTECTED] "Dan Long" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php > extensions, but will not parse from .htm or .html extensions. I h

[PHP-INST] Apache, PHP, htm

2002-02-21 Thread Dan Long
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php extensions, but will not parse from .htm or .html extensions. I have tried the standard response, i.e. setting AddType application/x-httpd-php .htm .html This continues to process html code, but leaves out all php code fo

[PHP-INST] Apache, PHP, htm

2002-02-21 Thread Dan Long
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php extensions, but will not parse from .htm or .html extensions. I have tried the standard response, i.e. setting AddType application/x-httpd-php .htm .html This continues to process html code, but leaves out all php code fo

[PHP-INST] Re: Missing OCX Controll

2002-02-09 Thread Dan Kim
I remember having this problem in an install in Win2K. what you need is this group of files, i think. of course back anything up that gets over written, but drop this into your win/system32 directory, and you should be set. where I got this zip, i really can't remember. wish i could give credi

[PHP-INST] Re: PHP 4.0.6 + VeriSign PayFlow Pro libpfpro 304

2002-02-08 Thread Dan Kim
I'm in a similar situation. I'm running redhat 7.1/php4.1.1/mysql/openssl0.9.5a/apache1.3.20 upon compiling in the verisign support, the module breaks apache on startup. apache on ./apachectl startssl will not give me the password prompt but just a hung process. so i end up killing off apac

[PHP-INST] Verisign... Need help with V3.0 of SDK

2002-02-08 Thread Dan Kim
Hello, I'm trying to compile in the V3.0 SDK of PayflowPro into PHP 4.1.1. I'm having a hell of a time doing it. Anyone have experience with this? I know there is a lot of help out there for people using the Beta or older SDK's, but those aren't downloadable from Verisign's (signio) website.

[PHP-INST] Re: can I run tar on a .gz file? e-engineer does it in directions

2002-02-01 Thread Dan Campbell
w how I did it, but it works now and I'm thankful to all. Dan Campbell "Dan Campbell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > yep, I just needed to download a better mysql.x.x.tar.gz file. Now it works > smooth as cream ch

Re: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-02-01 Thread Dan Campbell
w how I did it, but it works now and I'm thankful to all. Dan Campbell "Dan Campbell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I did that but it was the same size and I get the same message. Please read > my next message

[PHP-INST] why does command line run-on over beginning of line

2002-01-31 Thread Dan Campbell
why is it that when I try to type in a long configure command in Linux while configuring PHP, my cursor jumps to the beginning of the line and begins writing over the original line? It's happened before with installing mySQL. weird??? Dan -- PHP Install Mailing List (http://www.php.net

[PHP-INST] Re: can I run tar on a .gz file? e-engineer does it in directions

2002-01-31 Thread Dan Campbell
yep, I just needed to download a better mysql.x.x.tar.gz file. Now it works smooth as cream cheese. "Dan Campbell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm trying to follow the directions by e-ngineer on ins

[PHP-INST] stuck at -> prompt

2002-01-31 Thread Dan Campbell
xit out of the Terminal Emulation Program. thanks Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-01-31 Thread Dan Campbell
I did that but it was the same size and I get the same message. Please read my next message question, where I explain more. thanx Dan "Demitrious S. Kelly" <[EMAIL PROTECTED]> wrote in message 007801c1aabc$f85b9690$3601a8c0@dkelly">news:007801c1aabc$f85b9690$3601a8c0@dk

[PHP-INST] can I run tar on a .gz file? e-engineer does it in directions

2002-01-31 Thread Dan Campbell
I'm trying to follow the directions by e-ngineer on installing mysql at: http://www.e-gineer.com/instructions/install-mysql3xx-on-linux.phtml After downloading the mysql(version).tar.gz file, I'm told to un tar it with tar xzf mysql(version).tar.gz . Is that a missprint or am I wrong? When I run

[PHP-INST] gunzip error: mysql(version).tar.gz: not in gzip format

2002-01-31 Thread Dan Campbell
I just downloaded the latest version of mySQL (mysql-max-3.23.47-pc-linux-gnu-i686.tar.gz and when I tried to unzip it with "gunzip -c mysql-max(version).tar.gz , I got an error saying its not in gzip format. any suggestions? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-

[PHP-INST] Which Linux to Install for the best with PHP4

2002-01-31 Thread Dan Campbell
ll? Sure would be nice if somebody could just get the whole install package together on ONE install set of disks. anyway, any suggestions that may help me eventually get PHP up and running would be appreciated. Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-INST] Does an EASY php install exist?

2002-01-31 Thread Dan Campbell
Does anybody know of a program that will install Linux, PHP, mysql, and apache all at one time nice and easy? I've been fussin with this thing for weks. I'm weiry and tired and burnt out . . . I love free code idea, but getting it to work is something else. -- PHP Install Mailing List (htt

Re: [PHP-INST] Newby -- Browser won't run php

2002-01-31 Thread Dan Campbell
thank you for the advise. after changing it, when i open the file in my browser, I get the Save As dialog box, with my /home/Dan/*.php as my filter. and do_download.php phpinfo.php in the files box on the right side of the dialong box. I chose okay to Selection box on bottom reading /home/Dan

[PHP-INST] Newby -- Browser won't run php

2002-01-31 Thread Dan Campbell
Damn, this is hard. I'm running Linux 7.1, apache_1.3.19 , php-4.1.1. Everything seems to have been installed fine, without a hitch, but I still can't get my browser to recognise a php page called phpinfo.php with the following script like it should. all the configure , make , and make files dire

[PHP-INST] apache 2.0.28 and php 4.1.0

2001-12-20 Thread Dan
. hope someone can help!! thanx in advance, dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] freetype+gd+php not working

2001-12-04 Thread Dan Ramaley
local/apache \ --with-layout=RedHat --enable-module=most --enable-module=ssl \ --activate-module=src/modules/perl/libperl.a \ --activate-module=src/modules/php4/libphp4.a make make certificate TYPE=dummy make install ------

[PHP-INST] freetype+gd+php not working

2001-12-03 Thread Dan Ramaley
local/apache \ --with-layout=RedHat --enable-module=most --enable-module=ssl \ --activate-module=src/modules/perl/libperl.a \ --activate-module=src/modules/php4/libphp4.a make make certificate TYPE=dummy make install ------

[PHP-INST] Apache / PHP install help

2001-11-29 Thread Dan Tappin
on. Also I get a "file not found" error when I try to use 'apachectl'. Am I missing something here. Installed via RPM: php-4.0.4pl1-9 mod_php-2.0.1-9 apache-1.3.19-5 Help the Newbie! Thanks, Dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP-INST] Re: 2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error

2001-09-29 Thread Dan Roozemond
"Yasuo Ohgaki" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Dan Roozemond wrote: > > oh yeah, i forgot: i use apache 2.0.16 > > > > greetinx > > dan > > > > I think you are better to use dev vers

[PHP-INST] 2 - Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error

2001-09-28 Thread Dan Roozemond
oh yeah, i forgot: i use apache 2.0.16 greetinx dan -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] Compiling PHP4.0.6 in Linux 2.4.4 --> sapi_apache.c gives an error

2001-09-28 Thread Dan Roozemond
rc_dl/php-4.0.6/sapi/apache' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/src_dl/php-4.0.6/sapi/apache' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/src_dl/php-4.0.6/sapi' make: *** [all-recursive] Error 1 tia dan roozemond --

[PHP-INST] PHP 4.0.7 snapshot and rh7.1 (focus on IMAP,IMP)

2001-08-26 Thread Dan Ellis
oesn't bother me at this point, I'll try anything. Anyways, thanks in advance. Dan Ellis -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-INST] HELP ... finding all RPM's for PHP 4.03 and above

2001-06-30 Thread Dan McCullough
I cant find them, I get some but not all, I think the missing ones are imap, mysql, there is one more but I can't remember. These are for Redhat 7.1 dan mccullough web technology garnethill.com 603.823.5545 x 1119 There is no such thing as a problem, u

[PHP-INST] gif and jpeg support

2001-04-23 Thread Dan Phoenix
am not on any of these lists...please email me directly. Regards, -- Dan +--+ | BRAVENET WEB SERVICES | | [EMAIL PROTECTED] | | screen;cd /usr/src;make bui

[PHP-INST] PHP includes not working.

2001-03-20 Thread Dan McCullough
change. I found something on script alias or include directives in an htaccess file dan mccullough There is no such thing as a problem, unless the servers are on fire -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

[PHP-INST] Building PHP 4.0.2 on SYSV

2001-03-16 Thread Dan Mahoney
I am trying to build PHP 4.0.2 on a box running SYSV Unix and am getting a number of errors. I'm using gcc 2.6.0. The OS is version 4.0. 1) In ext/standard/mail.c, the include file, sysexits.h, doesn't exist. I did a little hunting. mail.c is looking for EX_TEMPFAIL, so I replace with #defin

Re: [PHP-INST] IIS 4.0 & ISAPI problem

2001-02-16 Thread Dan Malcolm
Chris, Sounds like a bad path to the the PHP ISAPI module. Take a look in IIS admin and besure the module is registered and that the path is correct. Once you get to the IIS4 default web site (right click | properties) look at Home Directory tab | Configuration | App Mappings. You also need to s

[PHP-INST] php 4.0.4 over 4.0.3pl1

2001-01-12 Thread Dan Malcolm
OK. I think I've done it all but - I had PHP 4.0.3pl1 up and running. Then I did the manual install of 4.0.4 and created a new directory for php call c:\php (I renamed to 4.0.4 directory 'php403'). Then I replaced the php4ts.dll in c:\winnt\system43 with the 4.0.4 version. Since all other setti