Sergei wrote:

> After configuring the php 4.3.3 installation, as follows:
> 
> './configure' '--with-pgsql' '--enable-sysvsem' '--enable-sysvshm'
> '--enable-sysvmsg' '--with-gd' '--with-zlib' '--with-jpeg' (copied from
> the phpinfo() output)
> 
> after the first call to shmop_open() function php fails with the error
> "Fatal error: Call to undefined function: shmop_open()"
> 
> As far as I understand, the System V IPC support must be built-in after
> '--enable-sysvshm' flaf, but it is not. What shoud I do to fix this?
> 
> Information:
> 
> OS: FreeBSD 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct i386
> PHP: 4.3.4
> 
> PHP API 20020918
> PHP Extension 20020429
> Zend Extension 20021010
> 
> _ENV["SERVER_SOFTWARE"] Apache/1.3.28 (Unix)

Everything is under control :) finally, it is necessary add a
'--enable-shmop' option :) 

Reply via email to