Platform: Solaris-5.8

When I compile php without --enable-sysvsem --enable-sysvshm ->
then apache works fine!
But when I compile php such:
cd apache_1.3.22
./configure
cd ../php-4.1.0
./configure --with-mysql --enable-sysvsem --enable-sysvshm --with-apache=../
apache_1.3.22
make
make install
cd ../apache_1.3.22
./configure --activate-module=src/modules/php4/libphp4.a
make
make install


In this case, apache running, but dont serving pages.
And I get following lines in error_log during apache startup:
[Fri Dec 14 22:25:57 2001] [notice] Apache/1.3.22 (Unix) PHP/4.1.0
rus/PL30.9 configured -
- resuming normal operations
[Fri Dec 14 22:25:57 2001] [notice] Accept mutex: fcntl (Default: fcntl)

How to compile php with sysvsem + sysvsm ?

Please , help!

Roman



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to