Ayuda MySQL CentOS 6.4 32 bits
#1

Hola amigos reciйn instalй CentOS en mi servidor ya que ya tenia muy desactualizado el server, lo tenia en la version 4.8, asн que decidн ejecutar el servidor de samp, pero resulta que no sirve, arroja lo siguiente

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[15:36:05] filterscripts = ""  (string)
[15:36:05] 
[15:36:05] Server Plugins
[15:36:05] --------------
[15:36:05]  Loading plugin: mysql.so
[15:36:05] plugin.mysql: R15 successfully loaded.
[15:36:05]   Loaded.
[15:36:05]  Loading plugin: sscanf.so
[15:36:05] 

[15:36:05]  ===============================

[15:36:05]       sscanf plugin loaded.     

[15:36:05]          Version:  2.8.1        

[15:36:05]    © 2012 Alex "******" Cole  

[15:36:05]  ===============================

[15:36:05]   Loaded.
[15:36:05]  Loading plugin: streamer.so
[15:36:05] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[15:36:05]   Loaded.
[15:36:05]  Loaded 3 plugins.

[15:36:05] 
[15:36:05] Filterscripts
[15:36:05] ---------------
[15:36:05]   Loaded 0 filterscripts.

[15:36:05] Script[gamemodes/vGM.amx]: Run time error 19: "File or function is not found"
[15:36:05] Number of vehicle models: 0
Reply
#2

[15:36:05] plugin.mysql: R15 successfully loaded. ?
Reply
#3

Quote:
Originally Posted by [CG]Milito
Посмотреть сообщение
[15:36:05] plugin.mysql: R15 successfully loaded. ?
instale este mysql-R8-r15-static.untested.tar.gz, estaba en unas paginas de comentarios de MySQL plugin, pero igual no funciono, me equivoque de LOG, este es el correcto:

EDIT: el comentario esta aca:
http://forum.sa-mp.com/showthread.ph...Mysql&page=180
pregunta de John_Cooper, respondida por kurta999

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[15:33:28] filterscripts = ""  (string)
[15:33:28] 
[15:33:28] Server Plugins
[15:33:28] --------------
[15:33:28]  Loading plugin: mysql.so
[15:33:28]   Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by plugins/mysql.so))
[15:33:28]  Loading plugin: sscanf.so
[15:33:28] 

[15:33:28]  ===============================

[15:33:28]       sscanf plugin loaded.     

[15:33:28]          Version:  2.8.1        

[15:33:28]    © 2012 Alex "******" Cole  

[15:33:28]  ===============================

[15:33:28]   Loaded.
[15:33:28]  Loading plugin: streamer.so
[15:33:28] 

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[15:33:28]   Loaded.
[15:33:28]  Loaded 2 plugins.

[15:33:28] 
[15:33:28] Filterscripts
[15:33:28] ---------------
[15:33:28]   Loaded 0 filterscripts.

[15:33:28] Script[gamemodes/vcrp.amx]: Run time error 19: "File or function is not found"
[15:33:28] Number of vehicle models: 0
[15:36:03] --- Server Shutting Down.
[15:36:03] 

[15:36:03]  ===============================

[15:36:03]      sscanf plugin unloaded.    

[15:36:03]  ===============================

[15:36:03] 

*** Streamer Plugin v2.6.1 by Incognito unloaded ***
Reply
#4

yum install libstdc++6-4.6-dev
apt-get install libstdc++6-4.6-dev

(?
Reply
#5

Quote:
Originally Posted by GROVE22
Посмотреть сообщение
yum install libstdc++6-4.6-dev
apt-get install libstdc++6-4.6-dev

(?
Код:
[root@localhost samp]# yum install libstdc++6-4.6-dev
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.edatel.net.co
 * extras: mirror.edatel.net.co
 * updates: mirror.edatel.net.co
base                                                     | 3.7 kB     00:00
extras                                                   | 3.5 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 4.6 MB     00:04
Setting up Install Process
No package libstdc++6-4.6-dev available.
Error: Nothing to do
[root@localhost samp]# apt-get install libstdc++6-4.6-dev
-bash: apt-get: no se encontrу la orden
[root@localhost samp]#
Ningъn mйtodo de instalaciуn sirve.
Reply
#6

aptitude install libstdc++6-4.6-dev
Reply
#7

Quote:
Originally Posted by juansrc
Посмотреть сообщение
Код:
[root@localhost samp]# yum install libstdc++6-4.6-dev
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: mirror.edatel.net.co
 * extras: mirror.edatel.net.co
 * updates: mirror.edatel.net.co
base                                                     | 3.7 kB     00:00
extras                                                   | 3.5 kB     00:00
updates                                                  | 3.4 kB     00:00
updates/primary_db                                       | 4.6 MB     00:04
Setting up Install Process
No package libstdc++6-4.6-dev available.
Error: Nothing to do
[root@localhost samp]# apt-get install libstdc++6-4.6-dev
-bash: apt-get: no se encontrу la orden
[root@localhost samp]#
Ningъn mйtodo de instalaciуn sirve.
yum es para centos
apt-get para debian


Descarga el paquete manualmente e instalalo.
O desde la terminal actualiza los paquetes en general y luego prueba el comando.
Reply
#8

Quote:
Originally Posted by GROVE22
Посмотреть сообщение
yum es para centos
apt-get para debian


Descarga el paquete manualmente e instalalo.
O desde la terminal actualiza los paquetes en general y luego prueba el comando.
yum funciona bien, instale HTTPD MYSQL y PHP con yum, asн que creo que el paquete no existe.
Reply
#9

Quote:
Originally Posted by juansrc
Посмотреть сообщение
yum funciona bien, instale HTTPD MYSQL y PHP con yum, asн que creo que el paquete no existe.
Lees lo que te dije arriba?
Y ya sй que yum funciona.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)