OpenSUSE :: Libmysqlclient-devel Missing Libmysqlclient.a?

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


ADVERTISEMENT

Programming :: Libmysqlclient Error "libmysqlclient.so.14: Cannot Open Shared Object File: No Such File Or Directory" On Ubuntu 9.10

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

OpenSUSE :: 11.3 + Cannot Find Libmysqlclient.a To Link Against C Programs

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

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 View Related

OpenSUSE :: Missing Libraries From Cairo-dev And Freetype2-devel?

May 15, 2011

Trying to build git gimp raises an error about missing libcairo.la and libfreetype.la /usr/lib/ does not have those files though the build manifest shows they should be included. Both cairo-devel and freetype2-devel have been installed, rpm query produces; cairo-devel-1.10.2-6.11.1.i586 and freetype2-devel-2.4.4-6.1.i586 This is my first attempt at using SUSE, so it maybe I am missing something elementary

View 3 Replies View Related

Fedora X86/64bit :: Gcc Devel Package Missing?

Jul 27, 2009

I have been attempting to compile lmms on my 64 bit install of fedora 11, and have determined that I need the gcc-devel package. I cannot find it in any of the repositories. Where is it?

View 10 Replies View Related

CentOS 5 :: Missing Files In Poppler-devel Package?

Feb 5, 2011

Anyone know if a more complete poppler-devel can be found for CentOS 5.5? There seems to be an enormous number of missing files from poppler-devel (page.h and PDFDoc.h are just two examples) resulting in applications that require it refusing to compile.

View 2 Replies View Related

CentOS 5 Hardware :: Warning: Missing REQUIRED Dependency For Option 'network': Libnetsnmp-devel

Mar 22, 2009

We have a networked L7780 and I cannot find the dependancies below to satisfy the hplip (3.9.2) installer. Centos 5.2 Server - full development environment etc. Standard Centos repos + rpmforge.

INSTALL MISSING OPTIONAL DEPENDENCIES
-------------------------------------
warning: There are 6 missing OPTIONAL dependencies.
note: Installation of dependencies requires an active internet connection.
warning: Missing REQUIRED dependency for option 'network': libnetsnmp-devel

[code]...

View 4 Replies View Related

Software :: Error: Missing Kernel-devel And Kernel-source

Mar 11, 2010

I've been trying to install nvidia drivers yesterday, so I went to runlevel 3, ran the .bin installer and it came up with error: missing kernel-devel and kernel-source.

So I go yum install kernel-devel, it does, but it doesnt find anything like kernel-source.

How do I fix this issue? I have Fedora 12, and I ran drivers from:[URL]..

View 14 Replies View Related

CentOS 5 :: Mock Mplayer Lame-devel - Error "lame-devel Package Can't Be Found"

May 6, 2011

i'm trying to rebuild mplayer and facing the same error - lame-devel package can't be found as when i try to use rpmbuild. I'm not sure why and how to fix it. Here are steps and information:

[Code]...

View 7 Replies View Related

OpenSUSE :: Play With Some Development Builds Of Blender 2.5 That Require Libtiff4-devel?

Jul 10, 2010

I want to play with some development builds of blender 2.5 that require libtiff4-devel It doesn't appear to be available from the repos I have enabled, which is just what it took to get multimedia stuff working (packman, vlc)

View 1 Replies View Related

OpenSUSE :: Failed To Download ./i586/libcodeblocks0-r6185-1.1.i586.rpm From Index Of /repositories/devel:/tools:/ide/_11.2?

Mar 2, 2010

when i try to install any program i always have this type of erreur messagehow to solve that ?

chec du tchargement :
Failed to download ./i586/libcodeblocks0-r6185-1.1.i586.rpm from Index of /repositories/devel:/tools:/ide/openSUSE_11.2

[code]....

View 9 Replies View Related

OpenSUSE :: Difference Between Perl And Perl-devel?

Jun 28, 2010

I'm new in perl programming and linux OS. What is the difference between perl and perl-devel? What does mean devel? Iwant to install Catalyst and before install as required I have to check if make, gcc and perl-devel are installed in my system. make and gcc are installed. But I have to install perl-devel. First I searched for make, gcc and perl-devel in YAST Software Management and search did not find perl-devel. I visited the software.opensuse.org and wrote "perl-devel" and searched. The result was many similar zips with a prefix perl-devel and I can not choose one for needed perl-devel.

[Code]...

View 5 Replies View Related

Software :: No 'perl-gd' And 'gd-devel' In Yum

Jun 28, 2011

I am going to install perl GD. But when I run yum, it prompted no such packages.

Code:
# yum install perl-GD
Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
No package perl-GD available.

[Code]....

May I know if these two packages were merged or replaced by others? How can I get them installed?

View 5 Replies View Related

Software :: What Is Libstdc++-devel Rpm In Rhel 5

Jun 10, 2010

My query is I am not able to find the library libstdc++-devel in rpm -qa | grep compat what is the rpm of libstdc++-devel in RHEL 5.3 as I need for oracle 10g installation.

View 4 Replies View Related

Slackware :: Package For Kdeedu-devel ?

Jun 15, 2011

I'm looking for a package for kdeedu-devel, need libmarblewidget for digikam and kphotoalbum

View 12 Replies View Related

Debian Configuration :: Cannot Find Kernel-devel For 2.6.33.4 Anywhere

May 27, 2010

I have been getting some compile errors here and there and have read that possibly I need to install the kernel-devel package.I am running 2.6.33.4 which I built from source.I have also built and installed the kernel-headers.I cannot find the kernel-devel for 2.6.33.4 anywhere, can I build it myself from the kernel source?

View 2 Replies View Related

Fedora :: Difference Between A Package And Its -devel Equivalent?

Mar 19, 2010

Am just wondering what the notion is behind having a package without all needed files, and having a -devel package with the rest. Such that whenever am installing a package fron tarball, and it says it cannot get a package, I always install the -devel equivalent and all gets to be OK. Why dont they just have everything in the original package?

View 4 Replies View Related

Fedora Installation :: Kernel-devel / 'yum Install Gcc'?

Aug 11, 2010

I'm working on a Fedora 13 server trying to intal some soft following the same steps I did with some other server with Fedora 12 ( not 13, like the new one ).First problem that I found was with 'yum install kernel-devel'

Response: Nothing to do !
Then I tryed 'yum -v info kernel devel'
Response:
Installed Packages
Name : kernel-devel
Arch : x86_64
code....

Second problem that is stopping me is 'yum install gcc' Some dpendency problem that can not be solved. Tryed --skeep-broken but nothing is installed.I don't have gcc on my sistem.

View 4 Replies View Related

Software :: From Where To Download OpenSSL-Devel For Debian

May 20, 2009

I am using debian base, and I want to know where can I download openssl-devel. What is the name in apt-get or aptitude?

View 4 Replies View Related

CentOS 5 :: Where To Find The Libzip-devel Package

Sep 29, 2009

I am trying to install the mysql workbench and it is looking for libzib-devel. I can not seem to find it in any yum repo. Does anyone know where I could find it?

View 2 Replies View Related

CentOS 5 :: How To Install Kernel Devel / Headers Via Yum

May 21, 2010

I have a program that needs kernel headers. The machine is running CentOS release 5.4 (Final).
uname -r output: 2.6.18-164.9.1.el5
When I try to do a - yum install kernel-devel or kernel-headers I get:
kernel-headers i386 2.6.18-194.3.1.el5 updates 1.0 M
Why don't they match?

View 1 Replies View Related

CentOS 5 :: Unable To Install Nsrp-devel?

Apr 11, 2011

I've got a new 5.5 64-bit install that has been updated to 5.6 this morning. While installing nspr-devel through yum i get stuck at the following dependency:

nspr-devel-4.8.6-1.el5.x86_64 from base has depsolving problems
--> Missing Dependency: nspr = 4.8.6-1.el5 is needed by package nspr-devel-4.8.6-1.el5.x86_64 (base)
nspr-devel-4.8.6-1.el5.i386 from base has depsolving problems

[Code].....

View 4 Replies View Related

Fedora Installation :: How To Get Kernel-devel-2.6.32.11-99.fc12.i686

May 21, 2010

Use 2.6.32.11-99.fc12.i686 kernel,

A package needs same kernel source to build.

Add/Remove Software show only: 2.6.32.12-115.fc12... & 2.6.31.5-127.fc12...

How to get kernel-devel-2.6.32.11-99.fc12.i686?

View 1 Replies View Related

Fedora :: Download Fipscheck-devel That Can Contain Both The Header And Libfipscheck.so?

Dec 8, 2010

I downloaded openssh version openssh-5.1p1-8.fc11.src.rpm.It requires fipscheck-devel.I downloaded fipscheck-devel from the internet and it includes the following :

$ rpm -qlp fipscheck-devel-1.2.0-1.el5.i386.rpm
/usr/include/fipscheck.h
/usr/lib/libfipscheck.so

However it does not inlcude the libfipscheck.so lib. Just a symlink under /usr/lib/$ ls -l
libfipscheck.so -> libfipscheck.so.1.1.0

Where can i download fipscheck-devel that can contain both the header and libfipscheck.so ?

View 2 Replies View Related

Fedora :: Install True Headers Instead Of Using Kernel-devel?

Jan 17, 2011

from what I understand kernel-devel does not bring in ALL the header files for install modules. so what i would like to know is how to install true headers instead of using kernel-devel. I found one tutorial, but it was way out of date.

View 3 Replies View Related

Fedora :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I was trying to compile a new (stable) kernel and got an error when I tried "make xconfi packages and uninstalling 81 packages (will attatch pix once home). I'm using Fedora14 with KDE packages and uninstalling 81 packages. I'm using Fedora14 with KDE so much stuff to get qt-devel?

View 4 Replies View Related

Software :: Uninstall 81 Packages To Install Qt-devel Into KDE4.x?

May 23, 2011

I found out that to compile my new kernel - which requires 'qmake' - I need to install the "qt-devel" package. Doing so - according to the package manager - would require uninstalling 81 packages and downgrading almost 50 other packages.

I'm running under Fedora 14 w/ KDE and it's asking to remove things like Amarok and OpenOffice. Am I missing a step or something?

qt-devel 00.png

qt-devel 01.png

qt-devel 02.png

View 1 Replies View Related

Software :: Install The Package Imlib2-devel In A CentOS 5 X64?

Feb 8, 2011

I'm trying to install the package imlib2-devel in a CentOS 5 x64 but I'm getting the following message

Quote:
GPG key retrieval failed: [Errno 5] OSError: [Errno 2] No such file or directory: '/etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag'

I already installed the rpmforge package. I'd like to know what that message is about and how I could solve it.

View 2 Replies View Related

CentOS 5 :: Install Libsemanage - Devel Required Before Update?

Apr 4, 2009

Thought I would write it down first. Some other packages are still upgrade in progress

libselinux-utils
libsemanage-devel
libgcj-devel

these three has to be installed before some other packages can be updated. I think dependency check did not find them out, somehow.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved