Hi!

Thanks a lot, it works.
But I'm worried: It doesn't feel right to make
changes in a global headerfile. 
Isn't it supposed to work "out of the box"? 

Ralf ?

Regards,
/Johan Ekenberg


> Hello!
> 
> Today I got the same problem as you... :)
> So this is what i did:
> 
> find file named sem.h in /usr/include/sys   (in Debian dist)
> and change line
> 
> extern int semctl __P((int __semid, int __semnum, int __cmd, union
>                            semun __arg));
> 
> to
> 
> extern int semctl __P((int __semid, int __semnum, int __cmd, ...));
> 
> 
> I hope it helps...
>   
> Best regards,
>  Norbert <[EMAIL PROTECTED]>
> 
> |
> | Kobieta wierzy, ze 2 + 2 zmieni sie w 5, jesli bedzie dlugo plakac i
> zrobi awanture. George Eliot
> |
>

>  > Just grabbed the latest Apache (1.3.17) + mod_ssl-2.8.0-1.3.17.
>  > Unfortunately, I can't get it to compile.
>  >
>  > This is what I did:
>  >
>  > - configured mod_ssl:
>  >
>  >  ./configure \
>  >   --with-apache=../apache_1.3.17 \
>  >   --with-ssl=../openssl-0.9.6
>  >
>  > - configured Apache:
>  >
>  >   SSL_BASE=../openssl-0.9.6 \
>  >   OPTIM='-O2' \
>  >  ./configure \
>  >   --prefix=/usr/local/apache \
>  >   --enable-module=ssl
>  >
>  > - make in Apache-dir, terminates with this error:
>  >
>  > gcc -c  -I../../os/unix -I../../include  -O2 -DLINUX=22 
> -DMOD_SSL=208100 -DU
>  > SE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED
>  > `../../apaci` -DSSL_COMPAT -DSSL_USE_SDBM 
> -I/usr/src/openssl-0.9.6/include -
>  > DMOD_SSL_VERSION=\"2.8.0\" ssl_engine_mutex.c
>  > ssl_engine_mutex.c: In function `ssl_mutex_sem_create':
>  > ssl_engine_mutex.c:295: incompatible type for argument 4 of `semctl'
>  > ssl_engine_mutex.c:304: incompatible type for argument 4 of `semctl'
>  > make[4]: *** [ssl_engine_mutex.o] Error 1
>  > make[3]: *** [all] Error 1
>  > make[2]: *** [subdirs] Error 1
>  > make[2]: Leaving directory `/usr/src/apache_1.3.17/src'
>  > make[1]: *** [build-std] Error 2
>  > make[1]: Leaving directory `/usr/src/apache_1.3.17'
>  > make: *** [build] Error 2
>  >
>  >
>  >
>  > Regards,
>  > /Johan Ekenberg
 
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to