Raised This Month: $51 Target: $400
 12% 

Download mysql client 5.0 for linux


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 11-06-2014 , 21:27   Download mysql client 5.0 for linux
Reply With Quote #1

Where I can find mysql-client-5.0 for to download ?
I need to compile mysqlx module. Try mysql-connector-C-6 but errors on linke.


In windows using mysql-connector-C-6 no problem. (but dll size is big in release)



Sorry for my English
__________________

Last edited by Destro-; 11-06-2014 at 21:30.
Destro- is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 11-07-2014 , 07:59   Re: Download mysql client 5.0 for linux
Reply With Quote #2

If you are compile AMXX, you probably should be using AMBuild. But, all the extra files that are needed to compile AMXX can be found here
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Destro-
Veteran Member
Join Date: Jun 2010
Location: $me->location();
Old 11-07-2014 , 09:53   Re: Download mysql client 5.0 for linux
Reply With Quote #3

ohh did not know, thanks: P

@EDIT
L 11/07/2014 - 20:016: [AMXX] Module is not a valid library (file "cstrike/addons/amxmodx/modules/mysql_amxx_i386.so"

LDD -D
Code:
[*]emanuel@amxlinux:~/amxx_mm_hlsdk/amxx/dlls/mysqlx$  ldd -d  '/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx/Release/mysql_amxx_i386.so'  
        linux-gate.so.1 =>  (0xb77ad000)
        libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb73d1000)
        libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb73a5000)
        libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb739f000)
        libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb71f5000)
        /lib/ld-linux.so.2 (0xb77ae000)
undefined symbol:  _ZTVN10__cxxabiv120__si_class_type_infoE       (/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx/Release/mysql_amxx_i386.so)
undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE   (/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx/Release/mysql_amxx_i386.so)
undefined symbol:  _ZTVN10__cxxabiv121__vmi_class_type_infoE      (/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx/Release/mysql_amxx_i386.so)
undefined symbol: __gxx_personality_v0  (/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx/Release/mysql_amxx_i386.so)
emanuel@amxlinux:~/amxx_mm_hlsdk/amxx/dlls/mysqlx
-Wl,--no-undefined
Code:
    gcc -I. -I../../public -I../../public/sdk -I../../public/amtl -I../../../hlsdk -I../../../hlsdk/public -I../../../hlsdk/common -I../../../hlsdk/dlls -I../../../hlsdk/engine -I../../../hlsdk/game_shared -I../../../hlsdk/pm_shared -I../../../mysql-5.6/include -Ithread -Imysql -I../../../metamod/metamod Release/basic_sql.o Release/handles.o Release/module.o Release/threading.o Release/amxxmodule.o Release/oldcompat_sql.o Release/thread/BaseWorker.o Release/thread/ThreadWorker.o Release/thread/PosixThreads.o Release/mysql/MysqlQuery.o Release/mysql/MysqlResultSet.o Release/mysql/MysqlDatabase.o Release/mysql/MysqlDriver.o -Wl,--no-undefined ../../../mysql-5.6/lib/libmysqlclient_r.a -lpthread -L../../../mysql-5.6/lib -shared -m32 -lm -ldl -s -static-libgcc -o Release/mysql_amxx_i386.so
    ../../../mysql-5.6/lib/libmysqlclient_r.a(my_default.cc.o):(.data.DW.ref.__gxx_personality_v0[DW.ref.__gxx_personality_v0]+0x0): undefined reference to `__gxx_personality_v0'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ssl.cpp.o):(.data.rel.ro._ZTIN5yaSSL7MessageE[typeinfo for yaSSL::Message]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ssl.cpp.o):(.data.rel.ro._ZTIN5yaSSL12virtual_baseE[typeinfo for yaSSL::virtual_base]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ssl.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt4HASHE[typeinfo for TaoCrypt::HASH]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ssl.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt12virtual_baseE[typeinfo for TaoCrypt::virtual_base]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ssl.cpp.o):(.data.rel.ro._ZTIN5yaSSL13HandShakeBaseE[typeinfo for yaSSL::HandShakeBase]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(md5.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt3MD5E[typeinfo for TaoCrypt::MD5]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(hash.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt19HASH64withTransformE[typeinfo for TaoCrypt::HASH64withTransform]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(hash.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt17HASHwithTransformE[typeinfo for TaoCrypt::HASHwithTransform]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(md4.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt3MD4E[typeinfo for TaoCrypt::MD4]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(integer.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt24MontgomeryRepresentationE[typeinfo for TaoCrypt::MontgomeryRepresentation]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow
    ../../../mysql-5.6/lib/libmysqlclient_r.a(my_getsystime.c.o): In function `my_getsystime':
    /export/home/pb2/build/sb_0-10831761-1384711703.69/mysql-5.6.15/mysys/my_getsystime.c:44: undefined reference to `clock_gettime'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(my_aes.cc.o):(.data.rel.ro._ZTIN8TaoCrypt9Mode_BASEE[typeinfo for TaoCrypt::Mode_BASE]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(crypto_wrapper.cpp.o):(.data.rel.ro._ZTIN5yaSSL3RSAE[typeinfo for yaSSL::RSA]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(crypto_wrapper.cpp.o):(.data.rel.ro._ZTIN5yaSSL3DSSE[typeinfo for yaSSL::DSS]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(crypto_wrapper.cpp.o):(.data.rel.ro._ZTIN5yaSSL3AESE[typeinfo for yaSSL::AES]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(crypto_wrapper.cpp.o):(.data.rel.ro._ZTIN5yaSSL3RC4E[typeinfo for yaSSL::RC4]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(crypto_wrapper.cpp.o):(.data.rel.ro._ZTIN5yaSSL7DES_EDEE[typeinfo for yaSSL::DES_EDE]+0x0): more undefined references to `vtable for __cxxabiv1::__si_class_type_info' follow
    ../../../mysql-5.6/lib/libmysqlclient_r.a(des.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt3DESE[typeinfo for TaoCrypt::DES]+0x0): undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(des.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt8BasicDESE[typeinfo for TaoCrypt::BasicDES]+0x0): undefined reference to `vtable for __cxxabiv1::__class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(aes.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt3AESE[typeinfo for TaoCrypt::AES]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(md2.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt3MD2E[typeinfo for TaoCrypt::MD2]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    ../../../mysql-5.6/lib/libmysqlclient_r.a(ripemd.cpp.o):(.data.rel.ro._ZTIN8TaoCrypt9RIPEMD160E[typeinfo for TaoCrypt::RIPEMD160]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
    collect2: ld devolvió el estado de salida 1
    make[1]: *** [mysql] Error 1
    make[1]: se sale del directorio «/home/emanuel/amxx_mm_hlsdk/amxx/dlls/mysqlx»
    make: *** [all] Error 2
    emanuel@amxlinux:~/amxx_mm_hlsdk/amxx/dlls/mysqlx$
__________________

Last edited by Destro-; 11-08-2014 at 02:00.
Destro- is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:21.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode