Guillermo Guill?n Angel wrote:

> root en zeus# make install
> Installing PHP CLI binary: /usr/local/bin/
> Installing PHP SAPI module
> Installing shared extensions: 
> /usr/local/lib/php/extensions/no-debug-non-zts-20020429/
> Installing PEAR environment: /usr/local/lib/php/
> ld.so.1: /usr/local/php-4.3.0/sapi/cli/php: fatal: libucb.so.1: open 
> failed: No such file or directory
> *** Error code 137

> I checked and there is no missing file.
> all the files listed in this message exists
> what can I do?

Does this libucb.so.1 also exist somewhere where your linker can find it
(e.g. in /usr/ucblib/)? I'm not a Solaris expert; maybe you need to
install some package with this library. bugs.php.net only has some old
reports about libucb.so.1, nothing for PHP 4.3.0/4.3.1.

<http://www.unidata.ucar.edu/projects/coohl/mhonarc/MailArchives/wxp/msg00248.html>
suggests that you could append /usr/ucblib to the end of your
LD_LIBRARY_PATH, but that message is from 1997, so I don't know if that
still applies to your version of Solaris.

Perhaps somebody else in the group/mailing list has a better answer.

Regards...
                Michael

P.S.: You posted and mailed your article; of course the mail copy
arrived before the news article, so now I had to go back to my mail
program and post the mail here, too. Please don't post and mail without
saying so.

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to