I got it solved! inside plugins/php/uwsgiplugin.py I set:
ld_run_path = None to ld_run_path = '/usr/local/php53-emb/lib' and it worked! Am 06.10.2014 um 22:56 schrieb Tamer Higazi: > Hi people, > I tried to build the php plugin on a different machine. > Can somebody tell me how to build the plugin without problems ?! > > I have built php as embedded version and installed it on: > /usr/local/php53-emb > > > > > Output: > > tamer@tux /usr/local/src/uwsgi-2.0.7 $ > UWSGICONFIG_PHPPATH=/usr/local/php53-emb/bin/php-config python > uwsgiconfig.py --plugin plugins/php > using profile: buildconf/default.ini > detected include path: ['/usr/include', '/usr/local/include'] > *** uWSGI building and linking plugin plugins/php *** > [x86_64-pc-linux-gnu-gcc -pthread] ./php_plugin.so > /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: > cannot find -lphp5 > collect2: Fehler: ld gab 1 als Ende-Status zurück > *** unable to build php plugin *** > > > > for any hints, thank you! > > > Tamer > _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
