Related topics

Multiple PHP versions on single server
Sascha for prog in phpize php-config pear phpextdist; do \ /home/sas/src/php4/build/shtool install -c -m 755 scripts/$prog /home/sas/auto_build/tmp_build/php-install/bin/$prog; \ done cp: scripts/phpize: No such file or directory cp: scripts/php-config: No such file or directory cp: scripts/pear: No such file or

Installation on Redhat 6.0 - Apache-1.3.9 - PHP-3.0.12
Jeffrey N Dyke jeffrey_n_D...@Keane.com php install i'm not a mac guy so this may be done by the php install, ...but are the other two lines in httpd.conf. The loadModule and AddModule lines? LoadModule php4_module libexec/libphp4.so AddModule mod_php4.c hth, jeff Ken Tozier <kentozier@comcas To:

cvs: php4 /win32 install.txt
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 didn't even really understand what half that crap was, and then I had to go download and install and configure it and kick

PHP install : rpm or compile ?
Wei-Ching Kao ave...@seed.net.tw php doc coldocean Fri Oct 4 03:28:20 2002 EDT Removed files: /phpdoc/php copyright.php getting-started.php install.hpux.php install.linux.php install.macosx.php install.openbsd.php install.solaris.php install.unix.php install.windows.php installation.php intro-whatcando.php

PHP install on IIS
Init fn="load-modules" funcs="php4_init,php4_close,php4_execute,php4_auth_tr ans" shlib="/opt/netscape/suitspot/bin/libphp4.so" My previous PHP install without the LDAP and Sybase extensions worked just fine. Problem is that I need the LDAP and Sybase modules. I have attempted this with Solaris 2.8 and iPlanet

PHP & JAVA Install
PDFlib) TYPE make test TYPE make install TYPE make clean Congratulations...you have Apache-ssl MySql and PHP installed on your FreeBSD system. To test this, install a web browser. I like to use LYNX. TYPE cd /usr/ports/www/lynx TYPE make TYPE make install TYPE make clean TYPE lynx 127.0.0.1 You should be viewing a

Bug #14015 Updated: Can't install (make install)
<fx: takes a quite look at php source> Hmmm. I just did a quick grep on application/x-httpd-php in the php4.04 source and here's what it coughs up: [rich@linux1 php-4.0.4]$ grep -r application/x-httpd-php * INSTALL: AddType application/x-httpd-php .php INSTALL: AddType application/x-httpd-php .php INSTALL: AddType

Output line to long. PHP 4.3 install
according to: http://support.microsoft.com/default.aspx?scid=kb;en-us;q184320 I enabled IIS's path_info support via: c:\inetpub\AdminScripts\adsutil set w3svc/AllowPathInfoForScriptMappings True c:\inetpub\AdminScripts\adsutil set w3svc/1/AllowPathInfoForScriptMappings True 1 Install php 4.3.1 with installer.exe

Fw: [PHP-INST] Install Trouble on RedHat 6.2 & Apache 1.13.14
Rasmus Lerdorf ras...@php.net php install This is a FAQ. Please read http://www.php.net/FAQ.php#6.12 On Sun, 3 Dec 2000, Chris Howells wrote: I am attempting to compile PHP-4.0.3pl1 dynamically into Apache-1.3.14, however the "make" stage of compiling PHP fails. I'm on Mandrake Linux 7.0.

Install Errors
b/cI tried that - I ran the framwork php script --> located in /mywebroot/horde/framework/php install-packages.php. I ask you this b/c when I run the php install-packages.php script - I get the following errors: X-Powered-By: PHP/4.2.2 Content-type: text/html Installing CLI: could not open the package file: --force

HELP-PHP install
I ask as one raq 3 site with rpm's gave instruction on installing php with mysql, but showed -- with mysql not the path and I got confused as to the best way I thought it was said to require the *path* to mysql if it's installed and working pre php installation Just hoping ot confirm so I don't fudge this up,

install questions
+ Installing PHP on Windows with Netscape/iPlanet/SunONE servers. - To Install PHP as CGI (for Netscape Enterprise Server, iPlanet, perhaps Fastrack) - - Copy php4ts.dll to your systemroot (the directory where you installed windows) - - Make a file assocition from the command line (type the 2 following lines)

php installation
Ross -----Original Message----- From: Jacques Steyn [mailto:jacq...@knowsystems.com] Sent: 15 June 2002 17:30 To: php-wind...@lists.php.net; php-inst...@lists.php.net Subject: [PHP-WIN] PHP installation problem: php4ts.dll Thanks to all who have tried to help me. After battling for a couple of days now to get this

Where to find install instruction?
Michael J Wise mjw...@kapu.net php install Possibly relevant back-story: Just installed MySQL-3.23.28.gamma on my system, and aside from a compile that put me to sleep, it seemed to go well, and is running now. Haven't tested it, but have reset the password, and it's running as user "mysql". mysql 205 0.0 0.4 12632

RedHat 8 PHP4 default install doesn't work
Jeffrey N Dyke Jeffrey_N_D...@Keane.com php install thank to the bug database...... it seems to be that if you upgrade your version of sed to GNU sed from www.sunfreeware.com( version 4). you'll be fine. after you install make sure you are using the new added package of sed. I was using one in /usr/bin,

note 38546 deleted from install.apache2 by nlopess
Then you should add the following three lines to your Apache conf file: (swap c:/php/ for your PHP install path) @@ -329,9 +329,9 @@ http://www.genusa.com/iis/iiscfg.html from Steven Genusa to configure their script maps. - Windows NT/2000 and IIS 4 or newer and PWS 4 on NT Workstation or W2K non server editions +

GD/Zlib install problems
System Running: Win 98, Apache, PHP, Used Zip file for PHP install Problem: I keep getting the error= Syntax error on line 188 of f:/0_server/dc_apche/conf/httpd.conf: Cannot load c:/php/sapi/php4apache.dll into server: Now I have followed the install doc to the teeth, checking and double checking.

Trouble With Install
Obtain and install mcrypt (I have no experience of mcrypt so I can't be more precise). Compile php with the same options as your phpinfo function shows but add "--with-mcrypt=<dir>", where <dir> is your mcrypt directory. PS There is a php installation help mailing list at php-inst...@lists.php.net Hope this helps.

Help with install under win98
Adam Voigt a...@cryptocomm.com php install If your trying to compile the PHP binary instead of building it into PHP, you need to drop the --with-apache line and add something like: --prefix=/usr/local/php Which will create an actual php executable in that directory, but this will not make it work with Apache.

PHP and LDAP
"gooch" go...@tznet.com php install Been there done that and php does not work with win98, pws4 Phil -----Original Message----- From: Danyel Maus [mailto:Danyel.M...@marchFIRST.com] Sent: Wednesday, December 13, 2000 8:52 AM To: php-inst...@lists.php.net Subject: Re: [PHP-INST] Trouble With Install The text from