Bug 355891

Summary: libmysqld.so missing, use: --with-embedded-server
Product: [Fedora] Fedora Reporter: Stephen <sdeasey>
Component: mysqlAssignee: Tom Lane <tgl>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: hhorak
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-21 21:43:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***