ID:               37198
 Updated by:       [EMAIL PROTECTED]
 Reported By:      vincent dot castagnet at sgcib dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: SOLARIS 8
 PHP Version:      5CVS-2006-04-25 (snap)
 New Comment:

>From what I can see in ext/sybase/config.m4 first it looks for libtcl
and only then tries to use sybtcl.
So I'd say you need to check out why symbol netg_errstr() not found in
libtcl.

>but then we are stopped by a Sqlite error..
Which exactly? I don't remember any problems on Solaris, except for its
slowness..


Previous Comments:
------------------------------------------------------------------------

[2006-04-26 07:48:50] vincent dot castagnet at sgcib dot com

Yes, I have it. But it seems there is something wrong in the
"configure" file. We changed lsybtcl by ltcl, and then launched a make
again, but hen we are stopped by a Sqlite error... we continue
investigating.

------------------------------------------------------------------------

[2006-04-26 07:44:35] [EMAIL PROTECTED]

Are you sure you have this library installed?

------------------------------------------------------------------------

[2006-04-25 14:48:10] vincent dot castagnet at sgcib dot com

Description:
------------
When compiling with latest snapshot, fatal error when trying to write
libphp5.so

I searched in the Bug database and also on the net, but couldn't find
anything really close enough to my problem, or no solution have been
provided :(




Reproduce code:
---------------
Configure:

./configure \
  --prefix=/usr/local/php \
  --with-sybase-ct=$SYBASE/$SYBASE_OCS \
  --enable-static=sybase-ct \
  --with-apxs2=/usr/local/apache2/bin/apxs \
  --with-gd \
  --with-zlib-dir=/usr/local \
  --enable-sysvmsg \
  --enable-sysvsem \
  --enable-sysvshm

make

ld: fatal: library -lsybtcl: not found
ld: fatal: File processing errors. No output written to
.libs/libphp5.so
*** Error code 1
make: Fatal error: Command failed for target `libphp5.la'

Expected result:
----------------
Expecting compilation success.

Actual result:
--------------
Error at the end (it seems) of the "make"

main/internal_functions.lo -lsybtcl -lintl -lcomn -lct -lcs -lrt -lpng
-lz -lz -lresolv -lm -ldl -lnsl -lsocket -lxml2 -lz -liconv -lm
-lsocket -lnsl -lxml2 -lz -liconv -lm -lsocket -lnsl -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
libphp5.la
ld: fatal: library -lsybtcl: not found
ld: fatal: File processing errors. No output written to
.libs/libphp5.so
*** Error code 1
make: Fatal error: Command failed for target `libphp5.la'




------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=37198&edit=1

Reply via email to