Re: [Php-tuxedo-development] Re: php-tuxedo module can not work
Status: Pre-Alpha
Brought to you by:
cdog1977
From: Brian F. <bf...@vi...> - 2002-08-08 13:49:57
|
I have seen some times when buildconf will not pick up the new tuxedo/config.m4 file because it uses a date/time check similar to "make" looking for new files. Many times simply touch tuxedo/config.m4 (or equiv depending on what dir you are in) will correct the problem, then re-run the buildconf and configure. There is a couple lines of output in the configure script about Tuxedo, if you don't see those, its not including the module. Brian On Thu, 8 Aug 2002, CheolMin Lee wrote: > The information about your problem is insufficient so that I'm only > guessing it. > Can you provide some output from configure or make where the error is > occurred? > > On Wed, Aug 07, 2002 at 10:49:54PM -0700, Tom Stone wrote: > > sure,i used buildconf commnad,but problem was not > > resolved. And i did not found the follow the lib: > > libnwi.so > > libnws.so > > libgp.so > > > > > > --- CheolMin Lee <cm...@us...> wrote: > > > On Mon, Aug 05, 2002 at 01:21:28AM -0700, jackliu > > > wrote: > > > > I use php-tuxedo module 0.4.1 in php 4.2.2, but > > > when i > > > > configure the php,can not include ext/tuxedo > > > subdir. And > > > > found some errors in ext/tuxedo/config.m4 file,the > > > follows > > > > files not found. > > > > PHP_ADD_LIBRARY(nwi) libnwi.so > > > > PHP_ADD_LIBRARY(nws) libnws.so > > > > PHP_ADD_LIBRARY(gp) libgp.so > > > > > > > > Could you tell me why? And how to resolve the > > > problems? > > > > > > > > Thanks. > > > > > > > > Best Regards. > > > > > > > > > > Did you re-build configure.in? > > > php-tuxedo is not built-in php extension so you must > > > re-build > > > configure.in by 'buildconf' script to use > > > php-tuxedo. > > > > > > README.EXT_SKEL in PHP's source will help you. :) > > > > > > -- > > > CheolMin Lee <cmlee @ users.sourceforge.net> <cmlee > > > @ kt.co.kr> > > > Homepage: http://tclab.kaist.ac.kr/~cmlee/ > > > > > > __________________________________________________ > > Do You Yahoo!? > > HotJobs - Search Thousands of New Jobs > > http://www.hotjobs.com > > > > |