>> solaris2.8/sparc 32bit (it's 32bit, not 64bit as I mentioned before):
>
> yes, I used 32bit on the niagara box, too.
>
>> $ uname -a
>> SunOS qu1 5.8 Generic_108528-11 sun4u sparc SUNW,UltraSPARC-IIi-cEngine
>
> I used a similar machine from our lab now and did some tests and
> couldn't reproduce.

did you try with my configure arguments?


> The problems you're seeing are both times when the PHP interpreter is
> run, so can you do a
>    $ sapi/cli/php -m

$ ./php -m
[PHP Modules]
bcmath
calendar
Core
ctype
date
dom
ereg
fileinfo
filter
hash
json
libxml
pcre
PDO
pdo_sqlite
posix
Reflection
session
SimpleXML
SPL
SQLite
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlwriter
zlib

[Zend Modules]


> or similar just to see if the binary itself works

It works in some extents. In particular it returns phpinfo, runs trivial 
scripts, but fails to install :)

> my assumption would
> be that the loader is loading the wrong libs or similar, maybe also
> check whether
>    $ ldd sapi/cli/php

$ ldd php
        librt.so.1 =>    /usr/lib/librt.so.1
        libz.so.1 =>     /usr/lib/libz.so.1
        libresolv.so.2 =>        /usr/lib/libresolv.so.2
        libm.so.1 =>     /usr/lib/libm.so.1
        libsocket.so.1 =>        /usr/lib/libsocket.so.1
        libnsl.so.1 =>   /usr/lib/libnsl.so.1
        libdl.so.1 =>    /usr/lib/libdl.so.1
        libpthread.so.1 =>       /usr/lib/libpthread.so.1
        libc.so.1 =>     /usr/lib/libc.so.1
        libaio.so.1 =>   /usr/lib/libaio.so.1
        libmp.so.2 =>    /usr/lib/libmp.so.2
        libthread.so.1 =>        /usr/lib/libthread.so.1
        /usr/platform/SUNW,UltraSPARC-IIi-cEngine/lib/libc_psr.so.1




-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to