Dear Richar!
I already told you there is no iconv or iconv-devel installed on my first
box then whey I need on second box?
Regrads,
Umar Draz
Richard Lynch wrote:
>
> Perhaps you don't have iconv and/or iconv-devel installed on the
> second box?
>
> On Sun, January 27, 2008 2:54 am, Umar wr
Perhaps you don't have iconv and/or iconv-devel installed on the
second box?
On Sun, January 27, 2008 2:54 am, Umar wrote:
>
> Dear Members!
>
> I have installed php-5.2.5 on slackware 12.0 with these option
> successfully
>
> ./configure --prefix=/usr/local/php
> --with-apxs=/usr/local/apache/bin
-Original Message-
>> From: Andrés Robinet [mailto:[EMAIL PROTECTED]
>> Sent: Sunday, January 27, 2008 11:03 AM
>> To: php-general@lists.php.net
>> Subject: RE: [PHP] php installation problem
>>
>> > -Original Message-
>> > From: Umar [mailt
> -Original Message-
> From: Andrés Robinet [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 27, 2008 11:03 AM
> To: php-general@lists.php.net
> Subject: RE: [PHP] php installation problem
>
> > -Original Message-
> > From: Umar [mailto:[EMAIL PROTEC
> -Original Message-
> From: Umar [mailto:[EMAIL PROTECTED]
> Sent: Sunday, January 27, 2008 3:55 AM
> To: php-general@lists.php.net
> Subject: [PHP] php installation problem
>
>
> Dear Members!
>
> I have installed php-5.2.5 on slackware 12.0 with these option
> successfully
>
> ./conf
...
Thanks for the help. I've got it installed now. In the end I found that
the server came with 5.1.6 installed (:/), which despite not being
5.2.x, is still a jump from the 5.0.x I had before.
--
Richard Heyes
+44 (0)800 0213 172
http://www.websupportsolutions.co.uk
Knowledge Base and HelpD
Richard Heyes wrote:
> OK so now I'm back to compiling PHP after the ridiculous nightmare of
> rpms. I checked /lib and have the following:
>
> [EMAIL PROTECTED] php-5.2.4]# ls -l /lib/libz.so.1.2.3
> -rwxr-xr-x 1 root root 71744 Sep 21 19:23 /lib/libz.so.1.2.3
>
> Is PHP looking for a different
Richard Heyes wrote:
Per Jessen wrote:
Richard Heyes wrote:
The following is in config.log:
configure:20028: checking whether libxml build works
configure:20055: gcc -o conftest -g -O2 conftest.c
-lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
/usr/bin/ld: cannot find -lz
Looks li
Per Jessen wrote:
Richard Heyes wrote:
The following is in config.log:
configure:20028: checking whether libxml build works
configure:20055: gcc -o conftest -g -O2 conftest.c
-lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
/usr/bin/ld: cannot find -lz
Looks like you need to install
Richard Heyes wrote:
> The following is in config.log:
>
> configure:20028: checking whether libxml build works
> configure:20055: gcc -o conftest -g -O2 conftest.c
>
> -lresolv -lm -ldl -lnsl -lxml2 -lz -lm 1>&5
> /usr/bin/ld: cannot find -lz
Looks like you need to install libz.
Ross wrote:
Just installed apache and am looking at an error
Warning: session_start() [function.session-start]:
open(C:\DOCUME~1\Ross\LOCALS~1\Temp\php\upload\sess_ob822kp9sqlndjvu089r845e50,
O_RDWR) failed: No such file or directory (2) in
C:\Apache\Apache2\htdocs\ssn\editor.php on line 4
: [PHP] PHP Installation question
Beauford wrote:
> Hi,
>
> I am trying to install vBulletin and keep getting this error: Fatal error:
> Call to undefined function: gzinflate().
>
> The only thing I can find on this is that zlib needs to be configured
> with PHP at compile time.
# [EMAIL PROTECTED] / 2006-12-08 12:21:16 +1100:
> Beauford wrote:
> >I'm thinking though that this isn't really the problem. When I install
> >Slackware, I install everything (except for games). On my older PC I
> >installed version 8.1 and had no problems, but now with version 10 I have
> >proble
Beauford wrote:
Hi,
I am trying to install vBulletin and keep getting this error: Fatal error:
Call to undefined function: gzinflate().
The only thing I can find on this is that zlib needs to be configured with
PHP at compile time. So I reinstalled PHP using the following:
./configure --with
rd
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP Installation question
Beauford wrote:
> I'm thinking though that this isn't really the problem. When I install
> Slackware, I install everything (except for games). On my older PC I
> installed version 8.1 and had no proble
Beauford wrote:
I'm thinking though that this isn't really the problem. When I install
Slackware, I install everything (except for games). On my older PC I
installed version 8.1 and had no problems, but now with version 10 I have
problems. I'm pretty sure that zlib-dev or zlib-devel has never bee
een
included in either version of Slack. So I think I'm just going around in
circles with this.
Thoughts..
B
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: December 7, 2006 12:15 AM
To: Beauford
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP Installation ques
Beauford wrote:
I have zlib-1.2.1.1-i486-1. Whether that is zlib-devel or zlib-dev I have no
idea, and not sure how to find out.
Zlib is different to zlib-dev/zlib-devel.
The zlib package only contains the binaries and man pages.
The zlib-devel package contains the header files (zlib.h for ex
al Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: December 6, 2006 7:35 PM
To: Beauford
Cc: php-general@lists.php.net
Subject: Re: [PHP] PHP Installation question
Beauford wrote:
> Hi,
>
> I am trying to install vBulletin and keep getting this error: Fatal error:
> Call
Beauford wrote:
Hi,
I am trying to install vBulletin and keep getting this error: Fatal error:
Call to undefined function: gzinflate().
The only thing I can find on this is that zlib needs to be configured with
PHP at compile time. So I reinstalled PHP using the following:
./configure --with-
Try using phpinfo().
http://us2.php.net/manual/en/function.phpinfo.php
In particular you want to pay attention to the $_SERVER variables
(search for "PHP Variables" in the phpinfo() output).
Shaunak Kashyap
Senior Web Developer
WPT Enterprises, Inc.
5700 Wilshire Blvd., Suite 350
Los Angeles,
Hi,
I didn't mean to able to determine this myself. I was thinking somethink
like
else
function is_debug()
{
here I need to determine where am I
}
Brona
Dave Goodchild wrote:
Two easy ways - type 'php -v' on the command line or run phpinfo() and
view the output.
On 28/03/06, *Broni
OK - thanks for all the help everyone!!
-Original Message-
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 11:02 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] php installation verification
Yes, you should be accessing it through http://localhost/test.php
That
Yes, you should be accessing it through http://localhost/test.php
That's most definitely the cause of the problem.
Long P Nguyen wrote:
I think I know what I did wrong...
I should place the "test.php" file under the Document_Root directory and I should be bringing up
the "test.php" file on the bro
7;s File --> Open --> and
specified the path to /tmp/php/test.php
Please let me know, thank you.
-Original Message-
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 10:46 AM
To: Nguyen, Long P (Mission Systems)
Subject: Re: [PHP] php installation verificati
v2.0.48 running with php v4.3.6?
Any thoughts?
-Original Message-
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 9:31 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] php installation verification
Did you fix this problem yet? The lines below are fine for your
apache h
he browser were the source code.
LoadModule php4_module modules/libphp4.so
Do you have apache v2.0.48 running with php v4.3.6?
Any thoughts?
-Original Message-
From: Ben Ramsey [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 9:31 AM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] p
y, June 02, 2004 4:51 PM
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:
> could it be something in my httpd.conf file?
Remove the line AddType application/x-httpd-php .php
and add
Did you fix this problem yet? The lines below are fine for your apache
httpd.conf file. The only thing that appears out of the ordinary is the
location of libphp4.so.
In my setup (I'm also using Red Hat and Apache 2.0), when I compile PHP,
it places libphp4.so in the modules directory (/etc/h
Quoting "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>:
> could it be something in my httpd.conf file?
Remove the line AddType application/x-httpd-php .php
and add
SetOutputFilter PHP
SetInputFilter PHP
HTH
R'twick
--
This is a signature
-
yen, Long P (Mission Systems)
Cc: Scot L. Harris; [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
Running Apache? Windows?
> I get the source display on the browser as:
>
> phpinfo();
> ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
redhat and apache
-Original Message-
From: Daniel Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 5:02 PM
To: Nguyen, Long P (Mission Systems)
Cc: Scot L. Harris; [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
Running Apache? Windows?
> I get
Seems to me there was a problem with Apache 2 and PHP (some version).
> The content of my test.php file has:
>
> phpinfo();
> ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
The content of my test.php file has:
-Original Message-
From: Daniel Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:59 PM
To: Nguyen, Long P (Mission Systems)
Cc: [EMAIL PROTECTED]; Steve Douville; [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
Running Apache? Windows?
> I get the source display on the browser as:
>
> phpinfo();
> ?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
And you test.php file has? (note starting with
> Yes.
>
> Have you stopped and restarted the web server?
>
>> OK - I tried that and what came up on the browser was the content of the
>> test.php file.
>>
>> I checked in my httpd.conf file I do have the following:
>>
>> AddType application/x-http
I get the source display on the browser as:
-Original Message-
From: Scot L. Harris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:53 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems
Yes.
-Original Message-
From: Daniel Clark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:51 PM
To: Nguyen, Long P (Mission Systems)
Cc: Steve Douville; [EMAIL PROTECTED]
Subject: RE: [PHP] php installation verification
Have you stopped and restarted the web server?
>
On Wed, 2004-06-02 at 16:47, Nguyen, Long P (Mission Systems) wrote:
> OK - I tried that and what came up on the browser was the content of the test.php
> file.
>
> Open a file. Put this code in there:
>
> phpinfo();
> ?>
>
Try:
--
Scot L. Harris
[EMAIL PROTECTED]
IF I HAD A MINE SHAFT,
Have you stopped and restarted the web server?
> OK - I tried that and what came up on the browser was the content of the
> test.php file.
>
> I checked in my httpd.conf file I do have the following:
>
> AddType application/x-httpd-php .php
> AddType application/x-http-php-source .phps
>
> LoadMod
.
-Original Message-
From: Steve Douville [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 4:39 PM
To: Nguyen, Long P (Mission Systems); [EMAIL PROTECTED]
Subject: Re: [PHP] php installation verification
Open a file. Put this code in there:
Save as test.php and point your
Save to your root directory as test.php (or something ending in php).
> I am new to php and was tasked with installing php v.4.3.6. I installed
> it on redhat with apache v2.0.48.
> I read in the doc that you can create a test file called test.php with
> some php tags such as .
> Could someone
Open a file. Put this code in there:
Save as test.php and point your browser to it.
- Original Message -
From: "Nguyen, Long P (Mission Systems)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 02, 2004 4:33 PM
Subject: [PHP] php installation verification
> I am new
On Mar 22, 2004, at 7:59 PM, Naveen Glore wrote:
Hello All,
I am not sure if this is the right place to post this problem. I tried
with FreeBSD mailing list but could not get much help.
No, it isn't. There is a specific installation list
([EMAIL PROTECTED]).
I am having hard time in installing p
Freedomware wrote:
I'm running Windows XP Pro and just installed Apache 1.3. It appears to
be running, so I guess I'm ready to install PHP.
I visited http://snaps.php.net and downloaded the latest PHP program -
CVS (5.0.x-dev). I'm reading the installation instructions at
http://cvs.php.net/co.
RE: [PHP] PHP Installation ProblemsThis is my experience, I never chose the
PHP installation pack, I prefer the uncompressed version, modify the php.ini
and put the right dlls into the WINNT\System32 folder... I do not know what
windows is going to permit to the installation program (registry
Can you be a bit more explicit about errors? I´ve got some apache+PHP
running on W2K Server box...
-Original Message-
From: Andrew Woolley [mailto:[EMAIL PROTECTED]
Sent: viernes, 10 de octubre de 2003 14:11
To: [EMAIL PROTECTED]
Subject: [PHP] PHP Installation Problems
-Original M
From: "Sid" <[EMAIL PROTECTED]>
> This is the first time I am installing PHP on IIS and I don't know what I
am doing wrong. I copied the default php.ini file to the winnt dir.
> Then I added an ISAPI extention with .php to the App Mapings tab. (ISAPI
caching enabled)
> Then I made a test.php file
Oups sorry with a link it always works better ;)
http://protonicdesign.com/tutorial/sablot_and_php.php
Yann Larrivee
www.phpquebec.org
www.protonicdesign.com
Sorry the tutorial is not in french yet.
I will translate it soone.
On Sun, 2003-06-15 at 08:02, Tim Best wrote:
> Bonsoir Yann,
>
> Je
Hi i made a tutorial on how to compile php, expath, libxml, sablotron
It works well for me. I ran into many probleme so i made an faq page
where all errors are listed with an explanation, solution.
If anybody encounter other errors i will put them there too.
I compile on Suse 8.2 but i dont thin
What you need to do is go into your apache_1.3.26/src/modules/php4
directory and and clean out the libphp files.
1. Stop apache.
2. Remove lib files from apache_1.3.26/src/modules/php4
3. Do a make clean in apaches top dir.
4. Do a make clean in php top dir.
5. Remove config.cache in php dir.
6.
I don't think you needed to recompile apache, but only php. Did you
actually do
make && make install in PHP directory?
Lee P. Reilly wrote:
Hi there,
I wonder if someone could answer a few questions for me? First of all,
excuse my ignorance as I'm somewhat of a Linux newbie. I have installed
PH
Hello,
"MET" <[EMAIL PROTECTED]> wrote:
> Where should you point the command --with-mysql to. The binary, header
> files, what? Currently I have MySQL installed at /usr/lib/mysql/. And
> this is a RedHat Linux 8.0.
>
> Suggestions?
Try --with-mysql=/usr
- E
...[snip]...
--
PHP General Ma
ons, 2002-09-18 kl. 20:00 skrev Sascha Braun:
> It told me at last something about the cgi installation and some things i dont
>understand,
> so i feel very insecure.
> Please help me a little.
A ... den stakkars, stakkars Sascha :-(
In the directory in which you ran './configure', did you
On Tuesday 30 July 2002 16:34, Mark Colvin wrote:
> I have a development web server php 4.0.6 apache and mysql and everything
> works OK. I installed the same software onto a new server that will be the
> production server but I hit problems when my scripts try and hit the db on
> the new server.
I'm not sure exactly what you're saying, but it sounds to me like you
didn't configure --with-mysql for the new server. You MUST do that.
./configure --with-apxs=/blah/blah --with-mysql
If you don't have --with-mysql compiled into the php binary, mysql
functions won't work.
Tyler
On Tue, 30 Ju
Well, how did you do the install? You really need to provide more
details. Heck, any details. You don't mention your OS, whether you
compiled from source, if so which configure flags, from packages, which
packages, etc.. We are not mind readers.
-Rasmus
On Tue, 30 Jul 2002, Mark Colvin wrote
> -Original Message-
> From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]]
> Sent: 14 June 2002 22:01
>
> So I'm trying to install PHP on win98 with Apache2.
>
> I got these nice instructions from...
>
> http://www.webmasterbase.com/article.php?pid=30&aid=525
>
> After I make the foll
You missed a step in copying DLLs. I don't remember which one, but it's the
dll files found in
c:\php
> -Original Message-
> From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 14, 2002 2:01 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP Installation Win98/Apache e
59 matches
Mail list logo