sastro Posted March 26, 2009 Share Posted March 26, 2009 Here is my configure option : ./configure -prefix=/web/php \ -with-openssl=/usr/local/ssl \ -with-apxs2=/web/apache/bin/apxs \ -with-mysql=/usr/mysql/ \ -with-mysqli=/usr/mysql/bin/mysql_config \ -with-zlib-dir=/web/zlib-1.2.3 \ -with-libxml-dir=/web/libxml2-2.6.22 and got this error ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `libphp5.la' [webstuff@FM123 php-5.2.9]# make: Fatal error: Command failed for target `libphp5.la' Please help me - Quote Link to comment Share on other sites More sharing options...
trq Posted March 26, 2009 Share Posted March 26, 2009 What distro are you using and is there a particular reason your installing from source? Quote Link to comment Share on other sites More sharing options...
sastro Posted March 26, 2009 Author Share Posted March 26, 2009 SO is OpenSolaris 2008.11. I did tried to install with the pkg and CSW but some modules and extension did not added, so i install it from source. Quote Link to comment Share on other sites More sharing options...
trq Posted March 26, 2009 Share Posted March 26, 2009 Normally extensions are packaged separately. I'm not similar with Suse, but you can search for required extension packages using your package manager (yum?). eg; yum search package Quote Link to comment Share on other sites More sharing options...
sastro Posted March 26, 2009 Author Share Posted March 26, 2009 Its not suse but OpenSolaris (SunOS) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.