CentOS 5 :: /usr/bin/ld: Skipping Incompatible /usr/lib/mysql/libmysqlclient.so When Searching For -lmysqlclient
Jan 9, 2010
When I compile PHP using --with-mysql I am getting this error in config.log:
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.so when searching for -lmysqlclient
/usr/bin/ld: skipping incompatible /usr/lib/mysql/libmysqlclient.a when searching for -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient
I've done some searching and it appears this has to do with LD not having the correct path to the library, however, /etc/ld.so.conf.d/ contains a file pointing to /usr/lib64/mysql and a file pointing to /usr/lib/mysql. libmysqlclient.so exists in both directories. The PHP makefile has this line:
EXTRA_LDFLAGS = -L/usr/kerberos/lib64 -L/usr/lib64/mysql -L/usr/lib64 -L/usr/lib64/lib
View 3 Replies
ADVERTISEMENT
Mar 12, 2010
i am getting these error when compiling:
ld: skipping incompatible /usr/lib64/libc.so when searching for -lc
ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
ld: cannot find -lc
What is the library -lc?
View 9 Replies
View Related
May 12, 2009
I am trying to install OTRS 2.3.4 on an Centos release 5.3 (Final) with Kernel 2.6.18-92.el5xen on an x86_64 with an yum -y update after setup
the problem is when I try to install the perl:GD GD::Text GD::Graph GD::Graph::lines GD::Text::Align
on installing the GD I receive:
Code:
/usr/bin/ld: skipping incompatible /usr/lib/libXpm.so when searching for -lXpm
/usr/bin/ld: cannot find -lXpm
collect2: ld returned 1 exit status
make: *** [blib/arch/auto/GD/GD.so] Error 1
LDS/GD-2.41.tar.gz
code....
View 4 Replies
View Related
Feb 1, 2011
Looking at the different versions of the libmysqlclient-devel package, in Opensuse 11.1 package version 5.0.67 the file libmysqlclient.a was provided. In Opensuse 11.2, package version 5.1.36 that file is no longer provided. Can anyone give me any reasoning for this? Will I encounter any problems if I install the previous version of this package to fulfill the requirement for that file?
View 2 Replies
View Related
Apr 1, 2010
I am currently using Ubuntu 9.10. I am writing a small code in C which test the connectivity with MYSQL. I am getting this error. "libmysqlclient.so.14: cannot open shared object file: No such file or directory" What I understand is that you need MYSQL development package in order to access MYSQL database in C. I installed MYSQL using this command. apt-get install mysql-server mysql-client
View 2 Replies
View Related
Aug 31, 2010
I want to upgrade existing MySQL 5.0.77 version on CentOS 5 Red Hat Linux to MySQL 5.1.x. Is anybody have list of patches or upgrades to upgrade to MySQL 5.1.x?
View 6 Replies
View Related
Jun 4, 2009
I have MySQL 5.1.34 and PHP 5.1.6 installed on my system, how do I install php-mysql? Each time I try, it says
mysql-5.0.45-7.el5.i386 from base has depsolving problems
-- > mysql conflicts with mysql-server-community
error: mysql conflicts with mysql-server-community
View 16 Replies
View Related
Mar 3, 2009
I just configured a complete Cent OS 5.2 system for use as a web server. I can configure Apache and PHP but MySQl seems to be causing some issues -
[mysqld]
datadir=/var/lib/mysql
socket = /var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
[Code]...
View 16 Replies
View Related
Dec 29, 2010
Moving stuff from 9.3 to 11.3 I'm running into the problem that I cannot find libmysqlclient.a to link against c programs. mysql-devel provides shared (.so) modules only. Is there a repo providing this or do I have to install mysql-5 from source?
View 3 Replies
View Related
Mar 30, 2009
I am trying to install php-mysql but I am getting conflicts. I manually installed
MySQL-shared-community-5.1.32-0.rhel5
MySQL-client-community-5.1.32-0.rhel5
MySQL-server-community-5.1.32-0.rhel5
and I can not seem to find a php-mysql that works with MySQL 5.1
I followed the below thread and added the CentOS-Testing.repo and did a yum update php and it updated 30 packages, but when I try to install php-mysql I get :
[URL]
yum install php-mysql
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
[Code].....
Where can I find a php-mysql that works with MySQL 5.1? I checked the mysql website and can not seem to find any matches.
View 4 Replies
View Related
Oct 21, 2009
This is my first post, I hope I'm the the right place. I installed mysql mysql-server php-mysql perl-DBD-mysql libdbi-dbd-mysql via "yum install -y" on a server running CentOS 5.3 X86_64 The install completes successful with no errors, but once I start mysqld via "chkconfig --level 35 mysqld on" ; "service mysqld start" There are no errors in /var/log/mysqld.log netstat shows mysqld listening on 3306 and localhost is in /etc/hosts
[Code]...
View 2 Replies
View Related
Aug 8, 2011
I have two Centos 5 servers one running Asterisk with PHP installed and another sever running as a MySql Database server, at the moment when I try run simple script to see if I can connect to the remote server I get the following error.Quote:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
View 2 Replies
View Related
Jan 11, 2010
This on a Vostro 1220 Laptop w/ Intel 5300 wireless:
A.I have long boot up time.I think it's because of the eth0 network search which I don't use.I have an intel wireless 5300 card running.How can I speed up the boot time, i.e. disable or change the eth0 at boot, the searching?
B:When I restart or shutdown, the screen flashes repeatedly and gets some garbled colors along the top before finally rebooting looks like windows ME or something).This vostro has an intel x4500HD vid chipset in it.
C.How do I get into gnome configuration editor to turn on Metacity compositing? Alt-F2 and run gconf-editor doesn't do it. I don't do compiz, but need compositing.
D.I need to install Chromium Browser as it sync my bookmarks.I have RPMforge enabled btw also...how can I do that? I.e. rpm repo for chromium?
This will help me get off to a running start so I can get up to speed on CentOS..
View 3 Replies
View Related
Jun 7, 2011
I think this goes here, but I'm not sure. I decided that XAMPP had been troublesome enough. MySQL never worked. So I decided to instal the LAMP stack offered by YaST. I went about installing it thinking that it would all work. But it seems that I was wrong. So I try to start mysql, and here's what I get:
Code:
the-matrix:~ # mysql start
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) or
Code:
the-matrix:~ # rcmysql start
Starting service MySQL warning: /var/mysql/mysql.sock didn't appear within 30 seconds
chmod: cannot access `/var/run/mysql/mysqld.pid': No such file or directory
[Code]...
View 6 Replies
View Related
Jun 2, 2010
i am using liferay5.2(mysql included in the download pack) on fedora. while liferay is working fine but i cannot connect to mysql.i am getting the error
[
[root@localhost ~]# ln -s /var/lib/mysql/mysql.sock /tmp
[root@localhost ~]# /etc/init.d/mysqld start
Timeout error occurred trying to start MySQL Daemon.
[code]....
i didnt find the mysql.sock file in the location /var/lib/mysql/mysql.sock. i cannot find the portal-ext.properties file also to make intial settings.
View 9 Replies
View Related
Jul 14, 2010
I am using CentOS5 and installed the MySQL for server during the installation. I can set up and use MySQL databases. But I cannot make it startup everytime the server restarts. And quite a lot of methods need this folder "support-files/mysql.server", while my set up cannot find this. I am wondering if my installation of the MySQL for server is complete or not.
View 4 Replies
View Related
May 18, 2011
I need some features that are only available in MySQL 5.1 or later. Can I get MySQL 5.1 for CentOS? What is the best way to install it?
View 9 Replies
View Related
Mar 6, 2011
Update:so I can burn DVD+Rs fine. I burned Fedora 14 originally on this machine (in F13), although I'll have to check to see what kind of disks I was using.
Here is my posting from unix.stackexchange.com:
I have been trying to burn a few ISOs lately with no success and have certainly used this hardware in the past, so I am not sure what's going on. I am using DVD-R media (tried multiple discs) which appears to be supported by my drive. Here is the error I received in GnomeBaker on Fedora 14 (64):
Code:
Executing 'builtin_dd if=/home/tja/Downloads/Torrents/bodhi_0.1.6.iso of=/dev/sr0 obs=32k seek=0'
:-[ PERFORM OPC failed with SK=2h/CANNOT WRITE MEDIUM - INCOMPATIBLE FORMAT]: Wrong medium type
/dev/sr0: "Current Write Speed" is 1.0x1352KBps.
[code]....
View 9 Replies
View Related
Sep 4, 2011
I just installed KOffice, and all components listed with it under Office-Suite, using YaST's Add/Remove Software and I receive this error whenever I try running KWord The plugin 'kwordpart' uses an incompatible kde library (4.71 (4.71)).
KWord then does not run. Does anyone know what might be causing this?
View 4 Replies
View Related
Jun 15, 2010
By default, ubuntu is using an incompatible resolution for my monitor. It happens while booting and logging in. It is due to it using a Hz setting to high for the monitor.What can I do to fix this?
View 1 Replies
View Related
Oct 4, 2010
I am running lucid with Thunderbird 3.1.5 (32 bit) and trying to install Lightning 1.0b2. Whenever, I install Lightning, I cannot restart TB, if I drop it. No error message. I have to start TB from the Terminal with "thunderbird -safe-mode", remove Lightning, and then everything works. I read of others having problems with TB and Lightning, but most of these are 64 bit. I am 32 bit. Please note that I have removed all other extensions from TB, but I still can't run Lightning.
One concern I have is that even though Synaptic says that TB 3.1.5 is install, the Help>About says just TB 3.1. It doesn't include the ".5". I am concerned that despite what Synaptic says, I might not have version 3.1.5 installed. Is there any way to check if I really have version 3.1.5 installed? I tried to install the latest nightly build of Lightning, but I got the error message "Lightning 1.0b3pre could not be installed because it is not compatible with Firefox 3.6.10". how to get Lightning to run with Thunderbird?
View 9 Replies
View Related
Feb 12, 2009
Does anyone know where we can get the rpms (x86_64) for MySQL v4.0.26 or 27?
We are in the process of upgrading a very old server to CentOS 5 and need to retain this version. We still have a lot of clients that utilize this version.
View 1 Replies
View Related
Jun 26, 2009
i cant install mysql on my vps.
View 6 Replies
View Related
Jul 13, 2009
I used yum to install mysql server and it won't work.
Here is yum install.
yum install php-mysql mysql mysql-server
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* epel: mirrors.tummy.com
[Code].....
View 11 Replies
View Related
Apr 17, 2011
On Opensuse 11.4 64bit, on a Dell E6410 notebook. Installed the 32bit dependencies from SDB: Skype (SDB:Skype - openSUSE ) i.e. su -c 'zypper install libasound2-32bit xorg-x11-libXv-32bit xorg-x11-libs-32bit libqt4-x11-32bit libpng12-0-32bit' Then installed the latest version (2.2.0.25 from Skype website for openSuse 11+
And when launching skype in a terminal window I get "Fatal: Cannot mix incompatible Qt library (version 0x40702) with this library (version 0x40701) Aborted" And this corresponds tot requireing an older QT library for Skype than is the current version from openSuse 11.4 How do I fix this?? I've already pursued all other solutions I could find.
View 1 Replies
View Related
May 27, 2011
After upgrading KDE from 4.6.0 to 4.6.3 SpiderOak will fail to run with message. Cannot mix incompatible Qt library (version 0x40703) with this library (version 0x40701). There's no more SO package in Non-OSS, apparently due to some support issues. That's a pity, since Dropbox had conceded access to US agencies, IMO SpiderOak is a really good option, and has been working very nicely until now. Anyway, Yast tells me that KDE 4.6.0 uses Qt 4.7.1, while 4.6.3 brings in Qt 4.7.3. A possible solution may be found here, originally for Qt 4.7.2. I'll try it and report.
View 5 Replies
View Related
May 3, 2011
I'm trying to install compiz with a completely new install of slackware64-13.37. I had been using gsb gnome2 and compiz 0.8.6 under slackware64-13.1. I installed gsb gnome3 and, to my chagrin, found out that it is incompatible with compiz. I'm afraid I'm not "LEET" enough to install the old gnome (gnome2) pkg by pkg. Which version of compiz did you successfully install and in which desktop?
View 11 Replies
View Related
Oct 27, 2010
I'm trying to install php / mysql on a remote Centos server.I've completed the installation stages but when I try ' php -v ' it comes up with these errors:
Code:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/mcrypt.so' - libltdl.so.3: cannot open shared object file: No such file or directory in Unknown on line 0
[code].....
View 2 Replies
View Related
Sep 8, 2010
I'm running MySQL 5.0 on a production server and I require to upgrade mysql to version 5.5 to get a new collation support. What is the best procedure to follow? I cannot find MySQL 5.5 on the standard repositories. A yum install would be the safest, correct?
View 2 Replies
View Related
May 22, 2009
This is a fresh install of CentOS 5.3 x86_64 with the following packages installed (using yum) as I have always done and has always worked in the past: httpd mysqld php php-mysql php-gd
However any pages requiring mysql fail and the following shows up in the httpd/error_log:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/dbase.so' - /usr/lib/php/modules/dbase.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Code].....
View 3 Replies
View Related