Re: [PHP-DEV] PHP 4.0 Bug #2239 Updated: lcg module makefile broken From: Manuel Lemos (mlemos <email protected>)
Date: 09/05/99

Hello Stig,

On 05-Sep-99 16:59:54, you wrote:

>> >ID: 2239
>> >Updated by: ssb
>> >Reported By: mlemos <email protected>
>> >Status: Closed
>> >Bug Type: Compile Failure
>> >Assigned To:
>> >Comments:
>>
>> >lcg is no longer a separate extension. Do "cvs update -P",
>> >run "sh buildconf" and try again.
>>
>> I always do that. My update and build scripts are as follows:
>>
>> cd php4
>> cvs -z3 update -d -P
>> cd ../libzend
>> cvs -z3 update -d -P
>> cd ../TSRM
>> cvs -z3 update -d -P
>>
>>
>> cd php4
>> ./do-conf.cgi
>> make
>>
>> do-conf.cgi has the following:
>>
>> ./configure --enable-sysvsem --enable-sysvshm --with-pdflib=/usr/local
>> --with-xml --with-gd=/root/gd1.3 --with-mysql=/usr --with-zlib
>> --enable-debug=yes --enable-bcmath=yes --with-msql=/usr/local/Hughes
>> --with-oracle=/home/oracle/oracle/app/oracle/product/8.0.5
>> --with-pgsql=/usr/local/pgsql

>I don't see buildconf up there? You should probably add something like

Sorry, I pasted the wrong script. Above it should have been:

cd php4
make distclean
./buildconf
./do-conf.cgi
make

This script is when I want to rebuild everything from scratch. The other
is just when I want to build without regenerating the configure scripts.

In the output I still see

creating ext/lcg/Makefile

and then it stops where I described.

Regards,
Manuel Lemos

Web Programming Components using PHP Classes.
Look at: email protected>?subject=Re:%20[PHP-DEV]%20PHP%204.0%20Bug%20#2239%20Updated:%20lcg%20module%20makefile%20broken&replyto=1587.917T2824T8735641mlemos <email protected>">mlemos <email protected>">http://phpclasses.UpperDesign.com/?user=mlemos <email protected>

--
E-mail: mlemos <email protected>
URL: http://www.mlemos.e-na.net/
PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
--

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>