<HTML><BODY>
<div># find / -name libmysqlclient_r.so.15</div>


<div>/usr/local/lib/mysql/libmysqlclient_r.so.15</div>


<div># find / -name bdist.freebsd-6.2-RELEASE-i386<br>
/usr/src/MySQL-python-1.2.2/build/bdist.freebsd-6.2-RELEASE-i386</div>


<div># ls /usr/src/MySQL-python-1.2.2/build/bdist.freebsd-6.2-RELEASE-i386/</div>


<div>#</div>


<div>&nbsp;</div>


<div>It would appear that indeed libmysqlclient_r.so.15 is in fact to be found in the /usr/local/lib/mysql dir. So that would appear to not be the issue. Next, you state that it might not be found in its environment, and tell me I should try adding it "using the LD_LIBRARY_PATH environment variable". Okay, but could you be more specific? How exactly do I do that? Or, where is a resource to learn how to do it?</div>


<div>TIA,</div>


<div>Tony</div>


<div><SPAN contentEditable=false style="DISPLAY: inline-block"></SPAN></div>


<div>&nbsp;</div>
&nbsp;<br>
-----Original Message-----<br>
From: lists@zopyx.com<br>
To: tonylabarbara@aol.com; zope@zope.org<br>
Sent: Mon, 5 Mar 2007 8:19 AM<br>
Subject: Re: [Zope] ZMySQLDA Problem<br>
<br>

<STYLE>
.AOLPlainTextBody {
    margin: 0px;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-size: 12px; 
    color: #000; 
    background-color: #fff; 
}

.AOLPlainTextBody pre {
    font-size: 9pt;
}

.AOLInlineAttachment {
    margin: 10px;
}

.AOLAttachmentHeader {
    font: 11px arial;
    border: 1px solid #7DA8D4;
    background: #F9F9F9;
}

.AOLAttachmentHeader .Title {
    font: 11px arial;
    background: #B5DDFA;
    padding: 3px 3px 3px 3px;
}

.AOLAttachmentHeader .FieldLabel {
    font: 11px arial; 
    color: #000000;
    padding: 1px 10px 1px 9px;
    background: #F9F9F9;
}

.AOLAttachmentHeader .FieldValue {
    font: 11px arial; 
    color: #000000;
    background: #F9F9F9;
}

.AOLAttachmentHeader a, .AOLImage a {
    color: #2864B4;
    text-decoration: none;
}

.AOLAttachmentHeader a:hover, .AOLImage a:hover {
    color: #2864B4;
    text-decoration: underline;
}

.AOLWebSuiteCompose .AOLPicturesFullSizeLink,
.AOLWebSuite .AOLPicturesFullSizeLink {
    height: 1px;
    width: 1px;
    overflow: hidden;
}

body {
    background-color: white;
    font-family: "Verdana";
    font-size: 10pt;
    border: 0px;
}

.AOLWebSuiteCompose p {
    margin: 0px;
    padding: 0px;
}

img.managedImg {
    width: 0px;
    height: 0px;
}

img.placeholder {
    width: 275px;
    height: 206px;
    background: #F4F4F4 center center no-repeat;
    border: 1px solid #DADAD6 !important;  
}

</STYLE>


<div class=AOLPlainTextBody id=AOLMsgPart_1_1bc2b16f-a15f-4c40-b0c3-ffa2135c2f50>&nbsp;<br>
--On 5. März 2007 07:14:41 -0500 <A href='javascript:parent.ComposeTo("tonylabarbara%40aol.com", "");'>tonylabarbara@aol.com</A> wrote:&nbsp;<br>
&gt; __bootstrap__ ImportError: Shared object "libmysqlclient_r.so.15" not&nbsp;<br>
&gt; found, required by "_mysql.so" Traceback (most recent call last):&nbsp;<br>
&nbsp;<br>
This is also self-speaking. The mysql client libaries are either not installed or can't be found. Check if the file is installed properly. If yes, try to extend the library search path of the dynamic linker&nbsp;<br>
using the LD_LIBRARY_PATH environment variable.&nbsp;<br>
&nbsp;<br>
-aj&nbsp;<br>
</div>
<!-- end of AOLMsgPart_1_1bc2b16f-a15f-4c40-b0c3-ffa2135c2f50 -->
<div class="AOLPromoFooter">
<hr style="margin-top:10px;" />
AOL now offers free email to everyone.  Find out more about what's free from AOL at <a href="http://pr.atwola.com/promoclk/1615326657x4311227241x4298082137/aol?redir=http://www.aol.com" target="_blank"><b>AOL.com</b></a>.<br />
</div>

</BODY></HTML>