Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 355891 - libmysqld.so missing, use: --with-embedded-server
Summary: libmysqld.so missing, use: --with-embedded-server
Keywords:
Status: CLOSED DUPLICATE of bug 149829
Alias: None
Product: Fedora
Classification: Fedora
Component: mysql
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Tom Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-28 15:35 UTC by Stephen
Modified: 2013-07-03 03:15 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-11-21 21:43:31 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stephen 2007-10-28 15:35:39 UTC
The mysql packages do not seem to ship libmysqld.so, the library which allows
embedding the server into another program.

$ mysql_config --libmysqld-libs
-L/usr/lib/mysql -lmysqld -lz -lpthread -lcrypt -lnsl -lm -lpthread -lrt
-L/usr/lib -lssl -lcrypto

$ sudo yum whatprovides /usr/lib/mysql/libmysqld.so
No Matches found


Looks like these options need to be added to configure:

  --with-embedded-server
  --with-embedded-privilege-control


$ rpm -q mysql-libs
mysql-libs-5.0.45-1.fc7

Tested this on F7, but I took a peek at the .spec in devel and the flags don't
seem to be there.

Comment 1 Stephen 2007-11-21 21:43:31 UTC

*** This bug has been marked as a duplicate of 149829 ***


Note You need to log in before you can comment on or make changes to this bug.