Hi, 
     was upgrading php from 4.0.6  on bsdi 4.2 and used the same config options:

/configure --prefix=/usr --with-config-file-path=/etc --disable-debug --enable-pic 
--enable-
shared --enable-inline-optimization --with-apxs=/usr/local/apache/bin/apxs --with-exec-
dir=/usr/bin --with-regex=system --enable-debugger --enable-magic-quotes --enable-safe-
mode --enable-sysvsem --enable-track-vars --with-xml --with-db --without-mysql


Now I'm getting this error during make:
/bin/sh /usr/home/sam/php-4.1.1/libtool --silent --mode=compile gcc  -I. -
I/usr/home/sam/php-4.1.1/ext/sysvsem -I/usr/home/sam/php-4.1.1/main -
I/usr/home/sam/php-4.1.1 -I/usr/local/apache/include -I/usr/home/sam/php-
4.1.1/Zend -I/usr/home/sam/php-4.1.1/ext/xml/expat  -DUSE_HSREGEX -
DUSE_EXPAT -DNO_DL_NEEDED -I/usr/home/sam/php-4.1.1/TSRM -g -O2 -prefer-
pic  -c sysvsem.c
sysvsem.c: In function `zif_sem_remove':
sysvsem.c:414: incompatible type for argument 4 of `semctl'

taking sysvsem out compains about missing a library for something else. I'm not sure 
what 
sysvsem is,  tried taking out a few other things but then get errors involving session 
support, etc.

Any clue what i can do?

thanks,
shawn




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

Reply via email to