Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001125Denora[All Projects] Generalpublic2010-01-11 00:272012-07-15 21:31
ReporterHal9000 
Assigned ToOUTsider 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version1.4.4 
Target Version1.5.0-gitFixed in Version 
Summary0001125: MySQL Libraries
DescriptionSimple one really. When MySQL is installed to a non-standard location, even if Denora can use mysql_config to detect MySQL's location during ./Config and compiling, when it comes to run-time, Denora forgets where the libs are located and dies with an error saying it could not load them.

The exact error given at runtime is:
/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.15" not found, required by "stats"
 
As an additional comment, after some help from Robb with Anope (on a similar issue) issuing the following shell command BEFORE starting Denora allowed Denora to start without the error for loading the mysql client lib:
export LD_LIBRARY_PATH="/usr/local/mysql/lib/mysql"
TagsNo tags attached.
Attached Files

- Relationships
has duplicate 0001250closedHal9000 Unable to "Make" incompatible libmysqlclient.so 

-  Notes
(0006203)
OUTsider (developer)
2012-07-15 21:31

Looking at configure.in these values are determined by the programm mysql_config, make sure this is in your path
(0006164)
OUTsider (developer)
2012-06-27 18:56

Is this still the case?
(0005346)
Hal9000 (administrator)
2010-01-11 00:27

This was issue 505 in our old BT

- Issue History
Date Modified Username Field Change
2010-01-11 00:27 Hal9000 New Issue
2010-01-11 00:27 Hal9000 Note Added: 0005346
2010-01-11 00:28 Hal9000 Product Version => 1.4.4
2010-01-11 00:28 Hal9000 Target Version => 1.4.5
2011-02-03 22:05 Hal9000 Target Version 1.4.5 => 1.5.0-git
2012-06-27 18:56 OUTsider Note Added: 0006164
2012-07-15 21:04 OUTsider Relationship added has duplicate 0001250
2012-07-15 21:31 OUTsider Note Added: 0006203
2012-07-15 21:31 OUTsider Status new => resolved
2012-07-15 21:31 OUTsider Resolution open => fixed
2012-07-15 21:31 OUTsider Assigned To => OUTsider


Copyright © 2000 - 2012 MantisBT Group
Powered by Mantis Bugtracker