How did you install OpenSSL? From source or packages (e.g. debian or rpm).
In
that case you also have to install the dev-Package of OpenSSL
(openssl-dev....)

Sincerly,
Oliver


Craig Harding wrote:

No one else has had this problem? Just wondering if this may be a bug in
the configure script...

craig.

Craig Harding wrote:

> I'm configuring mysql-4.0.20 source and I have openssl (OpenSSL 0.9.7d
> 17 Mar 2004) installed in /usr/local/ssl (default)
>
> Below is the output from a make after configuring as follows:
>
> ./configure --prefix=/usr/local/mysql --with-openssl
>
> I also tried --with-openssl
> --with-openssl-includes=/usr/local/ssl/include/
> --with-openssl-libs=/usr/local/ssl/lib/
>
> and it breaks at the same point. When it's configuring and spurting
> out the output it does find OpenSSL:
> checking for OpenSSL... yes
>
> Any other people in the same boat? I've checked online and some other
> people have had the same issue and putting -I/usr/local/ssl/include in
> the path seems to work but shouldn't this work from the configure
> command?
>
> thanks,
> craig.
>
> ---------------------------------
>
> Making all in strings
> make[2]: Entering directory `/usr/src/mysql-4.0.20/strings'
> if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include    -O3
> -DDBUG_OFF   -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[2]: *** [strxmov.o] Error 1
> make[2]: Leaving directory `/usr/src/mysql-4.0.20/strings'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/mysql-4.0.20'
> make: *** [all] Error 2
>
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to