Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Jonathan Sundquist
What version of centso are you running? - The cold winds are rising On Sep 24, 2012 10:28 PM, lx lxlenovos...@gmail.com wrote: Hello: I have installed the PHP and Apache by RPM, and the version of rpm packets is: httpd-2.2.3-63.el5.centos.1.x86_64.rpm apr-1.2.7-11.el5_3.1.x86_64.rpm

Re: [PHP] install PHP 5.4 by RPM

2012-09-25 Thread Matijn Woudt
On Tue, Sep 25, 2012 at 1:48 PM, Jonathan Sundquist jsundqu...@gmail.com wrote: What version of centso are you running? - The cold winds are rising On Sep 24, 2012 10:28 PM, lx lxlenovos...@gmail.com wrote: Hello: I have installed the PHP and Apache by RPM, and the version of rpm

Re: [PHP] Install library

2010-09-17 Thread Ashley Sheridan
On Fri, 2010-09-17 at 15:37 +0200, Jordan Jovanov wrote: Hello everybody, I like to create same PDF file with PHP, i find that i must to install something like PDFLib but i can't how to istall on linux. Does somebody can help me. Thanks a lot. Jordan When you asked this question

Re: [PHP] Install library

2010-09-15 Thread Ashley Sheridan
On Wed, 2010-09-15 at 15:16 +0200, Jordan Jovanov wrote: Hello All, I have one very funny question. A need me PDFlibrary. Can somebody tall me how can I download and install on my server this library. I use PuTTy to connect to my server. Does somebody know the command line for download in

[PHP] Re: [PHP-INSTALL] Getting file pointer from file descriptor

2010-04-23 Thread Rasmus Lerdorf
You seem to be quite confused. First of all, a function like fdopen() which has never existed in any version of PHP, wouldn't read/write anything. In C that function will return a FILE pointer from a file descriptor. You would then use fread()/fwrite() to read and write from that FILE pointer.

[PHP] Re: [PHP-INSTALL] Getting file pointer from file descriptor

2010-04-16 Thread Naga Kiran K
Hi Rasmus, Thanks for reply. The requirement I was looking for is to read/write given only the file descriptor number. PHP-CGI binary is invoked by a webserver that runs in jail-directory and doesn't have access to the file path directory. So, it communicates with another daemon that opens a

[PHP] Re: [PHP-INSTALL] Mac OS X + Apache2 + Dynamic Libraries

2009-03-31 Thread BuildSmart
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As you have now found out, doing the auto-build from PECL doesn't work. Start by building the dependancies (libraries that are linked in the build) then the modules. (you can copy the next 7 following lines verbatim since this works for most

[PHP] Re: [PHP-INSTALL] Mac OS X + Apache2 + Dynamic Libraries

2009-03-30 Thread BuildSmart
On Mar 30, 2009, at 09:22 AM, Stutter Stutters wrote: I've been wrestling with mac os x + php 5.2.6 off and on for a few months to get it to load the memcache.so and imagick.so extensions. When I executed php on the command line `php -i | grep imagick` or `php -i | grep memcache` the

[PHP] Re: [PHP-INSTALL] Mac OS X + Apache2 + Dynamic Libraries

2009-03-30 Thread Stutter Stutters
I used Pecl to install memcache and imagick, I ran the command you mentioned and this was the output: $ file /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so: Mach-O bundle i386 I don't see anything regarding x86_64, so

Re: [PHP] Re: [PHP-INSTALL] Mac OS X + Apache2 + Dynamic Libraries

2009-03-30 Thread Lists
Stutter Stutters wrote: I used Pecl to install memcache and imagick, I ran the command you mentioned and this was the output: $ file /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so /usr/lib/php/extensions/no-debug-non-zts-20060613/memcache.so: Mach-O bundle i386 I don't see

[PHP] Re: [PHP-INSTALL] PHP on Windows without Apache

2008-12-14 Thread Daniel Brown
On Sun, Dec 14, 2008 at 13:19, Jeffery Harris jhar...@harris4interactive.com wrote: Thanks Daniel. Any recommendations on a good php learning book. My pleasure, Jeff. I've honestly never read any of the PHP books out there, so I wouldn't be able to give you a definite recommendation on

Re: [PHP] Install problem

2008-09-17 Thread Jochem Maas
Illó Gábor schreef: Hello I have this error when i type make: ml2 -lz -liconv -lm -lxml2 -lz -liconv -lm -lcrypt -o libphp5.la /usr/bin/ld: /usr/local/lib/libz.a(compress.o): relocation R_X86_64_32 can not be used when making a shared object; recompile with -fPIC /usr/local/lib/libz.a: could

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Daniel Brown
Forwarded to the appropriate list (PHP General). Anuj: If you're not already subscribed, please visit http://php.net/mailinglists and subscribe to the PHP General list, or send a blank email to [EMAIL PROTECTED] On Tue, Jul 22, 2008 at 11:09 PM, Anuj Bhatt [EMAIL PROTECTED] wrote: Hi,

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Daniel Brown
On Tue, Jul 22, 2008 at 11:27 PM, Daniel Brown [EMAIL PROTECTED] wrote: If all else fails, and you're aware of the side-effects, go fork() yourself. ;-P For posterity: http://php.net/pcntl [See: pcntl_fork(), et al.] -- /Daniel P. Brown Better prices on dedicated servers:

[PHP] Re: [PHP-INSTALL] Executing a python script from within perl

2008-07-22 Thread Anuj Bhatt
On Tue, 2008-07-22 at 23:27 -0400, Daniel Brown wrote: Try this to see if your script is outputting any errors: ?php exec('/path/to/python your-script.py 21',$ret); print_r($ret); ? This worked, was opening a file for which permission was denied. Python didn't show me anything,

[PHP] Re: [PHP-INSTALL] I cant get php_gd.dll to work

2008-03-21 Thread Daniel Brown
On Thu, Mar 20, 2008 at 10:04 PM, Mark [EMAIL PROTECTED] wrote: Hi, Im new to php and i cant get the gd graphics library to work. Im running Apache, Mysql, Windows xp I downloaded and installed php from php.net. After much screwing around I finally got in to work with mysql and wrote a

Re: [PHP] Install syck on PHP4

2007-12-12 Thread Richard Lynch
On Wed, December 12, 2007 11:35 am, GoWtHaM NaRiSiPaLli wrote: I am trying to install php4-syck but there is no package for it on apt repository on ubuntu. So I got the .deb package and did #dpkg -i php4-syck.x.deb it installed the package and I restarted the apache webserver and tried to

Re: [PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 20:33, Colin Guthrie wrote: If you compile PHP and it finds v3 of mysql that means that you must have the old development libraries for mysql 3 installed in some capacity (I believe). What is the output of: rpm -qa --nosignature --nodigest | grep -i mysql This should give

Re: [PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread Colin Guthrie
David Christopher Zentgraf wrote: On 23. Oct 2007, at 20:33, Colin Guthrie wrote: If you compile PHP and it finds v3 of mysql that means that you must have the old development libraries for mysql 3 installed in some capacity (I believe). What is the output of: rpm -qa --nosignature

Re: [PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread David Christopher Zentgraf
On 23. Oct 2007, at 21:07, Colin Guthrie wrote: No, I reckon Jul 5th could be about right when was .45 released? I had it in my head it was august but Jul doesn't seem too far before that so entirely possible. Ah sorry, I was thinking about source installs. RPMs keep the original

Re: [PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread Colin Guthrie
David Christopher Zentgraf wrote: $ rpm -V MySQL-devel-community-5.0.45-0.rhel3 missing d /usr/share/man/man1/comp_err.1.gz missing d /usr/share/man/man1/mysql_config.1.gz I suppose this is, albeit not ideal, tolerable? Yeah this is fine. Your system is probably not setup to install docs

[PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread Colin Guthrie
David Zentgraf wrote: Hi, I'm trying to upgrade a server running CentOS 3 to an up-to-date MySQL 5 installation + PHP4. I installed the MySQL 5 package, server and client, via RPMs and they work fine, the client tells me it's version 5.0.45. I went on to recompile PHP 4.4.7 --with-mysql,

Re: [PHP] Re: [PHP-INSTALL] MySQL connector installation/upgrade problems

2007-10-23 Thread Colin Guthrie
David Christopher Zentgraf wrote: On 23. Oct 2007, at 17:22, Colin Guthrie wrote: Do rpm -qa --nosignature | grep -i mysql and see what old libraries you have lying around. Specifically look for the devel libraries/packages. Remove the 3.x versions via RPM and make sure you've installed the

[PHP] Re: php install problem

2007-08-03 Thread zerof
David McDivitt escreveu: I hate to ask a simple question, but I have two issues installing PHP. I have XP SP 2 with IIS. When I ran the install php-5.2.3-win32-installer.msi, it said it could not access httpd.config and I would have to configure the web server manually. I could not find

Re: [PHP] Install question

2007-06-15 Thread Daniel Brown
On 6/15/07, Paul K [EMAIL PROTECTED] wrote: I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3 Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3. I can access html files just fine but I can't even run a test program ?php phpinfo(); ? Nothing

Re: [PHP] Install question

2007-06-15 Thread Jim Lucas
Paul K wrote: I have just started with a clean install on a Windows XP Pro system, Apache 2.24 and PHP 5.2.3 Apache Monitor reports Apache/2.24(Win32)PHP/5.2.3. I can access html files just fine but I can't even run a test program ?php phpinfo(); ? Nothing displays. Where do I look to see

[PHP] Re: [PHP-INSTALL] Mailparse extension

2007-05-22 Thread Miles Thompson
On 5/21/07, Tim Donnelly [EMAIL PROTECTED] wrote: I should preface this by saying, I am not a PHP person. I have been able to install php in the past and get things to work, but this time I am having fits. I am running php 5.2.1, apache 1.3.34, OpenSuSE 10.0 on a 64bit AMD platform. I have

Re: [PHP] Install PECL

2007-04-04 Thread Jochem Maas
Bagus Nugroho wrote: Hi All, I'm trying to install PECL package as install PEAR package, but there's error as : --- C:\PHPpear install http://localhost/pear/APC-3.0.13.tgz http://localhost/pear/APC-3.0.13.tgz downloading APC-3.0.13.tgz ... Starting to download APC-3.0.13.tgz

RE: [PHP] Install PECL

2007-04-04 Thread Bagus Nugroho
Ok, thanks Best Regards bn From: Jochem Maas [mailto:[EMAIL PROTECTED] Sent: Wed 04-Apr-2007 23:45 To: Bagus Nugroho Cc: php-general@lists.php.net Subject: Re: [PHP] Install PECL Bagus Nugroho wrote: Hi All, I'm trying to install PECL package as install

Re: [PHP] install problems

2007-03-19 Thread jekillen
On Mar 18, 2007, at 10:54 PM, Chris wrote: jekillen wrote: Hello; Well, this one I cannot seem to figure out: I installed Apache 1.3.37 with ./configure --enable-module=so --enable-module=rewrite --enable-shared=max Then tried to install php 5.2.1 --with-apxs=/usr/local/apache/bin etc etc

Re: [PHP] install problems

2007-03-19 Thread Chris
jekillen wrote: On Mar 18, 2007, at 10:54 PM, Chris wrote: jekillen wrote: Hello; Well, this one I cannot seem to figure out: I installed Apache 1.3.37 with ./configure --enable-module=so --enable-module=rewrite --enable-shared=max Then tried to install php 5.2.1

Re: [PHP] install problems

2007-03-19 Thread jekillen
On Mar 19, 2007, at 5:58 PM, Chris wrote: jekillen wrote: On Mar 18, 2007, at 10:54 PM, Chris wrote: jekillen wrote: Hello; Well, this one I cannot seem to figure out: I installed Apache 1.3.37 with ./configure --enable-module=so --enable-module=rewrite --enable-shared=max Then tried to

Re: [PHP] install problems

2007-03-18 Thread Chris
jekillen wrote: Hello; Well, this one I cannot seem to figure out: I installed Apache 1.3.37 with ./configure --enable-module=so --enable-module=rewrite --enable-shared=max Then tried to install php 5.2.1 --with-apxs=/usr/local/apache/bin etc etc libphp5.so is no where to be found. It sure is

RE: [PHP] Install / update php rpm packages with FC6

2007-02-20 Thread Peter Lauri
Do you really need to use an RPM package to install a PHP on FC. Why not yum install php instead... and for any extension you might want you just install that as well yum install php-gd as example. Best regards, Peter Lauri www.dwsasia.com - company web site www.lauri.se - personal web site

Re: [PHP] Install GD2 Library - $ Reward

2006-04-25 Thread Jochem Maas
Aleksander Davidsen wrote: Hi, I have trouble with installing GD2 library correctly, someone want to take a look at it and maybe fix it? start by supplying details on your OS, php build and everything related. It`s a symbolic reward of 10$ to the one who solves the problem and make it

Re: [PHP] Re: [PHP-INSTALL] php4 vs. php5

2006-02-03 Thread Jochem Maas
Brad Kowalczyk wrote: Grae Wolfe - PHP wrote: Hey there... I am setting up a new test server for one of my clients to use, and I am curious if there is a reason to go with php4.xx over php5.xx, or the other way around. I would think that I would want to go with the newest one, but my

Re: [PHP] Re: [PHP-INSTALL] php4 vs. php5

2006-02-03 Thread Brad Kowalczyk
Jochem Maas wrote: Brad Kowalczyk wrote: Grae Wolfe - PHP wrote: Hey there... I am setting up a new test server for one of my clients to use, and I am curious if there is a reason to go with php4.xx over php5.xx, or the other way around. I would think that I would want to go with the

[PHP] Re: [PHP-INSTALL] php4 vs. php5

2006-02-02 Thread Brad Kowalczyk
Grae Wolfe - PHP wrote: Hey there... I am setting up a new test server for one of my clients to use, and I am curious if there is a reason to go with php4.xx over php5.xx, or the other way around. I would think that I would want to go with the newest one, but my client requested that 4.xx be

Re: [PHP] install or interference problem

2005-07-28 Thread Fam Ruijters-Verberne
Thanks for the response ... skype was the problem. took it out autostartup restarted XAMPP.no problems anymore -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] install or interference problem

2005-07-27 Thread Jochem Maas
Fam Ruijters-Verberne wrote: Hello, this is not a php question. and you problem is that Apache cannot _bind_ itself to the port that you specified in the apache.conf file (more likely XAMMP install did it for you). specifically Apache appears to be trying to bind itself to port 443 (which is

Re: [PHP] Install directions for Win2003 SP1??

2005-07-17 Thread disguised.jedi
On 7/13/05, Grosz, Steve (IPG IT) [EMAIL PROTECTED] wrote: Does anyone have a step by step, screenshots would be great, of how to install PHP 4.x on a Win2003 SP1 server? I've tried going through the install instructions on PHP.net's site for windows, but its still not working, so I think

[PHP] Re: [PHP-INSTALL] Compile Errors on Solaris 9

2005-01-05 Thread Andrew Kreps
On Wed, 5 Jan 2005 10:17:29 -0800, H. Scott Brown [EMAIL PROTECTED] wrote: Hi, List, I need some help with compilation. ./configure runs fine, in the following manner (4.3.10): [snip] *** Error code 1 make: Fatal error: Command failed for target `ext/zlib/zlib.lo' Any ideas? I really

Re: [PHP] Install PHP4 on a Apache2 + PHP5 system

2004-12-20 Thread Joshua D. Drake
Rens Admiraal wrote: Hi guys, I have a server on which Apache2 and PHP5 are functioning well, but I also want to build in support for PHP4 because the webmail package I use isn't compatible with PHP5... So, I need to install PHP4 next to PHP5, and make my Directory in httpd.include use PHP4 for

Re: [PHP] Install PHP4 on a Apache2 + PHP5 system

2004-12-20 Thread Rick Fletcher
I have a server on which Apache2 and PHP5 are functioning well, but I also want to build in support for PHP4 because the webmail package I use isn't compatible with PHP5... So, I need to install PHP4 next to PHP5, and make my Directory in httpd.include use PHP4 for my webmail directory... I've

[PHP] Re: [PHP-INSTALL] Impossibility

2004-10-11 Thread Andrew Kreps
On Mon, 11 Oct 2004 15:20:11 -0400, Scott Hamm [EMAIL PROTECTED] wrote: I know it's impossible, but is there a way php can read something from excel file? If you really believe it's impossible, why ask the question? :) Start with the first link here, and work your way down. Thankfully, you

Re: [PHP] install /setup script

2004-10-11 Thread Minuk Choi
Well, you can just put up a regular form, something to the effect of form action=create_db.php method=post Hostname input type=text name=Hostname User Nameinput type=text name=username Password input type=text name=password ... ... ... etc. /form and when you submit that form, those variables will

[PHP] Re: [PHP-INSTALL] install errors with oci8

2004-10-08 Thread Hendrik Schmieder
Bob Redding schrieb: Running on Mandrake 10.0, Apache 2 and Oracle Client Bob Redding Look where you have libclntsh.a or libclntsh.so. Hendrik -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-INSTALL] Re: [PHP] Netegrity's siteminder + PHP + Apache

2004-08-12 Thread Saqib . N . Ali
Hello Sam, Thanks for the response. I don't have much documentation to work with. I very familiar with mod_LDAP + Apache + PHP, but new to Siteminder. I was wondering if you point me to some good resources on the web, or if you have some documentation, that would be helpful as well. Thanks.

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): any ideas with this install/config error? [EMAIL PROTECTED] php-4.3.7]# ./configure --with-mysql=/usr/local/mysql creating cache ./config.cache checking host system type... i686-pc-linux-gnu checking for gcc... gcc checking whether the C

RE: [PHP] install/config error - please help

2004-06-30 Thread Nguyen, Long P (Mission Systems)
to `main' collect2: ld returned 1 exit status -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 10:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] install/config error - please help * Thus wrote Nguyen, Long P (Mission Systems): any ideas

Re: [PHP] install/config error - please help

2004-06-30 Thread Curt Zirzow
* Thus wrote Nguyen, Long P (Mission Systems): I tried what you suggested and got the following: [EMAIL PROTECTED] root]# main(){return(0);} test.c -bash: main(){return(0);}: command not found You missed the 'echo'.. bash$ echo main(){return(0);} test.c Curt -- First, let me assure

Re: [PHP] install IIS ISAPI

2004-04-22 Thread John W. Holmes
From: Vincent DUPONT [EMAIL PROTECTED] I use to install PHP under IIS as a ISAPI module. So I add a ISAPI filter and define a new App mapping in 'configure' When looking at the documentation (see http://be.php.net/manual/en/install.iis.php, Windows NT/2000/XP and IIS 4 or newer) I can read

Re: [PHP] install mysql and mysqli together

2004-03-08 Thread Raditha Dissanayake
Hi, Installing mysqli by itself is complicated enough (or at least it does not run smoothly). I also had this need but gave up on it in the end. You can see my experience with this at http://www.raditha.com/mysql/mysqli.php my final solution was to install both php4 and php 5 :-( all the

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-16 Thread Scott Fletcher
IE bug is something I can't do about, I can't image about other 3rd party browser if this ever happen. So, I decided to use the $_REQUEST instead and not have to deal with the browser issues. You should do the same because as everyone know, IE bugs doesn't normally get fixed overnight or worse,

[PHP] Re: [PHP-INSTALL] Re: Apache+modssl+php problem??? possible IE bug?

2004-02-14 Thread Chris Wilson
I found several sources of information regarding a IE bug that does'nt pass all the post data, however this is roughly 1/4 times that it does it. Its actually become a serious problem for people to navigate through my webmail :/ Chris I mean, I sometime found a few POST data had incorrectly went

Re: [PHP] install questions

2003-10-24 Thread Jonathan Villa
What is your platform? Not that it mattes a whole lot... Make sure the httpd.conf file has #LoadModule php4_modulemodules/libphp4.so LoadModule php5_modulemodules/libphp5.so (whichever is the one you need, probably 4) AddType application/x-httpd-source .phps AddType

Re: [PHP] install questions

2003-10-24 Thread Burhan Khalid
rogue wrote: i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? This is a problem with your php install (you need to make sure you edit your

Re: [PHP] Install problems (GD) on Red Hat

2003-09-24 Thread Jason Wong
On Thursday 25 September 2003 04:25, Donaldson Sgt Michael J wrote: [snip] If configure fails try --with-jpeg-dir=DIR configure: error: png.h not found. saw this in a post --with-jpeg-dir=/usr/local/src/php-5.0.0b1 \ --with-png-dir=/usr/local/src/php-5.0.0b1 \

Re: [PHP] install php-gtk on mdk9.1

2003-07-31 Thread Marek Kilimajer
http://sk.php.net/mailing-lists.php Decapode Azur wrote: hi, where do I have to post to bring help about how to install php-gtk ? Cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Install

2003-06-18 Thread Chris Hayes
At 14:39 18-6-03, you wrote: Hi, i tried installing mysql-4.1.0-alpha, apache, php4.3.2 on windows2000Pro. now the issue is that i have all the 3 application running and interacting with each other in sync but every time i try to connect to mysql through php it gives me this error: Warning:

Re: [PHP] install php

2003-03-13 Thread Ray Hunter
make sure you config line has the location of you mysql install.. example: /.configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.14 --enable-track-var -- Ray On Thu, 2003-03-13 at 00:14, sonjaya wrote: dear milist i want' instal php with mysql , itry like this :

Re: [PHP] install problem

2002-12-30 Thread Rasmus Lerdorf
I don't see any errors there, just a couple of rather harmless warnings. On Mon, 30 Dec 2002, [EMAIL PROTECTED] wrote: Hello ! I have problem with php-4.3.0 i can not install it on my 3 different rh7.0 servers. ./configure --prefix=/usr --with-config-file-path=/etc --disable-debug

Re: [PHP] Install

2002-08-03 Thread EdwardSPL
Try this site : http://www.linuxguruz.org/z.php?id=32h=php+mysql+apache Nick Niehoff wrote: I have followed the instructions to install php4 on both apache 1.3.x and 2.0.x, both fail. I am running RedHat 7.2, Apache 2.0.39. I am trying to install php4.2.2. When I type 'make install' at

Re: [PHP] Install

2002-08-03 Thread Bob Lockie
What is your configure command? I have followed the instructions to install php4 on both apache 1.3.x and 2.0.x, both fail. I am running RedHat 7.2, Apache 2.0.39. I am trying to install php4.2.2. When I type 'make install' at the command it goes through its little thing and then says:

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
ok unix.h problem solved but now it's saying can't locate .libs/libZend.a any ideas? ~thinks: sheesh no wonder more and more people just use windose for PHP since it looking like its too bloody hard to install any where else lol~ -Original Message- From: Peter [mailto:[EMAIL

RE: [PHP] install issues on Solaris

2002-07-25 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... ok unix.h problem solved but now it's saying can't locate .libs/libZend.a any ideas? ~thinks: sheesh no wonder more and more people just use windose for PHP since it looking like its too bloody hard to install any where

RE: [PHP] install issues on Solaris

2002-07-25 Thread Peter
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... ok unix.h problem solved but now it's saying can't locate .libs/libZend.a any ideas? Furrfu - don't tar all *nix with the same brush :-) Presumably, for some reason, that file hasn't been created? Have a look in the libs

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
sorry forgot to say that I've tried to locate the unix.h file in other distribs etc but wif no luck -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 July 2002 12:33 PM To: php_gen Subject: [PHP] install to unix... hastles Hiya, I'm new to installing

RE: [PHP] install to unix... hastles

2002-07-23 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... sorry forgot to say that I've tried to locate the unix.h file in other distribs etc but wif no luck -Original Message- From: Peter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 July 2002 12:33 PM To: php_gen Subject:

RE: [PHP] install to unix... hastles

2002-07-23 Thread Peter
Hiya, I'm new to installing php onto unix i can get the ./configure command to run with out error (well any that are obvious) but when i do the make it comes up with # make Making all in Zend make[1]: Entering directory `/usr/local/php-4.2.1/Zend' /bin/sh

RE: [PHP] install to unix... hastles

2002-07-23 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] says... Hiya, I'm new to installing php onto unix i can get the ./configure command to run with out error (well any that are obvious) but when i do the make it comes up with # make Making all in Zend make[1]:

[PHP] Re: PHP install - what features?

2002-07-14 Thread Richard Lynch
I have searched the archive for a message subject something like PHP Wish List and was unsuccessful. Depends who does the wishing :-) The first time I compiled PHP, I tried to throw in almost everything that sounded remotely interesting. That was incredibly time-consuming and frustrating. I

[PHP] Re: php install

2002-07-01 Thread Richard Lynch
Hi, I'm trying to install PHP 4.2.1 on SuSE SLES 7.3 and I get the following error message checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up lex is like this low-level thingie that lets PHP syntax like if/else/while/for

Re: [PHP] install php as CGI?

2002-06-04 Thread Pushkar Pradhan
./configure --prefix=/rstc/user1/erc/pushkar/php-4.0.6 --with-regex=system --enable-discard-path --enable-dbase Actually you just need one --enable-discard-path for security reasons, others are customized for my use and yes prefix is also a must. how can i install php as CGI?

Re: [PHP] Install problem - FIX

2002-05-24 Thread Dani
probelm Fix!\ thanks Dani wrote: I have just installed the PHP 4.2.1 Installer but get this error message: Security Alert! The PHP CGI cannot be accessed directly. This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the

RE: [PHP] Install Question - Missing php.ini

2002-05-06 Thread Insomniac Admin
Try doing locate php.ini. Your likely to have to copy php.ini.dist to php.ini if this is your first installation. Usually you'll find it in /usr/local/etc/ or /usr/local/lib/ depending on your distro. - Dan -Original Message- From: David McInnis [mailto:[EMAIL PROTECTED]] Sent: 06 May

Re: [PHP] Install wddx extention for php 4.1.1

2002-01-25 Thread Rasmus Lerdorf
Try leaving off the --with-expat-dir switch completely. PHP comes with its own expat. On Fri, 25 Jan 2002, Ziying Sherwin wrote: We tried to install php 4.1.1 with wddx support on our Solaris 2.8 with gcc 3.0. We installed expat library 1.2 (download from

[PHP] Re: PHP Install Problem - Please Help

2001-08-30 Thread Richard Lynch
To Install PHP I have done this ( ihave specified the location of apxs as Suse Installed an Apache server also, but I want the one I've installed to /usr/local/apache): It's better to specify exactly where apxs is anyway, just so you know for sure you don't get the wrong one. ./configure

RE: [PHP] Install

2001-07-26 Thread Kurt Lieber
um... this is a PHP list, not a Perl list. go to www.perl.org for perl info. -Original Message- From: Roman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:50 PM To: Php-General Subject: [PHP] Install Hello ! I want to install perl under apache in windows,

RE: [PHP] Install

2001-07-25 Thread Lawrence . Sheed
this would seem to be a php list, maybe you should look on a perl list for a complete response, hmm? Activestate make a reasonable perl interpreter for windows, have a look at activestate.com for more details. also try google and search for perl windows apache, maybe you can try reading some

Re: [PHP] Install problems

2001-07-19 Thread Michael Hall
I think that --config-file-path needs to be the path to apache, not php. --config-file-path=/usr/local/apache Check in the README.configure file in the Apache source directory. Mick On Thu, 19 Jul 2001, Chetan Ganpati wrote: Hello, I am trying to install PHP4 on a redhat 6.2 box. I have

Re: [PHP] install help

2001-07-07 Thread chris schneck
Usually after a ./configure there is a make then a make install, sometimes even a make test before a make install - Original Message - From: Evan Nemerson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 07, 2001 3:02 PM Subject: [PHP] install help I am trying to install

Re: [PHP] Install Prob PHP4

2001-05-15 Thread Johannes Janson
Hi, checking lex output file root... ./configure: lex: command not found configure: error: cannot find output from lex; giving up you have to go into YaST an install a programm called lex. It might be that you also need flex. Just install lex and see if you get more errors. hope it helps

Re: [PHP] install issue with 4.0.5

2001-05-03 Thread Martín Marqués
On Vie 04 May 2001 00:41, you wrote: I've just tried to compile and install php 4.0.5 with apache and when I try to restart apache I get the following. I added the location of libphp4.so to ld.so.conf and ran ldconfig and then make clean and re-compiled php etc... any ideas as to what is

Re: [PHP] install question: idiot guide to apache and phph and mysql on win NT 4

2001-04-13 Thread Johannes Janson
Hi, I'll spare you from the stuff with stupid question and answers http://httpd.apache.org/dist/httpd/binaries/win32/ is the address to the win32 binary. get 1.3.19 cause some more einvironment variables are supported. To set the wholee thing up I can recommend this:

Re: [PHP] install question: idiot guide to apache and phph and mysql on win NT 4

2001-04-13 Thread Peter Van Dijck
Ok, I have Apache running, and PHP running. However, when I look at http://localhost/test.php it works (e.g. phpinfo() shows all the info), but I get 3 popups: "Unable to load dynamic library 'php_pdf.dll' - The specified module could not be found." I click OK "The dynamic link library

Re: [PHP] install question: idiot guide to apache and phph and mysql on win NT 4

2001-04-13 Thread Peter Van Dijck
Hi, thanks for the tips. first check to see if you actually have those DLLs in your computer. use Start | Find Files or whatever you want to use. php_pdf.dll (the first error - the other errors seem to have stopped all by themselves) is actually in the /extensions/ subdir of php.

Re: [PHP] install question: idiot guide to apache and phph and mysql on win NT 4 - solved!

2001-04-13 Thread Peter Van Dijck
I copied the php_pdf.dll file from the apache/cgi-bin/php/.. directory to the windows/winnt/system32 directory (it was just a hunch) and behold, it worked brilliantly!! Thanks! Now I just have to figure out how to: 1- get mysql to work 2- get virtual domains to worl Peter hello, i'm

Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Fabian Raygosa
As far as mysql on windows goes i think you can just use the DOS command line to type mysql as wellas use their MySqlManager.exe. But if you are used to unix stick with the DOS command line and make sure you are in the mysql/bin directory and it should be the same interface - Original

Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Phil Driscoll
Except that I get this error: open(/tmp\sess_fdf19ffc4a1192dd55183d067fc765fd, O_RDWR) failed: m (2) in Looks like your session.save_path is set incorrectly - set it to a sensible windows path (eg C:\php\session or similar) Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112

Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Peter Van Dijck
more probs: I shut down my machine and restarted, now apache won't run properly. Typing localhost gives server error: The server encountered an internal error or misconfiguration and was unable to complete your request. There is nothing in the server error logs. ... I don't know where to start

Re: [PHP] install question:php and mysql on win NT 4

2001-04-13 Thread Fabian Raygosa
Apache on NT is a service, check on control panel/services to see if it is running, beyond that i would need more details ... - Original Message - From: "Peter Van Dijck" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 13, 2001 11:46 AM Subject: Re: [PHP] install qu

Re: [PHP] install LONG_MAX

2001-04-11 Thread Yasuo Ohgaki
Do you install Linux kernel source? and have correct symlink for kernel headers? Sounds like it's the cause to me. Regards, -- Yasuo Ohgaki ""Plamen Slavov"" [EMAIL PROTECTED] wrote in message 002a01c0c276$32b005e0$98d209c0@plamensl2">news:002a01c0c276$32b005e0$98d209c0@plamensl2... Hi all,

Re: [PHP] Install

2001-03-31 Thread Yasuo Ohgaki
There is a section for that in the PHP Manual http://jp.php.net/manual/en/migration4.php I suggest you to read www.zend.com documents also. Regards, -- Yasuo Ohgaki ""Chris"" [EMAIL PROTECTED] wrote in message

Re: [PHP] install-problem

2001-03-28 Thread David Robley
On Thu, 29 Mar 2001 01:16, [EMAIL PROTECTED] wrote: Hello People, I want to install the version php-4.0.4pl1 on to a RS/6000 with AIX4.3.3. IBM HTTP Server 1.3.12.0 When I use the configure-script with several parameters I get the outpout you can see in the attachment. (See attached

RE: [PHP] install

2001-03-14 Thread Jon Haworth
It's truly amazing what you can find three clicks away from the main page of www.php.net. http://www.php.net/manual/en/installation.php HTH Jon -Original Message- From: hananet [mailto:[EMAIL PROTECTED]] Sent: 14 March 2001 12:53 To: [EMAIL PROTECTED] Subject: [PHP] install how to