Please help to compile !!! My system is Solaris 5.9 i`m instal OpenSSl
and now i wish compile MySQL with him :
./configure --prefix=/opt/mysql
--with-mysqld-user=mysql --with-openssl
--with-openssl-includes=/usr/local/ssl/include
--with-openssl-libs=/usr/local/ssl/lib --with-extra-charsets=complex
make

.................................................................

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/ssl/include     
-O3 -DDBUG_OFF    -D_FILE_OFFSET_BITS=64 -DHAVE_RWLOCK_T -MT test-ssl.o -MD -MP 
-MF ".deps/test-ssl.Tpo" -c -o test-ssl.o test-ssl.c; \
then mv -f ".deps/test-ssl.Tpo" ".deps/test-ssl.Po"; else rm -f 
".deps/test-ssl.Tpo"; exit 1; fi
/bin/bash ../libtool --preserve-dup-deps --mode=link gcc  -O3 -DDBUG_OFF    
-D_FILE_OFFSET_BITS=64 -DHAVE_RWLOCK_T    -o test-ssl  test-ssl.o 
../dbug/libdbug.a libvio.a  ../mysys/libmysys.a ../strings/libmystrings.a  
-L/usr/local/ssl/lib -lssl -lcrypto -lpthread -lthread -lposix4 -lcrypt -lgen 
-lsocket -lnsl -lm  -lpthread -lthread
mkdir .libs
gcc -O3 -DDBUG_OFF -D_FILE_OFFSET_BITS=64 -DHAVE_RWLOCK_T -o test-ssl 
test-ssl.o  ../dbug/libdbug.a libvio.a ../mysys/libmysys.a 
../strings/libmystrings.a -L/usr/local/ssl/lib -lssl -lcrypto -lpthread 
-lthread -lposix4 -lcrypt -lgen -lsocket -lnsl -lm -lpthread -lthread
Undefined                       first referenced
 symbol                             in file
dlsym                               /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) 
 (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
dlopen                              /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) 
 (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
dlclose                             /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) 
 (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
dlerror                             /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o) 
 (symbol belongs to implicit dependency /usr/lib/libdl.so.1)
ld: fatal: Symbol referencing errors. No output written to test-ssl
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `test-ssl'
Current working directory /export/home/mor/mysql-4.1.12/vio
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/mor/mysql-4.1.12
*** Error code 1
make: Fatal error: Command failed for target `all'
#
# crle

Configuration file [version 4]: /var/ld/ld.config
  Default Library Path (ELF):   /usr/lib:/usr/local/ssl/lib:/usr/local/lib
  Trusted Directories (ELF):    /usr/lib/secure  (system default)

Command line:
  crle -c /var/ld/ld.config -l /usr/lib:/usr/local/ssl/lib:/usr/local/lib


 System                          mailto:[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