Posts: 12
	Threads: 3
	Joined: Jul 2010
	
Reputation: 
0
	 
 
	
	
		Hello,
I have a CentOS problem.
Version: CENTOS 5.5 x86_64 virtuozzo on vps
It's stating this:
[08:12:57]  Loading plugin: libmysqlclient.so
[08:12:57]   Plugin does not conform to architecture.
[08:12:57]   Failed.
I did downlod the " My SQL CentOS - Plugin"
Still will not work.
Any help is apreciated.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 603
	Threads: 12
	Joined: Sep 2007
	
Reputation: 
0
	 
 
	
	
		Compile the plugin yourself if possible.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 86
	Threads: 0
	Joined: May 2010
	
Reputation: 
0
	 
 
	
	
		The plugin you are trying to use is compiled for an x86 version of Cent OS. Where-as it would appear your operating system is 64 bit.
So like PacMan said, try downloading the source and compiling it on your machine.
If you really don't know/are unable to compile the source, then just reinstall your OS to CentOS 32 Bit(x86) and pretty much all plugins and applications will add without flaws.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,498
	Threads: 19
	Joined: Jun 2009
	
Reputation: 
0
	 
 
	
	
		Your running 64 bit, the plugin was most likely compiled on a 32 bit (i386 for example) architecture, which would completely mess things up.
Either download the plugin for the x86_64 architecture if available or recompile it yourself 
^get the compilation tools with # yum install gcc gcc++ make automake
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 18
	Threads: 3
	Joined: Jul 2010
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 3
	Joined: Jul 2010
	
Reputation: 
0
	 
 
	
	
		Ok, I will try and compile my self. Which specific folders should I put the plugin.