Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 199903

Re: [PHP3] Shared object version of PHP From: Rasmus Lerdorf (rasmus <email protected>)
Date: 03/25/99

> I am running Raven-secured apache (1.4.0 + 1.3.6), using PHP 3.0.7,
> running sparc Solaris 2.6, using egcs 1.1.2. When I attempt to start
> apache, I get the following message:
>
> Syntax error on line 234 of /usr/local/apache/conf/httpsd.conf:
> Cannot load /usr/local/apache/libexec/libphp3.so into server: ld.so.1:
> /usr/local/apache/bin/httpsd: fatal: libucb.so.1: open failed: No such file
> or directory
> ./bin/httpsdctl startssl: httpd could not be started
>
> libucb.so.1 is located in /usr/ucblib/. Any help anyone could give
> would be greatly appreciated.

Hrm.. not sure why you would need libucb for anything, but apparently you
do. You either need to include /usr/ucblib in your LD_LIBRARY_PATH (the
env var) or edit the Apache Makefile and add "-R/usr/ucblib" to the LIBS
line.

-Rasmus

--
PHP 3 Mailing List   http://www.php.net/
To unsubscribe send an empty message to php3-unsubscribe <email protected>
To subscribe to the digest list:  php3-digest-subscribe <email protected>
For help: php3-help <email protected>  Archive:  http://www.php.net/mailsearch.php3
List administrator:  zeev-list-admin <email protected>