|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-26 11:22 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 23:00:01 2025 UTC |
Description: ------------ when i use this : ./configure --enable-so --with-apxs2={path/apache2/bin/apxs} --with-mysql --enable-ftp --enable-filepro --with-gnu-ld make make install i have no probleme with php, but when i use that : ./configure --enable-so --with-apxs2={path/apache2/bin/apxs} --with-mysql --enable-ftp --enable-filepro --with-gnu-ld --with-gd={path/gd} i have with make install, that : libtools: install: error: cannot install libphp5.la .....to apxs:Error: Command failed with rc=65536 can you help me ? i don't understand why php & apxs do not install my new libphp5.so when i use the option :"--with-gd=/usr...." Priou Alexandre