From:             jpmendoza at pldt dot com dot ph
Operating system: Solaris 10
PHP version:      5.2.10
PHP Bug Type:     LDAP related
Bug description:  Problem in compiling php on solaris 10 with oracle

Description:
------------
Hi I'm trying to install php on solaris 10 with oracle.
I'am able to finish ./configure but when I'm going to do a make command it
gets an error



Reproduce code:
---------------
./configure --prefix=/usr/local/php
--with-config-file-path=/usr/local/php/lib --with-libxml-dir=/usr/local
--with-zlib=/usr/local --with-xpm-dir=/usr/local
--with-mysql=/ramsys_db/mysql4.1 --enable-sigchild
--with-mysqli=/ramsys_db/mysql4.1/bin/mysql_config
--with-apxs2=/usr/local/apache2/bin/apxs  --without-pgsql 
--with-jpeg-dir=/usr/local/lib --with-zlib-dir=/usr/local/lib
--with-gd=/usr/local --enable-mbstring  --enable-exif
--enable-force-cgi-redirect --with-png-dir=/usr/local/lib
--with-curl=/usr/local --with-ldap=/usr/local --with-openssl=/usr/local/ssl
--with-gettext --with-pcre-dir=/usr/local
--with-freetype-dir=/usr/local/lib --with-mssql=/usr/local/freetds
--with-oci8=instantclient,/oracle/app/oracle/product/10.2.0/instantclient_10_2

Actual result:
--------------
main/internal_functions_cli.lo -lrt -lmysqlclient -lsybdb -lldap -llber
-liconv -lintl -lgd -lfreetype -lX11 -lXpm -lpng -lz -ljpeg -lcurl -lz
-lssl -lcrypto -lresolv -lm -lnsl -lsocket -lgcc -lxml2 -lz -liconv -lm
-lsocket -lnsl -lcurl -lidn -lssl -lcrypto -lrt -lsocket -lnsl -lssl
-lcrypto -lsocket -lnsl -ldl -lz -lxml2 -lz -liconv -lm -lsocket -lnsl
-lmysqlclient -lz -lposix4 -lgen -lsocket -lnsl -lm -lclntsh -lxml2 -lz
-liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -lxml2 -lz
-liconv -lm -lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl  -o
sapi/cli/php
libtool: link: warning: library `/usr/local/lib/libfreetype.la' was
moved.
libtool: link: warning: library `/usr/local/lib/libfreetype.la' was
moved.
ld: fatal: library -lnet: not found
ld: fatal: File processing 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'

-- 
Edit bug report at http://bugs.php.net/?id=48861&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48861&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48861&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48861&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48861&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48861&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48861&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48861&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48861&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48861&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48861&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48861&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48861&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48861&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48861&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48861&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48861&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48861&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48861&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48861&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48861&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48861&r=mysqlcfg

Reply via email to