Do a cvsup of ext/msession, Jon Parise rewrote my config.m4, and it seems 
pretty good. I should not legally be permitted to edit config.m4 scripts. 
Of course, you will have to run buildconf again to get it into the 
configure script.

Also, if you are using FreeBSD you will need to grab Phoenix-010930 and 
msession-010930. Jon and I had to fix a dependency on pthreads.

> [EMAIL PROTECTED] wrote:
>> This is my bug and I am working on it now. I need to add a test in 
>> config.m4 to test whether or not phoenix is installed and built. the 
>> msession extension will not build if phoenix is not installed in 
>> /usr/local/phoenix.
> 
> Thanks I made a link.
> 
> Anyway, I've run a little more test on configure script, since most of 
> developers do not have problem with configure script.
> 
> Following lines are my usual configure options. When I run configure 
> with these options, it works.
> 
> ./configure \
> --with-apxs \
> --disable-short-tags \
> --without-mysql \
> --enable-bcmath  \
> --enable-ftp \
> --enable-shmop \
> --enable-sysvsem \
> --enable-sysvshm \
> --enable-sockets \
> --enable-mbstring \
> --enable-mbstr-enc-trans \
> --enable-memory-limit \
> --enable-wddx \
> --with-bz2 \
> --with-curl \
> --with-ftp \
> --with-iconv \
> --with-mhash \
> --with-mcrypt \
> --with-openssl \
> --with-pgsql \
> --with-regex=system \
> --with-zlib \
> --with-gd=/usr \
>    --enable-gd-native-ttf \
>    --with-freetype-dir=/usr/local \
>    --with-jpeg-dir=/usr \
>    --with-png-dir=/usr \
>    --with-xpm-dir=/usr/X11R6 \
> --enable-debug \
> --enable-inline-optimization \
> 
> 
> However, if I add "--with-msession", configure script throws error (and
>  libpq wouldn't detected correctly)
> 
> Hope this helps.
> 
> --
> Yasuo Ohgaki
> 
> 
> 
>> 
>> 
>> 
>>>Nobody has problem with configure script generated by buildconf?
>>>
>>>[yohgaki@dev php4]$ ./buildconf
>>>buildconf: checking installation...
>>>buildconf: autoconf version 2.13 (ok)
>>>buildconf: automake version 1.4-p5 (ok)
>>>buildconf: libtool version 1.4 (ok)
>>>*snip*
>>>
>>>Do I need upgrades?
>>>Thanks
>>>
>>>--
>>>Yasuo Ohgaki
>>>
>>>Yasuo Ohgaki wrote:
>>>
>>>>I would like to try msession so, I deleted and created new
>>>>configure script with ./buildconf. configure script created
>>>>fine, but configure script fails to create make file...
>>>>
>>>>Configuring Zend
>>>>checking build system type... i686-pc-linux-gnu
>>>>checking for ld used by GCC... /usr/bin/ld
>>>>checking if the linker (/usr/bin/ld) is GNU ld... yes
>>>>checking for /usr/bin/ld option to reload object files... -r
>>>>checking for BSD-compatible nm... /usr/bin/nm -B
>>>>checking how to recognise dependant libraries... pass_all
>>>>checking for object suffix... o
>>>>checking for executable suffix... configure: error: installation or
>>>>configuration problem: compiler cannot create executables.
>>>>
>>>>It also incorrectly detects libpq.
>>>>My libpq has PQcmdTules,PQoidValue,PGcientEncoding. 4.0.7RC2's
>>>>configure (I deleted and create new one) detects correctly.
>>>>
>>>>checking for PostgreSQL support... yes
>>>>checking for PQcmdTuples in -lpq... no
>>>>checking for PQoidValue in -lpq... no
>>>>checking for PQclientEncoding in -lpq... no
>>>>checking for pg_encoding_to_char in -lpq... no
>>>>checking whether to include POSIX-like functions... yes
>>>>
>>>>--
>>>>Yasuo Ohgaki
>>>>
>>>>
>>>>
>>>
>>>
>>>-- 
>>>PHP Development 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]
>>>
>> 
>> 
> 
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com



-- 
PHP Development 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]

Reply via email to