php-install Digest 3 Jan 2002 00:46:55 -0000 Issue 630
Topics (messages 5417 through 5428): Re: Problem installing PHP with Pear on Sol 8 5417 by: Eric Aska Recompile PHP with MySQL after a install from cd 5418 by: Nuno Tavares PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but no errors reported? 5419 by: Marc G. Fournier 5422 by: Marc G. Fournier Windows XP vs PHP4.x 5420 by: Andrew Dumbleton Re: Apache, undefined symbol: alloc_globals 5421 by: Sean Redmond Re: PHP 4.1.1 w/ Apache 2.0.28 ... not being loaded, but 5423 by: Chris 5425 by: Austin Gonyou notepad cant write .php 5424 by: t_virtussavant Re: install problem : using old php config? 5426 by: DKode Should I shoot the machine? 5427 by: Martin Cloutier HELP GMP !!! 5428 by: Marios Karagiannopoulos Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
--- Begin Message --->>> "Eric Aska" <[EMAIL PROTECTED]> 12/19/01 11:30AM >>> Greetings, I am tussling with an installation of PHP with Pear on a Solaris 8 system. The error occurs during the 'make install' and affects Pear specifically. When I run it as 'make install-su' the error persists. It appears that the makefile for Pear is misconfigured. My platform, configuration script and error are below. Thanks in advance for the assist!!! ERROR (Partial output of 'make install') ====================================== (cd pear && /usr/ccs/bin/make install) shtool:mkdir:Error: invalid number of arguments (at least 1 expected) shtool:mkdir:Hint: run `/opt/install/apache/mods/php-4.0.6/build/shtool mkdir -h' or `man shtool' for details +----------------------------------------------------------------------+ | The installation process is incomplete. The following resources were | | not installed: | | | | Self-contained Extension Support | | PEAR: PHP Extension and Add-on Repository | | | | To install these components, become the superuser and execute: | | | | # make install-su | +----------------------------------------------------------------------+ *** Error code 5 make: Fatal error: Command failed for target `install-data-local' Current working directory /opt/install/apache/mods/php-4.0.6/pear *** Error code 1 make: Fatal error: Command failed for target `install-recursive' Current working directory /opt/install/apache/mods/php-4.0.6/pear *** Error code 1 make: Fatal error: Command failed for target `install-pear' ====================================== PLATFORM ====================================== HARDWARE: SPARC OS: Solaris 8 Apache: 1.3.22 PHP: 4.0.6 ====================================== CONFIG SCRIPT (these are the config options I am including) ====================================== ./configure --with-gnu-ld \ --with-apxs=/opt/apache/bin/apxs \ --with-pear \ --enable-sigchild \ --enable-libgcc \ --with-zlib=/usr \ --enable-bcmath \ --enable-ftp \ --with-png-dir=/usr/local \ --with-java=/usr/java \ --with-mysql=/opt/mysql \ --with-mm=/usr/local \ --enable-trans-sid \ --enable-shmop \ --enable-ucd-snmp-hack \ --enable-sockets \ --with-regex=php \ --enable-sysvsem \ --enable-sysvshm \ --enable-wddx \ --enable-yp \ --with-servlet=/home/webadmin \ --enable-inline-optimization ====================================== -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]--- End Message ---
--- Begin Message ---I've installed the RedHat 7.0 Linux from the cd. What interests me most is Apache, PHP and MySQL. Everything works fine (Apache is serving pages, PHP and MySQL are working too) except for one thing. PHP is not compiled with MySQL. I've checked with <? phpInfo() ?>. I know that I should recompile PHP with the --with-mysql option to enable MySQL, but the problem is that the file which is used to recompile PHP ("configure") is not present. I think this is because I installed all the packeges from the RedHat cd. How should I recompile PHP without a "configure" file to enable PHP with the MySQL option? Thanks. Nuno Tavares--- End Message ---
--- Begin Message ---Hi After spending the past little while fighting with getting it to install under Apache2, I can't for the life of me get it to actually load. I'm installing it using FreeBSD Ports ... Apache2's port, the only change I've made, is to add -lc_r to get rid of an error dealing with pthread's that PHP4 throws up ... once I get Apache2 fixed for that, it starts, but, as shown below, its not being loaded: [Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations Under the mod_php4 port, I changed --with-apxs to --with-apxs2 and go rid of the --with-system-regex flag ... compile appears clean ... In my httpd.conf file, I have everything defined/enabled taht I'm aware of: LoadModule php4_module libexec/apache/libphp4.so AddType application/x-httpd-php .php .php3 And DSO support is enabled: Compiled in modules: core.c prefork.c http_core.c mod_so.c So I'm figuring that I'm missing something totally obvious here? :( Thanks ...--- End Message ---
--- Begin Message ---as a quick follow up, I installed lsof, and it appears that php4 is being loaded, but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for some reason, its not registering application/x-httpd-php as a valid type? On Wed, 2 Jan 2002, Marc G. Fournier wrote: > > Hi > > After spending the past little while fighting with getting it to install > under Apache2, I can't for the life of me get it to actually load. > > I'm installing it using FreeBSD Ports ... Apache2's port, the only change > I've made, is to add -lc_r to get rid of an error dealing with pthread's > that PHP4 throws up ... once I get Apache2 fixed for that, it starts, > but, as shown below, its not being loaded: > > [Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 > OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations > > Under the mod_php4 port, I changed --with-apxs to --with-apxs2 and go rid > of the --with-system-regex flag ... compile appears clean ... > > In my httpd.conf file, I have everything defined/enabled taht I'm aware of: > > LoadModule php4_module libexec/apache/libphp4.so > AddType application/x-httpd-php .php .php3 > > And DSO support is enabled: > > Compiled in modules: > core.c > prefork.c > http_core.c > mod_so.c > > So I'm figuring that I'm missing something totally obvious here? :( > > Thanks ... > > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > >--- End Message ---
--- Begin Message ---Wondered if anyone experienced this under Windows XP ?: Fresh server start: phpinfo() test works and page load completes. On subsequent page refreshes, browser sticks on opening page and load never completes. Other php pages, browser sticks on opening page and load never completes. Upload the same pages to my ISPs NT4 PHP host and they work fine. Also occasionally get the 'include_path' error sometimes. Baffling.--- End Message ---
--- Begin Message ---I hate to be a nudge, but this really sucks! This seems to be a not uncommon problem, but one that it is hard to find an answer for. For instance, if you search the list archives for "alloc_globals" you do find the same question asked twice: http://marc.theaimsgroup.com/?l=php-general&m=100261735004234&w=2 http://marc.theaimsgroup.com/?l=php-general&m=99365180323288&w=2 But there is no follow up for either one! >Thanks, > >I searched the archives of php-general, php-install and php-devel, the >FAQ's and Google but haven't found a solution to this particular problem. >There are lots of similar problems with one of two solutions: edit >ld.so.conf or recompile with --enable- or --with-whatever. > >However, finding libphp4.so isn't the problem (ldconfig -v confirms this) >and I don't think alloc_globals is an external function from another >library, so what --with-* option would fix it? > >If this is in an archived post or a FAQ I would appreciate a pointer to it. > >Thanks again. > > >At 07:41 PM 12/31/2001 +0000, you wrote: >>Sean, >> >>Apologies for the brief reply, I've a New Years Eve party awaiting. >> >>The solution to your problem is in the list archives. It comes up fairly >>often so you may find it in the FAQ. >> >>Good luck. >> >>Regards >> >>Chris >> >>Sean Redmond wrote: >> >> > Happy new year! >> > >> > I'm posting this again because no one answered it the first time around. >> > >> > Thanks >> > >> > >I've compiled php-4.1.0 (DSO) but when I start apache I get the message: >> > > >> > >Starting httpd: Syntax error on line 261 of /etc/httpd/conf/httpd.conf: >> > >Cannot load /etc/httpd/modules/libphp4.so into server: >> > >/etc/httpd/modules/libphp4.so: undefined symbol: alloc_globals >> > > >> > >What gives? >> > > >> > >This is RedHat 7.2 with apache-1.3.22-2 and apache-devel-1.3.22-2 rpms, >> > >PHP 4.1.0 compiled with ./configure --without-mysql --with-apxs >> > > >> > >Thanks >> > >> > Sean Redmond >> > Brooklyn Museum of Art >> > >> > -- >> > PHP Install Mailing List (http://www.php.net/) >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > To contact the list administrators, e-mail: [EMAIL PROTECTED] > >Sean Redmond >Brooklyn Museum of Art > > >-- >PHP Install Mailing List (http://www.php.net/) >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >To contact the list administrators, e-mail: [EMAIL PROTECTED] > Sean Redmond Brooklyn Museum of Art--- End Message ---
--- Begin Message ---> > as a quick follow up, I installed lsof, and it appears that php4 is being loaded, > but if I hit a simple 'phpinfo.php' page, it asks me to download it ... so, for > some reason, its not registering application/x-httpd-php as a valid type? > > On Wed, 2 Jan 2002, Marc G. Fournier wrote: > >> >> Hi >> >> After spending the past little while fighting with getting it to install >> under Apache2, I can't for the life of me get it to actually load. >> >> I'm installing it using FreeBSD Ports ... Apache2's port, the only change >> I've made, is to add -lc_r to get rid of an error dealing with pthread's that >> PHP4 throws up ... once I get Apache2 fixed for that, it starts, but, as shown >> below, its not being loaded: >> >> [Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix) mod_ssl/3.0a0 >> OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations >> >> Under the mod_php4 port, I changed --with-apxs to --with-apxs2 and go rid >> of the --with-system-regex flag ... compile appears clean ... >> >> In my httpd.conf file, I have everything defined/enabled taht I'm aware of: >> >> LoadModule php4_module libexec/apache/libphp4.so >> AddType application/x-httpd-php .php .php3 You *almost* did it correctly. Try adding the following to your httpd.conf file: # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.php default.html default.htm </IfModule> # # AddType allows you to tweak mime.types without actually editing it, or to # make certain files to be certain types. # # For example, the PHP 3.x module (not part of the Apache distribution - see # http://www.php.net) will typically use: # AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps # # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php .php4 AddType application/x-httpd-php-source .phps If all of the above are present in your httpd.conf file, you should have NO trouble loading .php* files in your browser/ from your server. Njoy, Chris out... >> >> And DSO support is enabled: >> >> Compiled in modules: >> core.c >> prefork.c >> http_core.c >> mod_so.c >> >> So I'm figuring that I'm missing something totally obvious here? :( >> >> Thanks ... >> >> >> >> >> -- >> PHP Install Mailing List (http://www.php.net/) >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> To contact the list administrators, e-mail: [EMAIL PROTECTED] >> >> > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Chris out... _________ __________ __________ _____________ / _____/\ / ____ \ / ______/\ /____ ____/\ / /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/ / /_/__ / /_/_/ / / / /__/_ / / / / _____/\ / ____ / / \_____ \ / / / / /\____\/ / /\_ / / / \____\ /\ / / / / / / / / / / / / _________/ / / / / / /___/ / /___/ / /___/ / /___________/ / /___/ / \___\/ \___\/ \___\/ \___________\/ \___\/.dnswatch.com .. ............................................ This email was sent using DNSWATCH WebMail. "Get YOUR account today!" http://www.dnswatch.com/dnswm112/--- End Message ---
--- Begin Message ---See the following for Apache2 + php 4.x: # #For PHP to work AddType application/x-httpd-php .php .html <FilesMatch "\.php"> SetInputFilter php SetOutputFilter php </FilesMatch> I put this right after the last AddCharset. Hope this helps. On Wed, 2002-01-02 at 17:30, Chris wrote: > > > > as a quick follow up, I installed lsof, and it appears that php4 is > being loaded, > > but if I hit a simple 'phpinfo.php' page, it asks me to download it > ... so, for > > some reason, its not registering application/x-httpd-php as a valid > type? > > > > On Wed, 2 Jan 2002, Marc G. Fournier wrote: > > > >> > >> Hi > >> > >> After spending the past little while fighting with getting it to > install > >> under Apache2, I can't for the life of me get it to actually load. > >> > >> I'm installing it using FreeBSD Ports ... Apache2's port, the > only change > >> I've made, is to add -lc_r to get rid of an error dealing with > pthread's that > >> PHP4 throws up ... once I get Apache2 fixed for that, it starts, but, > as shown > >> below, its not being loaded: > >> > >> [Wed Jan 02 19:46:36 2002] [notice] Apache/2.0.28 (Unix) > mod_ssl/3.0a0 > >> OpenSSL/0.9.6 DAV/2 configured -- resuming normal operations > >> > >> Under the mod_php4 port, I changed --with-apxs to --with-apxs2 > and go rid > >> of the --with-system-regex flag ... compile appears clean ... > >> > >> In my httpd.conf file, I have everything defined/enabled taht > I'm aware of: > >> > >> LoadModule php4_module libexec/apache/libphp4.so > >> AddType application/x-httpd-php .php .php3 > > You *almost* did it correctly. Try adding the following to your > httpd.conf file: > # DirectoryIndex: Name of the file or files to use as a pre-written HTML > # directory index. Separate multiple entries with spaces. > # > <IfModule mod_dir.c> > DirectoryIndex index.html index.htm index.php default.html > default.htm > </IfModule> > > > # > # AddType allows you to tweak mime.types without actually editing it, or > to > # make certain files to be certain types. > # > # For example, the PHP 3.x module (not part of the Apache distribution - > see > # http://www.php.net) will typically use: > # > > AddType application/x-httpd-php3 .php3 > AddType application/x-httpd-php3-source .phps > > # > # And for PHP 4.x, use: > # > > AddType application/x-httpd-php .php > AddType application/x-httpd-php .php4 > AddType application/x-httpd-php-source .phps > > > If all of the above are present in your httpd.conf file, you should have > NO > trouble loading .php* files in your browser/ from your server. > > Njoy, > Chris out... > > > >> > >> And DSO support is enabled: > >> > >> Compiled in modules: > >> core.c > >> prefork.c > >> http_core.c > >> mod_so.c > >> > >> So I'm figuring that I'm missing something totally obvious here? > :( > >> > >> Thanks ... > >> > >> > >> > >> > >> -- > >> PHP Install Mailing List (http://www.php.net/) > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> To contact the list administrators, e-mail: > [EMAIL PROTECTED] > >> > >> > > > > > > -- > > PHP Install Mailing List (http://www.php.net/) > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > To contact the list administrators, e-mail: > [EMAIL PROTECTED] > > > -- > Chris out... > _________ __________ __________ _____________ > / _____/\ / ____ \ / ______/\ /____ ____/\ > / /\____\/ / /\_ / /\ / / \____\/ \___/ /\___\/ > / /_/__ / /_/_/ / / / /__/_ / / / > / _____/\ / ____ / / \_____ \ / / / > / /\____\/ / /\_ / / / \____\ /\ / / / > / / / / / / / / / _________/ / / / / / > /___/ / /___/ / /___/ / /___________/ / /___/ / > \___\/ \___\/ \___\/ \___________\/ > \___\/.dnswatch.com > > .. > > ............................................ > This email was sent using DNSWATCH WebMail. > "Get YOUR account today!" > http://www.dnswatch.com/dnswm112/ > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] -- Austin Gonyou Systems Architect, CCNA Coremetrics, Inc. Phone: 512-698-7250 email: [EMAIL PROTECTED] "It is the part of a good shepherd to shear his flock, not to skin it." Latin Proverb--- End Message ---
signature.asc
Description: This is a digitally signed message part
--- Begin Message ---i have php4.1.0 on apache1.3.20 on windows98SE apache run okay, some php script i`ve downloaded runs fine too, but when i try to write my own .php files using notepad, it wont save as .php the file becomes myfile.php.txt (i did choose `all files` in the `save as type` box) intead of myfile.php is there something wrong with my php instalation? what/where should i configure it?--- End Message ---
--- Begin Message ---Yes i refreshed several times and dumped my cached files. I did not uninstall the previous php. How do i do this? here is the configure command i used: ./configure '--with-mysql' '--enable-track-vars' '--enable-ftp' '--enable-sockets' '--enable-mbregex' '--with-zlib' '--enable-trans-sid' '--with-gd' '--with-gdbm' '--with-jpeg-dir=/usr' What could be the problem? here is the configure command -----Original Message----- From: Jonathan Hilgeman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 8:21 AM To: 'DKode' Subject: RE: [PHP-INST] install problem : using old php config? #1 - Did you refresh? Your phpinfo() page may be cached. I had to do that when I upgraded to 4.1 #2 - Did you uninstall PHP before installing the new version? #3 - How did you compile it? (Configure arguments?) - Jonathan -----Original Message----- From: DKode [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 01, 2002 9:45 PM To: Php Install List Subject: [PHP-INST] install problem : using old php config? I ran through the whole install of php4 on rh linux 7.2 with mysql support when I originally setup this machine it had php4.0 on it. I compiled and installed php4.1 and copied the php.ini-dist to /etc/php.ini (which is where the old one was) i then restarted the web server but when i try phpinfo(); its still showing me php 4.0 any ideas? probably something simple. thanks -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]--- End Message ---
--- Begin Message ---Hi gang, Redhat 7.1 (vanilla) PHP-4.0.4pl1-9 Apache 1.3.19-5 MYSQL 3.23.36-1 I am trying to upgrade to PHP 4.1.1 Question 1: Is there an RPM for it? Question 2: I have tried to install the following package: rpm -ivh PHP-4.0.6-7.src.rpm ...without success...phpinfo() still gives me the old version Question 3: I have tried to install the php 4.1.1 using the normal procedure gzip and tar..make ... ...without success...phpinfo() still gives me the old version Question 4: Did all these tryout affect the system so that the upgrades become confused? Can anyone suggest me an alternate route for installing the package? Any help would be greatly appreciated! Regards Martin--- End Message ---
--- Begin Message ---Making all in Zend make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/Zend' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/Zend' Making all in main make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/main' make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/main' make[2]: Nothing to be done for `all-p'. make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/main' make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/main' Making all in ext make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext' Making all in gmp make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/gmp' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/gmp' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/gmp' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/gmp' Making all in mysql make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/mysql' Making all in libmysql make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/mysql/libmysql' make[4]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/mysql/libmysql' make[4]: Nothing to be done for `all-p'. make[4]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/mysql/libmysql' make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/mysql/libmysql' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/mysql' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/mysql' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/mysql' Making all in pcre make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/pcre' Making all in pcrelib make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/pcre/pcrelib' make[4]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/pcre/pcrelib' make[4]: Nothing to be done for `all-p'. make[4]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/pcre/pcrelib' make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/pcre/pcrelib' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/pcre' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/pcre' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/pcre' Making all in posix make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/posix' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/posix' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/posix' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/posix' Making all in session make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/session' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/session' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/session' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/session' Making all in standard make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/standard' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/standard' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/standard' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/standard' Making all in xml make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml' Making all in expat make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat' Making all in xmltok make[4]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmltok' make[5]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmltok' make[5]: Nothing to be done for `all-p'. make[5]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmltok' make[4]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmltok' Making all in xmlparse make[4]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmlparse' make[5]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmlparse' make[5]: Nothing to be done for `all-p'. make[5]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmlparse' make[4]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmlparse' make[4]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat' make[4]: Nothing to be done for `all-p'. make[4]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat' make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml/expat' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/ext/xml' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext/xml' make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/ext' Making all in sapi make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/sapi' Making all in cgi make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/sapi/cgi' make[3]: Entering directory `/cygdrive/d/temp/php-4.0.6/sapi/cgi' make[3]: Nothing to be done for `all-p'. make[3]: Leaving directory `/cygdrive/d/temp/php-4.0.6/sapi/cgi' make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/sapi/cgi' make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/sapi' Making all in TSRM make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/TSRM' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/TSRM' Making all in regex make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6/regex' make[2]: Entering directory `/cygdrive/d/temp/php-4.0.6/regex' make[2]: Nothing to be done for `all-p'. make[2]: Leaving directory `/cygdrive/d/temp/php-4.0.6/regex' make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6/regex' Making all in . make[1]: Entering directory `/cygdrive/d/temp/php-4.0.6' /bin/sh /cygdrive/d/temp/php-4.0.6/libtool --silent --mode=link gcc -I. -I/cygdrive/d/temp/php-4.0.6/ -I/cygdrive/d/temp/php-4.0.6/main -I/cygdrive/d/temp/php-4.0.6 -I/cygdrive/d/temp/php-4.0.6/Zend -I/cygdrive/d/temp/php-4.0.6/ext/mysql/libmysql -I/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmltok -I/cygdrive/d/temp/php-4.0.6/ext/xml/expat/xmlparse -I/cygdrive/d/temp/php-4.0.6/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2 -o php -export-dynamic stub.lo libphp4.la make[1]: Leaving directory `/cygdrive/d/temp/php-4.0.6' /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/../../../../i686-pc-cygwin/bin/ ld: cann ot find -lgmp collect2: ld returned 1 exit status make[1]: *** [php] Error 1 make: *** [all-recursive] Error 1 Thanks in advance Marios--- End Message ---