rakishoner
Technical User
System specs:
Sun Sparc e450
Solaris10
Apache 2.0.54
configure options:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/php --with-mysql=/usr/sfw --with-gd=/usr/local/bin
***Thanks for looking into my problem. Any and all help is welcome!
***./configure and make process fine. Just when make install is ran I get the error:
bash-3.00# make install
Installing PHP SAPI module: apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.so /usr/local/apache2/modules/libphp5.so
chmod +x /usr/local/apache2/modules/libphp5.so
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/share/src/php-5.0.4/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary: /usr/local/php/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
Installing PEAR environment: /usr/local/php/lib/php/
ld.so.1: /usr/share/src/php-5.0.4/sapi/cli/php: fatal: relocation error: file /usr/share/src/php-5.0.4/sapi/cli/php: symbol gdImageCreateFromGifCtx: referenced symbol not found
Killed
make[1]: *** [install-pear-installer] Error 137
make: *** [install-pear] Error 2
***I have added /usr/ucblib to my LD_LIBRARY_PATH= but same error. Any ideas?
Thanks in advance for some guidance.
Sun Sparc e450
Solaris10
Apache 2.0.54
configure options:
./configure --with-apxs2=/usr/local/apache2/bin/apxs --prefix=/usr/local/php --with-mysql=/usr/sfw --with-gd=/usr/local/bin
***Thanks for looking into my problem. Any and all help is welcome!
***./configure and make process fine. Just when make install is ran I get the error:
bash-3.00# make install
Installing PHP SAPI module: apache2handler
/usr/local/apache2/build/instdso.sh SH_LIBTOOL='/usr/local/apache2/build/libtool' libphp5.la /usr/local/apache2/modules
/usr/local/apache2/build/libtool --mode=install cp libphp5.la /usr/local/apache2/modules/
cp .libs/libphp5.so /usr/local/apache2/modules/libphp5.so
chmod +x /usr/local/apache2/modules/libphp5.so
cp .libs/libphp5.lai /usr/local/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish /usr/share/src/php-5.0.4/libs'
chmod 755 /usr/local/apache2/modules/libphp5.so
[activating module `php5' in /usr/local/apache2/conf/httpd.conf]
Installing PHP CLI binary: /usr/local/php/bin/
Installing PHP CLI man page: /usr/local/php/man/man1/
Installing PEAR environment: /usr/local/php/lib/php/
ld.so.1: /usr/share/src/php-5.0.4/sapi/cli/php: fatal: relocation error: file /usr/share/src/php-5.0.4/sapi/cli/php: symbol gdImageCreateFromGifCtx: referenced symbol not found
Killed
make[1]: *** [install-pear-installer] Error 137
make: *** [install-pear] Error 2
***I have added /usr/ucblib to my LD_LIBRARY_PATH= but same error. Any ideas?
Thanks in advance for some guidance.