> 2012/3/12 Roberto De Ioris <[email protected]>
>
>>
>> > Hello!
>> >
>> > I've got strange errors while trying to build uwsgi tip with php
>> plugin
>> > enabled (i've added it to default.ini):
>> > http://pastebin.com/xDi8f437
>> >
>> > php -v
>> > PHP 5.3.10-2 (cli) (built: Feb 20 2012 19:39:00)
>> > Copyright (c) 1997-2012 The PHP Group
>> > Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
>> >
>> > gcc -v
>> > Using built-in specs.
>> > COLLECT_GCC=gcc
>> > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
>> > Target: x86_64-linux-gnu
>> > Configured with: ../src/configure -v --with-pkgversion='Debian
>> 4.6.3-1'
>> > --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
>> > --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr
>> > --program-suffix=-4.6 --enable-shared --enable-linker-build-id
>> > --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
>> > --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
>> > --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
>> > --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin
>> > --enable-objc-gc --with-arch-32=i586 --with-tune=generic
>> > --enable-checking=release --build=x86_64-linux-gnu
>> --host=x86_64-linux-gnu
>> > --target=x86_64-linux-gnu
>> > Thread model: posix
>> > gcc version 4.6.3 (Debian 4.6.3-1)
>> >
>> >
>> > What can it be?
>>
>> Bad behaviour of php guys :)
>>
>> Add
>>
>> CFLAGS="-Wno-error"
>>
>> to your command line
>>
>> it should disable those checks
>>
>>
> Something goes wrong anyway: http://pastebin.com/tN9ANfiv
>
>

Sorry, hust noted now you have built php without --enable-embed

Without that libphp5.so will not be created
-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to