On Sat, Feb 14, 2004, Julien TOUCHE wrote:

> Ralf S. Engelschall wrote:
>
> >That's strange. I've tested it and it builded fine for me (I'm
> >using FreeBSD 4). Are you sure you are using exactly the latest
> >mysql-4.0.18-20040214 I rolled before? And under what OS are you

> $ rpm -ivh /tmp/openpkg/rep/current/SRC/mysql-4.0.18-20040214.src.rpm
>    1:mysql                  ###########################################
> [100%]
> [activate with_ssl in mysql.spec]
> $ rpm -ba local/RPM/SRC/mysql/mysql.spec
> [snip]

I hope you did it for other reasons, but you usually never have to edit
a .spec file locally in order to activate an %option. Just use:

$ rpm --rebuild --with ssl /tmp/openpkg/rep/current/SRC/mysql-4.0.18-20040214.src.rpm

> same error in local/RPM/TMP/mysql-4.0.18/strings
>
> $ make
> if /home/www-test/local/bin/cc -DHAVE_CONFIG_H -I. -I. -I..
> -I./../include -I../include    -O3 -DDBUG_OFF -O2 -pipe
> -D_FILE_OFFSET_BITS=64 -DHAVE_RWLOCK_T -MT strxmov.o -MD -MP -MF
> ".deps/strxmov.Tpo" \
>   -c -o strxmov.o `test -f 'strxmov.c' || echo './'`strxmov.c; \
> then mv -f ".deps/strxmov.Tpo" ".deps/strxmov.Po"; \
> else rm -f ".deps/strxmov.Tpo"; exit 1; \
> fi
> In file included from strxmov.c:33:
> ../include/my_global.h:1129:30: openssl/opensslv.h: No such file or
> directory
> make: *** [strxmov.o] Error 1
>
> seems an include problem: adding -I/home/www-test/local/include solves
> it but why ...
> no openssl in DEFAULT_INCLUDES in Makefile
> but there is in Makefile.in ???

Hmm... seems to be related to Solaris 9. According to the configure
I cannot see why this is special under Solaris 9. Hmmm... I'll retry
myself under Solaris 9...

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      [EMAIL PROTECTED]

Reply via email to