[PHP-INST] BLANK SCREEN EASY FIX (edited)

2001-12-12 Thread Salomon Lama
I am new to XP(NT4) and to php. And just like a lot of beginners, I was getting a blank screen when I loaded up my test page. The page should have produced "Hi, I'm a PHP script! " I double checked and modified my web server's settings using the Manual Installation Steps several times. But made

[PHP-INST] BLANK SCREEN EASY FIX

2001-12-12 Thread Salomon Lama
I am new to XP(NT4) and to php. And just like a lot of beginners I was getting a blank screen when I loaded up my test page the should have produced "Hi, I'm a PHP script! " I double checked my and modified web server settings using the Manual Installation Steps several times. But made no progre

[PHP-INST] Re: php410, gd=shared, missing gd.so

2001-12-12 Thread Yasuo Ohgaki
Jason Donald wrote: > Hi, > > Under php4.0.6 my configure/make/makeinstall created a gd.so file > (which is picked up when using ). > > Under php4.1.0 my install creates a gd.a file, and > doesn't work anymore. > > If I compile it in as non shared, it works just fine. I am using it > as .

[PHP-INST] Re: Compile problems under Mac OS X 10.1 (Darwin)

2001-12-12 Thread Yasuo Ohgaki
Nicolas Ross wrote: > I want to compile php 4.1.0 on Mac OS X 10.1, adn I get this when linking : > > *** Warning: This library needs some functionality provided by -lgd. > *** I have the capability to make that library automatically link in when > *** you link to this library. But I can only d

[PHP-INST] Re: readline

2001-12-12 Thread Yasuo Ohgaki
Preroman wrote: > I've tryied to compile php 4.1.0 with option --with-readline=/usr but the > ./configure answered me that for that needs CGI build. > I have compiled 4.0.6 with that option and all works well. > What it means that?? > Thanks > Preroman > That mean you cannot use readline with

[PHP-INST] Re: How to compile PHP-4.1.0 or 4.0.6 with Oracle-9i ?

2001-12-12 Thread Yasuo Ohgaki
I reply your mail with my guess, since I saw your post other lists which is not appropriate to post... (I don't use Oracle BTW) I guess Oracle 9i support is not implemented yet. AFAIK I don't know such news. It may work if it is compile with oci8, though. Somsak Rakthai wrote: > Dear sir, >

[PHP-INST] php410, gd=shared, missing gd.so

2001-12-12 Thread Jason Donald
Hi, Under php4.0.6 my configure/make/makeinstall created a gd.so file (which is picked up when using ). Under php4.1.0 my install creates a gd.a file, and doesn't work anymore. If I compile it in as non shared, it works just fine. I am using it as .so to keep the httpd size down and perfor

[PHP-INST] FOPEN issues in 4.0.6

2001-12-12 Thread David Callaghan
I use file ('http://www.target.com') to get information from a partner's web site. I have made a site using php 4.0.3pl1 and Apache on Windows as a proof of concept to move from ASP+ and IIS to php and Apache. I got permission, installed SuSE 7.3 Pro which comes with 4.0.6 and now I get a Warn

Re: [PHP-INST] libphp4.so--> undefined symbol: uncompress

2001-12-12 Thread Mark R.
That fixed the error. Thank you very much : ) "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote > Try adding --with-zlib to your configure line. -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

Re: [PHP-INST] libphp4.so--> undefined symbol: uncompress

2001-12-12 Thread Rasmus Lerdorf
Try adding --with-zlib to your configure line. On Wed, 12 Dec 2001, Mark R. wrote: > Hello all, > > I think I may have an easy to fix problem, but I'm stumped as to what needs > to be done. I downloaded Apache 1.3.22 and PHP 4.1.0 today. Built Apache > with "./configure --enable-module=so --p

php-install Digest 12 Dec 2001 20:48:06 -0000 Issue 599

2001-12-12 Thread php-install-digest-help
php-install Digest 12 Dec 2001 20:48:06 - Issue 599 Topics (messages 5280 through 5283): Re: post install 5280 by: Chris Re: build error, somebody please help me 5281 by: John Burski Compile problems under Mac OS X 10.1 (Darwin) 5282 by: Nicolas Ross libphp4.s

[PHP-INST] libphp4.so--> undefined symbol: uncompress

2001-12-12 Thread Mark R.
Hello all, I think I may have an easy to fix problem, but I'm stumped as to what needs to be done. I downloaded Apache 1.3.22 and PHP 4.1.0 today. Built Apache with "./configure --enable-module=so --prefix=/usr/local/apache", and after installing Apache, built PHP with "./configure --with-mysql

[PHP-INST] Compile problems under Mac OS X 10.1 (Darwin)

2001-12-12 Thread Nicolas Ross
I want to compile php 4.1.0 on Mac OS X 10.1, adn I get this when linking : *** Warning: This library needs some functionality provided by -lgd. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared

Re: [PHP-INST] build error, somebody please help me!!!!

2001-12-12 Thread John Burski
It looks like your configuration script is looking for the "lex" command. "lex" is a lexical analysis tool that is used for, well, lexical analysis (it's used a lot for building compilers and other such stuff). Anyway, if you're using Linux, then you'll want to edit the configuration script to us

Re: [PHP-INST] post install

2001-12-12 Thread Chris
> ive just installed php on apache on win98. i wrote the test phpinfo.php file, ran > it and it worked fine. after that i tried to run index.php from the same > directory and from 'website' directory where i have other pages that i know run, > although it only prints back the contents of the file