Hi,
I am trying to install php 4.3.0 with gettext support. to config i ran:
affe-[/src/php-4.3.0]#./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-openssl --with-imap-ssl --with-gettext --enable-mbstring
and although it configured, it got an errorin debug.log. (below) when I run make andmake install, make install-pear fails. I have installed gettext 0.11.5; I do not really understand how the libintl.* works (that doesn't help me). I am running Solaris 9 sparc. Thanks in advance for any help!

Will

===debug.log===

affe-[/src/php-4.3.0]#more debug.log
CONFIGURE: './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-mysql=/usr/local/my
sql' '--with-openssl' '--with-imap-ssl' '--with-gettext' '--enable-mbstring'
CC: gcc
CFLAGS: -g -O2
CPPFLAGS: -D_POSIX_PTHREAD_SEMANTICS
CXX:
CXXFLAGS:
INCLUDES: -I/usr/local/apache2/include -I$(top_builddir)/Zend -I/usr/local/ssl/include -I/usr/
local/include -I/usr/local/mysql/include
LDFLAGS: -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -L/usr
/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -R/usr/local/ssl/lib -L/usr/local/ssl/lib -R/usr/loca
l/lib -L/usr/local/lib -R/usr/local/mysql/lib -L/usr/local/mysql/lib
LIBS: -lmysqlclient -lz -lintl -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -lsocket -lg
cc -lcrypt
DLIBS:
SAPI: apache2filter
PHP_RPATHS: /usr/ucblib /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 /usr/local/ssl/lib /usr/
local/lib /usr/local/mysql/lib
uname -a: SunOS affe 5.9 Generic_112233-03 sun4u sparc SUNW,Ultra-30

gcc -o conftest -g -O2 -D_POSIX_PTHREAD_SEMANTICS -R/usr/ucblib -L/usr/ucblib -R/usr/local/lib/
gcc-lib/sparc-sun-solaris2.9/3.2 -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2 -R/usr/local/s
sl/lib -L/usr/local/ssl/lib -R/usr/local/lib -L/usr/local/lib -R/usr/local/mysql/lib -L/usr/local
/mysql/lib conftest.c -lmysqlclient -lz -lintl -lcrypt -lssl -lcrypto -lresolv -lm -ldl -lnsl -ls
ocket -lgcc -lcrypt 1>&5
ld.so.1: ./conftest: fatal: libintl.so.2: open failed: No such file or directory


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus


--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to