php-install Digest 28 Nov 2001 07:58:10 -0000 Issue 575

2001-11-27 Thread php-install-digest-help
php-install Digest 28 Nov 2001 07:58:10 - Issue 575 Topics (messages 5100 through 5115): please, help to rookie 5100 by: Denys 5101 by: Jonathan Hilgeman 5102 by: Matt Schroebel without / pages do not come up 5103 by: brain_damaged 5110 by: Chris

Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-27 Thread charles
Here's is a fix for the 'cannot load libphp4.so: undefined symbol : uncompressed' error ala google and FAQTs. http://www.faqts.com/knowledge_base/view.phtml/aid/5087 1. install zlib per the doc above. 2. run ldconfig. 3. make clean in your php directory. 4. configure ... php. 5. edit your makefi

Re: [PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-27 Thread Chris
Greetings Clacy, Mind you, the experience I share here is *primarily* from *BSD. However, I have a great deal of experience with Win(whatever) and Linux as well. I just blew away my "potato" install. So I can't look at it for reference. That said, let's go. Read further down... > Heres what I ha

[PHP-INST] Re: P.H.P and Cygwin NO PRECOMPILER

2001-11-27 Thread Fred
Are you logged in as root when you do this? If you are not then the problem is most likely that you do not have permission so use gcc to create executables. Fred Unknown Sender <[EMAIL PROTECTED]> wrote in message 013301c1767a$adcd86e0$0201a8c0@biuroa">news:013301c1767a$adcd86e0$0201a8c0@biuroa

[PHP-INST] Re: without / pages do not come up

2001-11-27 Thread Fred
Seems to work from here. Fred Brain_damaged <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hello, > I dont' know much about apache or php so not sure were my problem lies. > > If don't put a trailing / my pages don't come up. > if i do then they do. > > http:

[PHP-INST] Error: Restarting Apache w/ PHP as DSO on redhat 7.2

2001-11-27 Thread charles
Heres what I have: Clean install of redhat 7.2, server option chosen, default packages installed - no extra servers or subcategories. I have installed the following with no problems through configure, make or make install: - MySQL 3.23.45 from binaries at mysql.com (redhat gcc error, or so it s

Re: [PHP-INST] without / pages do not come up

2001-11-27 Thread Chris
Greetings, Read below... > hello, > I dont' know much about apache or php so not sure were my problem lies. > > If don't put a trailing / my pages don't come up. > if i do then they do. The answer and solution you seek is in the httpd.conf file. There's a statement about exactly what you ask i

Re: [PHP-INST] php with apxs and mysql on Darwin

2001-11-27 Thread Chris
Hello Erik, All, read on... > > On Tuesday, November 27, 2001, at 12:01 AM, Chris wrote: > >> I had a similar *mis*understanding when I attempted to install >> *other* modules with the PHP /configure/install. >> >> Your line (where mysql is concerned) should read: >> --with-mysql=/usr/local *n

Re: [PHP-INST] PHP install w/MySQL difference question

2001-11-27 Thread Erik Price
Well, I just went ahead and did it without specifying a /path/to/dir: pushd apache_mod_php-6-2 ./configure --with-xml --with-zlib --with-apxs=/usr/sbin/apxs --with-mysql (configure exited fine, but gave me the warning that I was using PHP's built-in MySQL library and that later modules added wo

[PHP-INST] Help please with setting up apache with php module

2001-11-27 Thread The Argyle Network of Services
I am trying to set up apache, php and mysql I have compiled mysql - all ok I have compiled php - all seemed ok I am compiling apache and get probs I have tried the following methods 1. ./configure --activate-module=src/modules/php4/libphp4.a make make install no errors returned but .

[PHP-INST] include with success warning

2001-11-27 Thread moe
Hi... i made an include in a php page... when i try to load the page i get Warning: file("http://mp3italia1.fit.dooyoo.it/servlets/DooyooConnector?template=item &sessionID=&sponsor=1&order=default&itemID=37066") - Success in /home/admin/www/hardware/index.php on line 67 Now if i go here: http://

[PHP-INST] IIS & PHP

2001-11-27 Thread Darkon
I still keep getting still error while I installed it correct Warning: Undefined variable: show in D:\WEB\DSN\DSN_new\index.php3 on line 5 WHAT TO DO?

[PHP-INST] cURL Cutting Off Last Character

2001-11-27 Thread Jonathan Hilgeman
I use cURL to perform CC transactions and it returns a result string (declined, accepted, etc...), but the message it returns is cut off. There's one character missing on the end of the string, an "e". Here's my code: $ch = curl_init($gateway_url); curl_setopt ($ch, CURLOPT_RETURN

[PHP-INST] without / pages do not come up

2001-11-27 Thread brain_damaged
hello, I dont' know much about apache or php so not sure were my problem lies. If don't put a trailing / my pages don't come up. if i do then they do. http://webserver.florida-wireless.com/phpgroupware is 404 http://webserver.florida-wireless.com/phpgroupware/ works. the page is index.php3 how

RE: [PHP-INST] please, help to rookie

2001-11-27 Thread Matt Schroebel
Look at config.safe, it's your last configure. You can re-run configure with ./config.safe --with-new-option=/path/to/new/option --next-new-option=what-ever-I-want-now I'd do a make clean, and rm config.cache first just to start from scratch without any old baggage lying around. ./configure --

RE: [PHP-INST] please, help to rookie

2001-11-27 Thread Jonathan Hilgeman
If you installed PHP 4 using the ports system, then you can go to the port's directory (like /usr/ports/www/mod_php4) and edit the Makefile. In the middle of the Makefile should be a listing of all extra --with... options. You can probably take it from there. - Jonathan -Original Message

[PHP-INST] please, help to rookie

2001-11-27 Thread Denys
can anyone help me with this rookie issue: I need to re-install php on running FreeBSD machine in order to add somthn onto --with.. please, point me where can I get DETAILED information about steps I have to make... thank you, Denys -- PHP Install Mailing List (http://www.php.net/) To uns

php-install Digest 27 Nov 2001 19:08:47 -0000 Issue 574

2001-11-27 Thread php-install-digest-help
php-install Digest 27 Nov 2001 19:08:47 - Issue 574 Topics (messages 5094 through 5099): how can i use/install pear?? 5094 by: tony Re: when i try to run a php script it doesnt do anything 5095 by: tony local configuration of PHP in CGI mode 5096 by: Fabien Salvi

[PHP-INST] PHP install w/MySQL difference question

2001-11-27 Thread Erik Price
> Hello, > > [The contents of this email contain quite an annoying amount of output > from the command line, but please note that I have deleted most of the > unnecessary output and tried to comment the parts that I felt were > necessary.] > > I am curious as to what the difference will be i

[PHP-INST] Relative path not parsing correctly in include()

2001-11-27 Thread Sean Redmond
I'm trying to install Aolserver 3.4.2 and PHP 4.0.6, but on the statement include "../src/load_prefs.php"; The server segfaults. Perhaps the server shouldn't crash but the problem is that ".." is being interpreted as: /usr/local/aolserver-3.4.2/servers/webmail/pages/squirrelmail-1.

Re: [PHP-INST] php with apxs and mysql on Darwin

2001-11-27 Thread Erik Price
On Tuesday, November 27, 2001, at 12:01 AM, Chris wrote: > I had a similar *mis*understanding when I attempted to install > *other* modules with the PHP /configure/install. > > Your line (where mysql is concerned) should read: > --with-mysql=/usr/local *not* > --with-mysql=/usr/local/mysql as y

[PHP-INST] local configuration of PHP in CGI mode

2001-11-27 Thread Fabien Salvi
Hello, I would like to have a local configuration in PHP when it is in CGI mode. When in apache module, it's not difficult, we just have to php_value for example. See here : http://www.php.net/manual/en/configuration.php But, in CGI mode, I can't find the way to do it. I try with Setenv, to set