| Mailing List | | Home | | MySQL General - General MySQL discussion | | MaxDB - Everything about MaxDB, formerly known as SAP DB | | MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP | | Java Help - Mostly related to the MySQL Connector/J driver | | ODBC - ODBC with the MySQL Connector/ODBC driver | | Perl - Perl support for MySQL with DBI and DBD::mysql | | MySQL++ - Programming with the C++ API to MySQL |
|
|
  | |  | AW: MySQL not finidng openssl/opensslv.h | AW: MySQL not finidng openssl/opensslv.h 2004-06-09 - By Oliver Neumann [New Identity AG]
Back 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/mysql?unsub=oliver.neumann
@(protected)
--
MySQL General Mailing List
For list archives:
http://lists.mysql.com/mysql
To unsubscribe:
http://lists.mysql.com/mysql?unsub=mysql
@(protected)
|
|
 |