
March 10th, 2011, 05:40 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 6
Time spent in forums: 5 h 31 m 59 sec
Reputation Power: 0
|
|
|
Problem in php installation..
hi am senthil,
am trying to install PHP in my solaris 10 x86 ...
i installed oracle,apache,tomcat,mysql ..
the only thing am missing is PHP..
i tried to install php using ./configure ..
my ./configure command..
./configure \
--with-apxs=/usr/apache/bin/apxs \
--with-libxml-dir=/usr/include/libxml2/libxml \
--with-config-file-path=/etc/apache2 \
--with-mysql=shared,/opt/mysql/mysql \
--with-mysqli=shared,/opt/mysql/mysql/bin/mysql_config \
--with-iconv-dir=/usr/local \
--with-xpm-dir=/usr/share/gnome/gperfmeter --with-gd --with-jpeg-dir=/usr/sfw/lib/gimp/2.0/plug-ins \
--with-png-dir=/usr/sfw/lib/gimp/2.0/plug-ins/ --with-zlib --enable-mbstring
first everthing runs well ..
finally it showed me ..
"Thanking for using PHP"
it didn throw me any error..
when i typed
make command..
it showed me some messages and
finally i got this error..
Undefined first referenced
symbol in file
libiconv_close ext/gd/libgd/.libs/gdkanji.o
libiconv_open ext/gd/libgd/.libs/gdkanji.o
libiconv ext/gd/libgd/.libs/gdkanji.o
ld: fatal: Symbol referencing errors. No output written to sapi/cli/php
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `sapi/cli/php'
|